-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Remove obsolete nrf54l09pdk board #93560
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
Remove obsolete nrf54l09pdk board #93560
Conversation
FYI: @carlescufi , @nordic-piks |
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.
You can't just drop a board and not mention it in the release notes / migration guide.
You may also want to update doc/_scripts/redirects.py
in case you want to redirect people browsing the Zephyr 4.1 / 4.2 docs to properly be re-routed to whatever is the replacement
nrf54l09pdk and nrf54l20pdk were targets for "emulator" (not a real HW). I'm 100% sure that nobody outside the Nordic have ever used that targets. I need to discuss how to proceed. |
92562d8
5effab7
to
92562d8
Compare
I mentioned removal of the board in Release Notes for the Zephyr 4.3. |
92562d8
to
dd6aa1f
Compare
Remove possibility to run samples on nrf54l09pdk as this is an obsolete board that is going to be removed. Signed-off-by: Sebastian Głąb <[email protected]>
Remove possibility to run tests on nrf54l09pdk as this is an obsolete board that is going to be removed. Signed-off-by: Sebastian Głąb <[email protected]>
Board nrf54l09pdk was renamed to nrf54lv10dk. Remove obsolete board definition. Signed-off-by: Sebastian Głąb <[email protected]>
dd6aa1f
to
cc02649
Compare
|
I had to resolve merge conflict. |
Board nrf54l09pdk was renamed to nrf54lv10dk.
Remove nrf54l09pdk from supported boards in samples and tests.
Remove obsolete board definition.