Skip to content

mcejp/overkill-cyclometer

Repository files navigation

Overkill Cyclocomputer

Compile it

For Pi Pico

Prerequisites:

  • Raspberry Pi Pico SDK
  • Recent arm-none-eabi-gcc toolchain
  • ImageMagick (convert tool) & xxd
mkdir build
cd build
env PICO_SDK_PATH=... PICO_TOOLCHAIN_PATH=... cmake ..
make

# flash
cp bikECU.uf2 /media/RPI-RP2/

For PC (Simulation)

Prerequisites:

  • C++20 compiler
  • Libretro frontent (SDLArch / RetroArch)
  • ImageMagick (convert tool) & xxd
mkdir build_libretro
cd build_libretro
cmake ..
make
sdlarch ./libbikECU_libretro.so
# alternatively:
# retroarch -L ./libbikECU_libretro.so

Credits

BOM

TBD