Simple simulation code
Builds a native program on MacOS that runs the NuEVI firmware compiled for x86_64. Only input is arrow keys for menu buttons for now. Only output is console and display. Copied some more library files into the simulation folder, and renamed the modified *.cpp files from the libraries to *_sim.cpp.
This commit is contained in:
parent
c9123b746f
commit
266b3334cb
30 changed files with 8532 additions and 0 deletions
5
simulation/include/core_id.h
Normal file
5
simulation/include/core_id.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
// This header file is in the public domain.
|
||||
|
||||
#ifndef CORE_TEENSY
|
||||
#define CORE_TEENSY
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue