Skip to content
Snippets Groups Projects
Verified Commit ed9790f5 authored by schneider's avatar schneider Committed by rahix
Browse files

chore(ble): Move BLE into own subdirectory

parent da79038c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
ble_sources = files(
'ble.c',
'stack.c'
)
File moved
......@@ -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],
......
......@@ -10,6 +10,4 @@ module_sources = files(
'vibra.c',
'light_sensor.c',
'rtc.c',
'ble.c',
'ble_stack_fit.c'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment