Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
63cec98c
Verified
Commit
63cec98c
authored
Jul 05, 2019
by
Rahix
Browse files
build(epicardium): Create own meson file for modules
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
3b5a0b4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
epicardium/meson.build
View file @
63cec98c
...
...
@@ -61,13 +61,15 @@ freertos = static_library(
#
##########################################################################
subdir('modules/')
elf = executable(
name + '.elf',
'cdcacm.c',
'main.c',
'serial.c',
'support.c',
'
module
s/leds.c'
,
module
_sources
,
dependencies: [libcard10, max32665_startup_core0, maxusb],
link_with: [api_dispatcher_lib, freertos],
link_whole: [max32665_startup_core0_lib, board_card10_lib],
...
...
epicardium/modules/meson.build
0 → 100644
View file @
63cec98c
module_sources = files(
'leds.c',
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment