forked from nrfconnect/sdk-zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
BLE controller updates #7
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
Closed
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9f7e1ba
DRGN-11180: Deselect nRF5 Clock controller if BT_LL_NRFXLIB enabled
PavelVPV b8877b0
Merge pull request #1 from rugeGerritsen/develop/DRGN-11180_create_cl…
rugeGerritsen 22fff8d
Make Entropy nRF5 driver optional
PavelVPV 3614d2f
Make choice of implementation of nRF5 Entropy driver
PavelVPV 8121883
Put nRF5 Clock driver options under sublist of options
PavelVPV ca58cba
Get back entropy sample
PavelVPV fc5393f
Apply uncrustify
PavelVPV 0e90394
Avoid the error when library has no sources
PavelVPV 7b545dc
Restore entropy main.c example
PavelVPV ee36d70
Use zephyr_sources_ifdef instead of zephyr_library_sources_ifdef
PavelVPV 4c9414a
Merge pull request #2 from rugeGerritsen/develop/DRGN-10805_create_rn…
PavelVPV 7d4f777
net: remove l2 kconfig circular dependencies
d05c9e5
drivers: add `FLASH_NRF_DRIVER` kconfig choice
676475e
Merge remote-tracking branch 'rubin/develop/DRGN-10888_adapt_to_new_a…
f4a8689
drivers: Allow clock control to be configured out-of-source
2ee3c90
drivers: Allow entropy driver to be configured out-of-source
7ce49fb
drivers: Allow flash driver to be configured out-of-source
1f15e81
drivers: make nrf5 clock control driver default=y
b27db02
drivers: flash: make nrf5 driver default on
0a5f36c
fs: don't force select FLASH_PAGE_LAYOUT from fs
44f9d00
Merge pull request #3 from thomasstenersen/develop/DRGN-10806_blectrl…
rugeGerritsen 31b3cbd
Move BT_HCI_VS out of common/Kconfig to configure it from controller
PavelVPV 8e496b3
Use BT_LL_HAS_VS_COMMANDS instead of BT_HCI_VS_CUSTOM
PavelVPV 9112a52
Merge remote-tracking branch 'NordicPlayground/master' into develop/D…
rugeGerritsen e56cc3d
Merge pull request #5 from rugeGerritsen/develop/DRGN-0000_merge_in_u…
rugeGerritsen 38f6ed3
bluetooth: host: Use default HCI stack size if no BT_LL_SW
c080942
Merge pull request #6 from thomasstenersen/develop/DRGN-0000_fix_hci_…
rugeGerritsen 504ce6a
Rename BT_LL_HAS_VS_COMMANDS with BT_HAS_HCI_VS
PavelVPV f034c51
Use tabs indents
PavelVPV 758e71b
Add Events to BT_HAS_HCI_VS config
PavelVPV de44387
Merge remote-tracking branch 'origin/develop/DRGN-10888_adapt_to_new_…
PavelVPV 081a40f
Merge pull request #4 from rugeGerritsen/develop/disable_zephyr_vendo…
rugeGerritsen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,8 @@ | ||
| zephyr_library() | ||
|
|
||
| zephyr_library_sources_ifdef(CONFIG_ENTROPY_ESP32_RNG entropy_esp32.c) | ||
| zephyr_library_sources_ifdef(CONFIG_ENTROPY_MCUX_RNGA entropy_mcux_rnga.c) | ||
| zephyr_library_sources_ifdef(CONFIG_ENTROPY_MCUX_TRNG entropy_mcux_trng.c) | ||
| zephyr_library_sources_ifdef(CONFIG_ENTROPY_NRF5_RNG entropy_nrf5.c) | ||
| zephyr_library_sources_ifdef(CONFIG_ENTROPY_SAM_RNG entropy_sam.c) | ||
| zephyr_library_sources_ifdef(CONFIG_ENTROPY_STM32_RNG entropy_stm32.c) | ||
| zephyr_library_sources_ifdef(CONFIG_FAKE_ENTROPY_NATIVE_POSIX fake_entropy_native_posix.c) | ||
| zephyr_library_sources_ifdef(CONFIG_USERSPACE entropy_handlers.c) | ||
| zephyr_sources_ifdef(CONFIG_ENTROPY_ESP32_RNG entropy_esp32.c) | ||
| zephyr_sources_ifdef(CONFIG_ENTROPY_MCUX_RNGA entropy_mcux_rnga.c) | ||
| zephyr_sources_ifdef(CONFIG_ENTROPY_MCUX_TRNG entropy_mcux_trng.c) | ||
| zephyr_sources_ifdef(CONFIG_ENTROPY_NRF5_RNG entropy_nrf5.c) | ||
| zephyr_sources_ifdef(CONFIG_ENTROPY_SAM_RNG entropy_sam.c) | ||
| zephyr_sources_ifdef(CONFIG_ENTROPY_STM32_RNG entropy_stm32.c) | ||
| zephyr_sources_ifdef(CONFIG_FAKE_ENTROPY_NATIVE_POSIX fake_entropy_native_posix.c) | ||
| zephyr_sources_ifdef(CONFIG_USERSPACE entropy_handlers.c) | ||
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
This is not nice. Is there another way of doing this? Otherwise CMake will complain about an empty library.
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.
For now I saw 2 ways to avoid the empty library issue:
zephyr_library()and usezephyr_sources_ifdef()as it done here;Maybe the 3rd way is to do a trick with Kconfig by using another way to include driver/entropy folder even if CONFIG_ENTROPY_HAS_DRIVER is enabled.