Skip to content
Snippets Groups Projects
Verified Commit ab6b296c authored by rahix's avatar rahix
Browse files

build(api-demo): Integrate API into build


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent c5da7c7b
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ name = 'api-demo-core0'
executable(
name + '.elf',
'main.c',
'./api/api_caller.c',
api_stubs[0],
dependencies: [libcard10, max32665_startup_core0],
link_whole: [max32665_startup_core0_lib, board_card10_lib],
......@@ -30,6 +31,7 @@ name = 'api-demo-core1'
executable(
name + '.elf',
'test-payload.c',
'./api/api_dispatcher.c',
api_stubs[1],
dependencies: [libcard10, max32665_startup_core1],
link_whole: [max32665_startup_core1_lib, board_card10_lib],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment