You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
penguin afceeba196 Updated readme with some basic instructions 4 years ago
arch/arm e54p20a successfully generated and compiled! 4 years ago
manifest e54p20a successfully generated and compiled! 4 years ago
toolchains the monkey dances and laughs and sings and dances 4 years ago
.clang_output reworking the structure 4 years ago
.gitignore restructuring again 4 years ago
.gitmodules manually compiling toolchains because arm 4 years ago
README.md Updated readme with some basic instructions 4 years ago
epenguin.hpp fucking printing on linux 4 years ago
epenguin_hal.hpp fucking printing on linux 4 years ago

README.md

ePenguin Software Framework

Instructions for testing

cd ~
# clone esf
git clone git@git.epenguin.net:ePenguin/ePenguin-Software-Framework.git
# clone igloo
git clone git@git.epenguin.net:ePenguin/ePenguin-Igloo.git
# export esf
export ESF_DIR=~/ePenguin-Software-Framework
# alias the igloo cmd
alias igloo=~/ePenguin-igloo/target/release/igloo

# Now test it:
igloo

You should see a help menu thrown at you.