Skip to content

Gaucho-Racing/GR25FWOnboarding

Repository files navigation

see git wiki page for a primer on git

Required stuff

Applications

Mac and Unix download using package managers (besides arm-toolchain), windows use links below

vscode extensions

  • CMAKE
  • Cortex Debug

Optional Vscode extensions

  • Serial Monitor

How to Run

  1. Download Required stuff and add to PATH
  2. Open VSCode
  3. If the CMake Extension prompts you to set up the configuration, choose DEBUG and proceed to step 5
  4. Generate the build stuff with cmake --preset <target>. With target in development being Debug typically.
  5. Run and Debug, Debug using the provided Debug config, Cortex Debug
    Cry as nothing works

Debugging

If something doesn't work chances are one of the tools wasn't added to path correctly, run each of the tools independently

  • CMAKE - cmake --version
  • ARM toolchain - arm-none-eabi-gcc --version
  • openocd - openocd --version
  • ninja - ninja --version

About

Firmware Onboarding for 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages