mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-01 15:47:54 +00:00
[wip] temporary fixes for controller build
This should be fixed in upstream.
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user