targets: Add sample target for controller on NRF5340 bsp#963
Merged
kasjer merged 1 commit intoapache:masterfrom Apr 27, 2021
Merged
targets: Add sample target for controller on NRF5340 bsp#963kasjer merged 1 commit intoapache:masterfrom
kasjer merged 1 commit intoapache:masterfrom
Conversation
Contributor
|
since nrf53 has dedicated core and flash for radio, I'd go with full scale controller here, so enable all features supported:) |
Contributor
Author
Is there a setting like ENABLE_ALL_FEATURES: 1 to be used in this case? |
Contributor
This is config I'm using for testing, since we have plenty of RAM just for netcore we can be generous with MSYS configuration :) |
2806df9 to
a314422
Compare
Contributor
Author
|
Settings recommended by @sjanc applied. IPC_NRF5340_BUF_SZ: 1024 |
sjanc
approved these changes
Apr 19, 2021
| BLE_PERIODIC_ADV_SYNC_TRANSFER: 1 | ||
| BLE_VERSION: 51 | ||
|
|
||
| # TODO: remove once IPC fix is merged |
Contributor
There was a problem hiding this comment.
HCI transport is fixed now and doesn't require this anymore, otherwise looks good
This adds sample target for building NimBLE controller (blehci app) for Nordic NRF5340. It is used by default when combine image build is used for nordic_pca10095 bsp. Sample target should be used as a base for creating customized targets. This targets nordic_pca10095_net bsp, custom targets should point to appropriate BSP.
a314422 to
d859813
Compare
Style check summaryNo suggestions at this time! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds sample target for building NimBLE controller (blehci app)
for Nordic NRF5340. It is used by default when combine image build
is used for nordic_pca10095 bsp.
Sample target should be used as a base for creating customized targets.
This targets nordic_pca10095_net bsp, custom targets should point to
appropriate BSP.
### Warning !!!This target in this form is full of random settings accumulated over time
It would be good if @andrzej-kaczmarek or @sjanc of @rymanluk could
help with keeping only sensible stuff here.