mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-23 01:17:23 +00:00
This commit makes LL stack size configurable. Depending on compiler and platform default value may not be enough. It was reported that on nRF52840 90 words is not enough even if Ext Adv is disabled. To keep things simple lets just increase default stack size to 120 word for all usecases (with exception of nRF51 where defults to 96 bytes).
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. See the NOTICE file
|
|
# distributed with this work for additional information
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
# to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance
|
|
# with the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing,
|
|
# software distributed under the License is distributed on an
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
# KIND, either express or implied. See the License for the
|
|
# specific language governing permissions and limitations
|
|
# under the License.
|
|
#
|
|
|
|
pkg.name: nimble/drivers/nrf51
|
|
pkg.description: BLE driver for nRF51 systems.
|
|
pkg.author: "Apache Mynewt <[email protected]>"
|
|
pkg.homepage: "http://mynewt.apache.org/"
|
|
pkg.keywords:
|
|
- ble
|
|
- bluetooth
|
|
|
|
pkg.apis: ble_driver
|
|
pkg.deps:
|
|
- nimble
|
|
- nimble/controller
|
|
|
|
# allows to override nimble/controller settings
|
|
pkg.subpriority: 1
|