nrf-softdevice | Rust bindings for Nordic Semiconductor nRF series
kandi X-RAY | nrf-softdevice Summary
kandi X-RAY | nrf-softdevice Summary
nrf-softdevice is a Rust library. nrf-softdevice has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Rust bindings for Nordic Semiconductor nRF series SoftDevices. SoftDevices are a closed source C binary written by Nordic for their microcontrollers that sits at the bottom of flash and is called first on startup. The softdevice then calls your application or bootloader or whatever is sitting directly after it in flash. They are full featured, battle tested, and pre qualified for bluetooth certification and thus make valuable bluetooth stacks when bindgened to Rust -- at least until we get a Rust bluetooth stack certified to be shipped commercially. Different SoftDevices support specific chips as well as certain features, like working only as a peripheral, or both a peripheral and central, or even offer alternate radio configuration like ant. Besides the handicap of being closed source, the cost of SoftDevices is they steal away resources like ram and flash as well as timer peripherals and several priorities of interrupts from your application.
Rust bindings for Nordic Semiconductor nRF series SoftDevices. SoftDevices are a closed source C binary written by Nordic for their microcontrollers that sits at the bottom of flash and is called first on startup. The softdevice then calls your application or bootloader or whatever is sitting directly after it in flash. They are full featured, battle tested, and pre qualified for bluetooth certification and thus make valuable bluetooth stacks when bindgened to Rust -- at least until we get a Rust bluetooth stack certified to be shipped commercially. Different SoftDevices support specific chips as well as certain features, like working only as a peripheral, or both a peripheral and central, or even offer alternate radio configuration like ant. Besides the handicap of being closed source, the cost of SoftDevices is they steal away resources like ram and flash as well as timer peripherals and several priorities of interrupts from your application.
Support
Quality
Security
License
Reuse
Support
nrf-softdevice has a low active ecosystem.
It has 167 star(s) with 44 fork(s). There are 14 watchers for this library.
It had no major release in the last 6 months.
There are 11 open issues and 55 have been closed. On average issues are closed in 172 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of nrf-softdevice is embassy-time-v0.1.0
Quality
nrf-softdevice has 0 bugs and 0 code smells.
Security
nrf-softdevice has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
nrf-softdevice code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
nrf-softdevice is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
nrf-softdevice releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of nrf-softdevice
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of nrf-softdevice
nrf-softdevice Key Features
No Key Features are available at this moment for nrf-softdevice.
nrf-softdevice Examples and Code Snippets
No Code Snippets are available at this moment for nrf-softdevice.
Community Discussions
No Community Discussions are available at this moment for nrf-softdevice.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install nrf-softdevice
This project uses new toolchain features, often only to be found in nightly. Please ensure that your toolchains are up to date:.
Support
If your SoftDevice is hardfaulting on enable and you think you have everything right, make sure to go back and do a full chip erase or recover, and reflash the SoftDevice again. A few bytes of empty space after the SoftDevice are required to be 0xFF, but might not be if the softdevice was flashed over an existing binary. If the following linking error occurs. make sure the feature critical-section-impl is enabled and also that the softdevice is included in the code, e.g. use nrf_softdevice as _;. If running the firmware timeouts after flashing, make sure the size and location of the RAM and FLASH region in the linker script is correct.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page