-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Add support for nRF54L20 FLPR core #79355
Add support for nRF54L20 FLPR core #79355
Conversation
d9c6073
to
b992e85
Compare
e3ddb0e
to
d60ae28
Compare
5d965f4
to
14b2cad
Compare
14b2cad
to
e538c30
Compare
87ffe76
1273624
to
87ffe76
Compare
Bluetooth controller Kconfig had to be modified because of cc @aescolar |
87ffe76
to
9820821
Compare
Sidecomment:
Note this test is incorrectly being run in platforms which do not support it: In any case, the removal of the select seems correct to me. |
Added support for nRF54L20 FLPR core in devicetree. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Added support for nRF54L20 FLPR core in soc dir. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Added configuration files for nRF54L20 FLPR core. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Added support for FLPR core in nRF54L20pdk board. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Add snippet to boot nRF54L20pdk FLPR from application core. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
Enabled west flash and west erase for nRF54L20 PDK FLPR core. Added missing reset qualifier for nRF54L20 and nRF54L09. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
ENTROPY_NRF_CRACEN_CTR_DRBG symbol is based on devicetree node with compatible nordic,nrf-cracen-ctrdrbg. It does not have to be selected explicitly. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
9820821
to
33d1ea1
Compare
Building for
nrf54l20pdk/nrf54l20/cpuflpr
is now possible