Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • Ozone (for debugging) - download here (pick V2.62g!!!!!)
  • platform-io 4.0.0+ (for building firmware) - download ($ pip install platformio) or upgrade ($ platformio upgrade
  • Drivers (details here)
    • Note: to force JLink installation, run "platformio run -e teensy35_debug --target=upload"

You do not need the programmer, as the JLink probe is capable of programming the board. For the Jlink adapter, the text must be facing the processor. However, you must power the Pyxida, recommended through the programming port.

...

$ platformio run -e teensy35_debug

Image RemovedImage Added

Or, you can build/run the pio_build_debug configuration in CLion. That is equivalent to running make pio_build_debug in the directory in which you created the Makefile with cmake.

...