Difference between revisions of "Segger nordic version"
From Wiki at Neela Nurseries
(Starting page specific to Segger IDE issues and configuration settings.) |
m |
||
Line 1: | Line 1: | ||
+ | |||
+ | (1) | ||
Path to firmware executables built by Segger directed toolchain: | Path to firmware executables built by Segger directed toolchain: | ||
/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-2/Output/Debug/Exe/kionix-driver-demo.bin | /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-2/Output/Debug/Exe/kionix-driver-demo.bin | ||
+ | |||
+ | |||
+ | (2) | ||
+ | |||
+ | ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ find . -name zephyr.h | ||
+ | ./zephyr/include/zephyr.h | ||
+ | ./zephyr/include/devicetree/zephyr.h | ||
+ | ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ |
Revision as of 20:38, 24 September 2021
(1)
Path to firmware executables built by Segger directed toolchain:
/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-2/Output/Debug/Exe/kionix-driver-demo.bin
(2)
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ find . -name zephyr.h ./zephyr/include/zephyr.h ./zephyr/include/devicetree/zephyr.h ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$