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
9eead8a40e2816d76aab3bf0bf66a39e135a4c42
9eead8a40e2816d76aab3bf0bf66a39e135a4c42
Switch branch/tag
firmware
epicardium
ble
meson.build
Find file
Normal view
History
Permalink
meson.build
93 Bytes
Newer
Older
chore(ble): Move BLE into own subdirectory
schneider
committed
Aug 06, 2019
1
2
ble_sources = files(
'ble.c',
chore(ble): Copy fit_main.c from the stack
schneider
committed
Aug 06, 2019
3
'stack.c',
chore(ble): Copy svc_dis.c from the stack
schneider
committed
Aug 06, 2019
4
'ble_main.c',
chore(ble): Copy svc_core.c from the stack
schneider
committed
Aug 06, 2019
5
6
'svc_dis.c',
'svc_core.c'
chore(ble): Move BLE into own subdirectory
schneider
committed
Aug 06, 2019
7
)