Skip to content

ShenghaiWang/swift-pico-w

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

How to build and run

Export the following environment varibales

$ export TOOLCHAINS='<toolchain-name>'
$ export PICO_BOARD=pico_w
$ export PICO_SDK_PATH='<path-to-your-pico-sdk>'
$ export PICO_TOOLCHAIN_PATH='<path-to-the-arm-toolchain>'

Inside the sub project folders, build them using the following commands

$ cmake -B build -G Ninja .
$ cmake --build build

For detailed setup, please refer to This article.

About

Pico W projects using embedded Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published