-
Notifications
You must be signed in to change notification settings - Fork 399
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
targets: Add sample target for controller on NRF5340 bsp #963
Conversation
since nrf53 has dedicated core and flash for radio, I'd go with full scale controller here, so enable all features supported:) |
Is there a setting like ENABLE_ALL_FEATURES: 1 to be used in this case? |
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
Settings recommended by @sjanc applied. IPC_NRF5340_BUF_SZ: 1024 |
BLE_PERIODIC_ADV_SYNC_TRANSFER: 1 | ||
BLE_VERSION: 51 | ||
|
||
# TODO: remove once IPC fix is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 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.