Difference between revisions of "Segger nordic version"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m (Starting work to include header files correctly in new nRF Segger project.)
Line 9: Line 9:
  
 
(2)
 
(2)
 
+
<pre>
 
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ find . -name zephyr.h
 
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ find . -name zephyr.h
 
./zephyr/include/zephyr.h
 
./zephyr/include/zephyr.h
 
./zephyr/include/devicetree/zephyr.h
 
./zephyr/include/devicetree/zephyr.h
 
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$
 
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$
 +
</pre>
 +
 +
 +
 +
 +
<!-- comment -->

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$