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
ed9790f5
Verified
Commit
ed9790f5
authored
Aug 05, 2019
by
schneider
Committed by
Rahix
Aug 06, 2019
Browse files
chore(ble): Move BLE into own subdirectory
parent
da79038c
Changes
5
Hide whitespace changes
Inline
Side-by-side
epicardium/
modu
le
s
/ble.c
→
epicardium/
b
le/ble.c
View file @
ed9790f5
...
...
@@ -11,8 +11,9 @@
#include "util/bstream.h"
#include "att_api.h"
#include "modules.h"
#include "modules
/modules
.h"
#include "fs_util.h"
#include "FreeRTOS.h"
#include "timers.h"
...
...
epicardium/ble/meson.build
0 → 100644
View file @
ed9790f5
ble_sources = files(
'ble.c',
'stack.c'
)
epicardium/
modules/
ble
_
stack
_fit
.c
→
epicardium/ble
/
stack.c
View file @
ed9790f5
File moved
epicardium/meson.build
View file @
ed9790f5
...
...
@@ -65,6 +65,7 @@ freertos = static_library(
##########################################################################
subdir('modules/')
subdir('ble/')
subdir('l0der/')
...
...
@@ -75,6 +76,7 @@ elf = executable(
'support.c',
module_sources,
l0der_sources,
ble_sources,
dependencies: [libcard10, max32665_startup_core0, maxusb, libff13, ble],
link_with: [api_dispatcher_lib, freertos],
link_whole: [max32665_startup_core0_lib, board_card10_lib, newlib_heap_lib],
...
...
epicardium/modules/meson.build
View file @
ed9790f5
...
...
@@ -10,6 +10,4 @@ module_sources = files(
'vibra.c',
'light_sensor.c',
'rtc.c',
'ble.c',
'ble_stack_fit.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