- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.4k
 
Enable llpm sample for nrf7120 #23179
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
Enable llpm sample for nrf7120 #23179
Conversation
          CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 9204e64bc33918b0524eb99a1c5b32787eb33deb more detailssdk-nrf: 
 Github labels
 List of changed files detected by CI (7)Outputs:ToolchainVersion: 684b32e022 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; 
 | 
    
| 
           You can find the documentation preview for this PR here.  | 
    
45c5d1e    to
    44559a4      
    Compare
  
    Enable BT_CTLR_SDC_LLPM for nRF7120 Signed-off-by: Robert Robinson <[email protected]>
Add nRF7120 to FAKE_ENTROPY_NRF_PRNG config Enabled prng for zephyr,entropy on nRF7120 Signed-off-by: Robert Robinson <[email protected]>
44559a4    to
    01040ee      
    Compare
  
    
          Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug_keyboard.usb_next[nrf52840dk/nrf52840]: ROM size  increased by 4712[B] in comparison to the main[d2d7781] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23179/9)  | 
    
On devices where security manager has not yet been implemented, it is useful to still be able to test bluetooth functionality through llpm sample. Signed-off-by: Robert Robinson <[email protected]>
01040ee    to
    9204e64      
    Compare
  
    | if ENTROPY_GENERATOR | ||
| 
               | 
          ||
| config FAKE_ENTROPY_NRF_PRNG | ||
| bool "A fake nRF entropy driver" | ||
| default y | ||
| depends on DT_HAS_NORDIC_ENTROPY_PRNG_ENABLED | ||
| depends on (SOC_SERIES_NRF54HX || SOC_SERIES_NRF92X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF71X) | ||
| select ENTROPY_HAS_DRIVER | ||
| help | ||
| This is a super simple PRNG driver that can be used on nRF platforms that | ||
| do not have an entropy source. | ||
| This is NOT SAFE to use for cryptographic operations! | 
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.
No, this already exists in zephyr and properly emits a warning with:
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_TIMER_RANDOM_GENERATOR=y
CONFIG_TEST_CSPRNG_GENERATOR=y
| printk("Failed to set security: %d\n", err); | ||
| } | ||
| #else | ||
| /*Start service discovery*/ | 
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.
/* Comments start after a space */
Changes required to run llpm sample on nrf7120.