mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-21 12:07:12 -04:00
.. | ||
can_receive_basic.c | ||
can_receive_extended.c | ||
can_send_basic.c | ||
can_send_extended.c | ||
can_setup.c | ||
README.txt |
These are four simple tests for the oc can core which you can run on hardware and in simulation. You should compile them as follows: sparc-elf-gcc -O2 -msoft-float -g can_send_basic.c -o can_send_basic.exe For further information read the header in the test files.