Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open your codespace
  2. Open a terminal by pressing control+tilde.
  3. Compile code for the Renode simlulator by running make leader TEST_LEADER=test_name_here TEST_MOTOR=motor-sim TEST_CAR=car-simhere (exclude Test_ and .c, ex: compile Test_ReadCarCan.c with )
  4. To start Renode, run Scripts/start_renode.sh 
  5. At this point, Debugger can also be used to debug the code. Additionally, telnet can be use to view the UART (?) output in terminal. 

...