/FXIRQTool

Tool to visualize the Foenix IRQs

Primary LanguageAssembly

FXIRQTool

Tool to visualize the Foenix IRQs

Warning: The code is very beta and dripping wet, so changes daily based on understanding and hardware changes.

Prerequisites:

You will need to attach the USB cable between the development computer to the C256

To make the project:

From the source directory type: cmake

To make the project and push the code to the C256

From the source directory type: cmake -t (t = transfer)

To NOT make the project and push the code to the C256

From the source directory type: cmake -n -t (t = transfer/-n no build)