Skip to content

arturo182/AyoOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AyoOS

Description TBD.

Checkout

The code depends on the Raspberry Pi Pico SDK, which is added as a submodule. To checkout the SDK and other submodules do:

git clone https://github.com/arturo182/AyoOS
cd AyoOS
git submodule update --init --recursive

Build

Building the code is quite easy:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make

Releases

No releases published

Packages

No packages published