[wip] temporary fixes for controller build

This should be fixed in upstream.
This commit is contained in:
Andrzej Kaczmarek
2017-12-20 17:46:30 +01:00
parent c07f163323
commit b27c0f4bda
5 changed files with 4 additions and 7 deletions
+3 -3
View File
@@ -1460,9 +1460,9 @@ ble_ll_init(void)
lldata->ll_supp_features = features;
/* Initialize the LL task */
os_task_init(&g_ble_ll_task, "ble_ll", ble_ll_task, NULL,
MYNEWT_VAL(BLE_LL_PRIO), OS_WAIT_FOREVER, g_ble_ll_stack,
BLE_LL_STACK_SIZE);
// os_task_init(&g_ble_ll_task, "ble_ll", ble_ll_task, NULL,
// MYNEWT_VAL(BLE_LL_PRIO), OS_WAIT_FOREVER, g_ble_ll_stack,
// BLE_LL_STACK_SIZE);
rc = stats_init_and_reg(STATS_HDR(ble_ll_stats),
STATS_SIZE_INIT_PARMS(ble_ll_stats, STATS_SIZE_32),
-1
View File
@@ -38,7 +38,6 @@
#include "controller/ble_ll_whitelist.h"
#include "controller/ble_ll_resolv.h"
#include "ble_ll_conn_priv.h"
#include "hal/hal_gpio.h"
/* XXX: TODO
* 1) Need to look at advertising and scan request PDUs. Do I allocate these
-1
View File
@@ -40,7 +40,6 @@
#include "controller/ble_phy.h"
#include "controller/ble_hw.h"
#include "ble_ll_conn_priv.h"
#include "hal/hal_gpio.h"
#if (BLETEST_THROUGHPUT_TEST == 1)
extern void bletest_completed_pkt(uint16_t handle);
-1
View File
@@ -39,7 +39,6 @@
#include "controller/ble_ll_resolv.h"
#include "controller/ble_ll_xcvr.h"
#include "ble_ll_conn_priv.h"
#include "hal/hal_gpio.h"
/*
* XXX:
+1 -1
View File
@@ -24,7 +24,7 @@
#include "os/os.h"
#include "ble/xcvr.h"
#include "bsp/cmsis_nvic.h"
#include "hal/hal_gpio.h"
// XXX #include "hal/hal_gpio.h"
#include "nimble/ble.h"
#include "nimble/nimble_opt.h"
#include "controller/ble_phy.h"