Files
firmware/variants
Thomas Göttgens ce7e6e448d Separate the nRF54 platform code from src/platform/nrf52 (#11867)
* Move the nRF54L platform code into src/platform/nrf54l15 and drop the ARCH_NRF54L branches from src/platform/nrf52

* Name the platform directory nrf54 so future nRF54 variants can share it

* Rename the nRF54 platform base to nrf54_base in variants/nrf54l15/nrf54.ini

* Leave the SoftDevice random seed to the Bluefruit core, which seeds in begin() and answers NRF_EVT_RAND_SEED_REQUEST

* Seed the SoftDevice from checkSDEvents() when it pops NRF_EVT_RAND_SEED_REQUEST
2026-09-16 21:21:41 +00:00
..