# install west and pyelftools
python3 -m pip install west
python3 -m pip install pyelftools
# fetch the zephyr using manifest and prepare the project
west init --mf west.yml build && cd build
# update source and dependencies
west update
# export zephyr environements
west zephyr-export
# install python requirements
python3 -m pip install $(west packages pip)
# install required sdk's for different cpu's, maybe get some errors with
# wget arguments you just need to modify the called script, or specifying
# the target sdk you need instead of intalling all the supported sdk's.
west sdk install
# build the project
west build -p auto -b samd21 ../app
#flash to your board
west flash-
Notifications
You must be signed in to change notification settings - Fork 0
anischali/zephyr-philly
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published