Добавить порт SETProtocol v2 для TMS320F2812
This commit is contained in:
@@ -107,6 +107,13 @@ if(SETP_BUILD_TESTS)
|
||||
add_executable(test_tms2812 tests/test_tms2812.c)
|
||||
target_link_libraries(test_tms2812 PRIVATE setprotocol_static)
|
||||
add_test(NAME shared_tms2812 COMMAND test_tms2812)
|
||||
add_executable(test_tms2812_boot
|
||||
tests/test_tms2812_boot.c
|
||||
ports/tms320f2812/setp_tms2812_boot.c
|
||||
)
|
||||
target_include_directories(test_tms2812_boot PRIVATE ports/tms320f2812)
|
||||
target_link_libraries(test_tms2812_boot PRIVATE setprotocol_static)
|
||||
add_test(NAME setp_tms2812_boot COMMAND test_tms2812_boot)
|
||||
add_executable(test_trends tests/test_trends.c)
|
||||
target_link_libraries(test_trends PRIVATE setprotocol_static)
|
||||
add_test(NAME shared_trends COMMAND test_trends)
|
||||
|
||||
Reference in New Issue
Block a user