Skip to content

NU-Horizonsat/atlas_flight_board_zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

For Arch Linux and derivatives

  1. Installing Zephyr SDK and Python West
sudo yay -S python-west zephyr-sdk-bin python-pyelftools
  1. Clone the project
git clone https://github.com/NU-Horizonsat/atlas_flight_board_zephyr
  1. Initialize the project
cd atlas_flight_board_zephyr
west init
west update
west zephyr-export
  1. Build the project
cd /apps/atlas_flight_board
west build -p auto -b rpi_pico
  1. Copy the generated uf2 file to the flight board

Using the development container

  1. Clone the project
git clone https://github.com/NU-Horizonsat/atlas_flight_board_zephyr
  1. Open the project in Visual Studio Code and press Ctrl+Shift+P and select Remote-Containers: Reopen in Container

  2. Initialize the project

west init
west update
west zephyr-export
  1. Build the project
cd /apps/atlas_flight_board
west build -p auto -b rpi_pico
  1. Copy the generated uf2 file to the flight board
You can also install the Zephyr SDK and west tool by following the instructions in the official documentation or using the Zephyr IDE extension in VSCode by follow this guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published