Skip to content

manu0466/ihc-badge-esp32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IHC 2018 Badge - ESP32 firmware

NOTE all of the following commands should be issued from the root of the project.

Compiling for ESP32

Make sure that you have the ESP-IDF toolchain installed, specifically checkout esp-idf at commit be81d2c16d7f4caeea9ceb29fece01510664caf3, then

make -j4
make flash

Compiling the emulator

Make sure that you have libsdl1.2-dev and cmake installed, then

mkdir emulator-build
cd emulator-build
cmake ..
make -j4
./Linux/ihc-badge-linux

About

IHC 2018 Badge - ESP32 Firmware

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.4%
  • CMake 1.2%
  • Makefile 0.4%