User Tools

Site Tools


zephyr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zephyr [2025/04/20 19:37] – [Platser] utedasszephyr [2025/12/03 21:35] (current) – [Länkar] utedass
Line 4: Line 4:
 ===== Länkar ===== ===== Länkar =====
  
 +  * [[https://github.com/Utedass/zephyr-workspace]] -- My own devcontainer setup for Zephyr development
   * [[https://embedded.fm/episodes/475?rq=zephyr]] -- Nämner bland annat att det finns några tänkta sätt att strukturera sina projekt för att inte blanda in sin projekt-kod i zephyr-repot   * [[https://embedded.fm/episodes/475?rq=zephyr]] -- Nämner bland annat att det finns några tänkta sätt att strukturera sina projekt för att inte blanda in sin projekt-kod i zephyr-repot
   * [[https://www.youtube.com/watch?v=tAH5fy0rSo4|Youtube Linux Foundation]] -- Zephyr Project: RTOS Start-up and Initialization Flow   * [[https://www.youtube.com/watch?v=tAH5fy0rSo4|Youtube Linux Foundation]] -- Zephyr Project: RTOS Start-up and Initialization Flow
 +
 +  * [[https://interrupt.memfault.com/blog/building-drivers-on-zephyr]]
 +
 +  * [[https://community.circuitdojo.com/d/146-zephyr-driver-development-use-of-i2c-and-spi-apis]]
 +
 +== Real world examples == 
 +  * [[https://github.com/zephyrproject-rtos/awesome-zephyr-rtos/tree/main]] -- Awezome Zephyr related list
 +  * [[https://github.com/xycloo/zephyr-examples/tree/master]] -- Rust examples
 +  * [[https://github.com/zmkfirmware/zmk/tree/main]] -- Zephyr Mechanical Keyboard
 +  * [[https://github.com/jakkra/ZSWatch/tree/main]] -- Open Source Smart Watch
 +
  
 == Shawn Hymel / Digikey == == Shawn Hymel / Digikey ==
Line 92: Line 104:
 </code> </code>
  
-Sparas till ./build/zephyr/.config som kommer tas bort vid nästa bygge.+Sparas till ''./build/zephyr/.config'' som kommer tas bort vid nästa bygge. 
 + 
 +Generates an include file in ''build/zephyr/include/generated/zephyr/autoconf.h''
  
 För att göra persistent, kolla diff mellan ./build/zephyr/.config.old För att göra persistent, kolla diff mellan ./build/zephyr/.config.old
Line 156: Line 170:
  
 The final devicetree will end up under ''build/zephyr/zephyr.dts''. The final devicetree will end up under ''build/zephyr/zephyr.dts''.
 +
 +There is an include file generated from this in ''build/zephyr/include/generated/zephyr/devicetree_generated.h''
  
 === Words === === Words ===
zephyr.1745177850.txt.gz · Last modified: 2025/04/20 19:37 by utedass

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki