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
99a5d4a7e513751197fe21fbc0691929dc2ce8dd
99a5d4a7e513751197fe21fbc0691929dc2ce8dd
Switch branch/tag
firmware
epicardium
ble
meson.build
Find file
Normal view
History
Permalink
meson.build
77 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
5
'ble_main.c',
'svc_dis.c'
chore(ble): Move BLE into own subdirectory
schneider
committed
Aug 06, 2019
6
)