-
Notifications
You must be signed in to change notification settings - Fork 730
Ncs nrf53 #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ncs nrf53 #239
Conversation
The code was not properly taking into account CONFIG_BT_HCI_RESERVE, which would cause buffer underruns for any HCI driver where this value defaults to non-zero. Also, all the allocation functions use the same pool, so we can map them simply to bt_buf_get_rx() instead of repeating the same code. Signed-off-by: Johan Hedberg <[email protected]> Signed-off-by: Ioannis Glaropoulos <[email protected]>
Since the nRF5340 DK contains the required DC/DC circuitry, enable it by default while keeping it configurable. This reduces power consumption in application core , network core and high voltage use. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> Signed-off-by: Ioannis Glaropoulos <[email protected]>
…usage We need to fix the formato of the macros for nRF CACHE and NVMC peripherals in soc.c, so the _S and _NS suffixes are skipped. Signed-off-by: Ioannis Glaropoulos <[email protected]>
…tions relative A partition start offsets should be expressed relative to the flash device base address. For cpunet flash partitions start offsets were improperly expressed as absolute flash address. This patch fixes partitions start addresses for nRF5340 cpunet. Signed-off-by: Andrzej Puzdrowski <[email protected]> Signed-off-by: Ioannis Glaropoulos <[email protected]>
|
Some checks failed. Please fix and resubmit. checkpatch (informational only, not a failure)Gitlint issuesCommit 7898118: Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
|
@kapi-no can you test that the setup still works now that we moved this to NCS? |
|
@ioannisg, yes, sure. Could you open matching PR to the nrf repository (with west manifest pointing to this PR)? |
This commit squashes into one the commits of the upstream project pull request 20467, which brings support of BLE HCI controller in nRF5340 over openAMP transport. Signed-off-by: Ioannis Glaropoulos <[email protected]>
This reverts commit 22e7108. Signed-off-by: Ioannis Glaropoulos <[email protected]>
Default the BLE Controller to the SPLIT architecture. Signed-off-by: Ioannis Glaropoulos <[email protected]>
Contains the following patches