Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

BlueRetroRoot

Root repository to sync esp-idf and BlueRetro version

See BlueRetro repo for main projet infomation.

Dev env setup

Instruction provided for Linux. Make sure to install esp-idf prerequisites.

cd ~
git clone https://github.com/darthcloud/BlueRetroRoot.git
cd ~/BlueRetroRoot/
git submodule update --init --recursive
cd esp-idf
export IDF_TOOLS_PATH=$HOME/BlueRetroRoot/
./install.sh

Building

Instruction provided for Linux.

cd ~/BlueRetroRoot/
. blueretro_dev.sh
cd BlueRetro
idf.py build
idf.py -p /dev/ttyUSB0 flash
idf.py -p /dev/ttyUSB0 monitor

About

Root repository to sync esp-idf and BlueRetro version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages