ReonV/software/cantest
2017-09-04 11:11:45 -03:00
..
can_receive_basic.c First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
can_receive_extended.c First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
can_send_basic.c First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
can_send_extended.c First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
can_setup.c First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00
README.txt First Commit: Cloned grlib-gpl-2017.2-b4194 2017-09-04 11:11:45 -03:00

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.