Compile canps (CAN Bus at Processing System)

This commit is contained in:
paul nehlich
2024-05-24 11:36:45 +02:00
parent d2d5e5b1ec
commit ab2e0d618a
3 changed files with 36 additions and 4 deletions

View File

@ -0,0 +1,8 @@
target_sources(${TARGET_NAME} PUBLIC
src/xcanps_g.c
src/xcanps_hw.c
src/xcanps_intr.c
src/xcanps_sinit.c
src/xcanps_selftest.c
src/xcanps.c
)