Giter Site home page Giter Site logo

ryanjh / platform-nordicnrf52 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from platformio/platform-nordicnrf52

0.0 0.0 0.0 29.96 MB

Nordic nRF52: development platform for PlatformIO

Home Page: http://platformio.org/platforms/nordicnrf52

License: Apache License 2.0

Python 100.00%

platform-nordicnrf52's People

Contributors

henrygab avatar ivankravets avatar jeremypoulter avatar jremmert-phytec-iot avatar kiranshila avatar ldab avatar maxgerhardt avatar ogatatsu avatar ryanjh avatar stonehippo avatar valeros avatar

platform-nordicnrf52's Issues

framework-zephyr is not compatible with nrfxlib v1.5.1

drivers/clock_control/Kconfig.nrf:

config CLOCK_CONTROL_NRF_K32SRC_XTAL
select NRFX_CLOCK_LFXO_TWO_STAGE_ENABLED if (!SOC_SERIES_BSIM_NRFXX &&
!CLOCK_CONTROL_NRF_FORCE_ALT)

config CLOCK_CONTROL_NRF_ACCURACY
int
default 500 if CLOCK_CONTROL_NRF_K32SRC_500PPM
default 250 if CLOCK_CONTROL_NRF_K32SRC_250PPM
default 150 if CLOCK_CONTROL_NRF_K32SRC_150PPM
default 100 if CLOCK_CONTROL_NRF_K32SRC_100PPM
default 75 if CLOCK_CONTROL_NRF_K32SRC_75PPM
default 50 if CLOCK_CONTROL_NRF_K32SRC_50PPM
default 30 if CLOCK_CONTROL_NRF_K32SRC_30PPM
default 20 if CLOCK_CONTROL_NRF_K32SRC_20PPM

SoftDevice Controller VS HCI APIs supporting

The SoftDevice Controller VS HCI APIs define additional functionality provided by the SoftDevice Controller library.
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/softdevice_controller/doc/api.html#c.sdc_hci_opcode_vs

  • SDC_HCI_OPCODE_CMD_VS_ZEPHYR_READ_VERSION_INFO
  • SDC_HCI_OPCODE_CMD_VS_ZEPHYR_WRITE_BD_ADDR
  • SDC_HCI_OPCODE_CMD_VS_ZEPHYR_WRITE_TX_POWER
  • SDC_HCI_OPCODE_CMD_VS_ZEPHYR_READ_TX_POWER
  • SDC_HCI_OPCODE_CMD_VS_QOS_CONN_EVENT_REPORT_ENABLE

BT_LL_SOFTDEVICE option missed in Bluetooth Link Layer Selection

nrfconnect-ble-beacon> ninja -C .pio/build/nrf52840_dk/ menuconfig

Choice symbols:

  • BT_LL_SW_SPLIT (selected)

Direct dependencies (=y):
BT_CTLR(=y)
&& BT_HCI(=y)
&& BT(=y)

Kconfig definition, with parent deps. propagated to 'depends on'

At subsys/bluetooth/controller/Kconfig:91
Included via /home/rych/.platformio/packages/framework-zephyr/Kconfig:8 -> Kconfig.zephyr:34 -> subsys/Kconfig:9 -> subsys/bluetooth/Kconfig:240
Menu path: (Top) -> Sub Systems and OS Services -> Bluetooth -> Bluetooth Controller

choice BT_LL_CHOICE
bool "Bluetooth Link Layer Selection"
depends on BT_CTLR(=y) && BT_HCI(=y) && BT(=y)
help
Select the Bluetooth Link Layer to compile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.