Skip to content

NominalAnxiety/tempctrl-zephyr-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr Temperature Sensor

Make sure you have zephyr installed! If you don't, got through the getting started guide and come back after you have completed that.

Installation

  1. Make sure that you have your virtual environment activated from your own zephyrproject workspace
  2. Run the following command
# initialize my-workspace for the tempctrl-zephyr-application (main branch)
west init -m https://github.com/NominalAnxiety/tempctrl-zephyr-application --mr main my-workspace
# update Zephyr modules
cd my-workspace
west update
  • Feel free to rename my-workspace to what you want just make sure you rename it for all of the commands
  • After running the commands you can rename the tempctrl-zephyr-application as well (it is kind of long)
  1. build and run by cd tempctrl-zephyr-application/tempctrl and then west build -p -b $BOARD

About

this is a freestanding zephyr application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 20