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
d19fa787
Verified
Commit
d19fa787
authored
Jul 05, 2019
by
Rahix
Browse files
chore(epicardium): Move serial into modules
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
2433b2f0
Changes
5
Hide whitespace changes
Inline
Side-by-side
epicardium/main.c
View file @
d19fa787
...
...
@@ -9,7 +9,7 @@
#include
"pmic.h"
#include
"leds.h"
#include
"api/dispatcher.h"
#include
"serial.h"
#include
"
modules/
serial.h"
#include
"FreeRTOS.h"
#include
"task.h"
...
...
epicardium/meson.build
View file @
d19fa787
...
...
@@ -67,7 +67,6 @@ elf = executable(
name + '.elf',
'cdcacm.c',
'main.c',
'serial.c',
'support.c',
module_sources,
dependencies: [libcard10, max32665_startup_core0, maxusb],
...
...
epicardium/modules/meson.build
View file @
d19fa787
module_sources = files(
'leds.c',
'serial.c',
)
epicardium/serial.c
→
epicardium/
modules/
serial.c
View file @
d19fa787
File moved
epicardium/serial.h
→
epicardium/
modules/
serial.h
View file @
d19fa787
File moved
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