Upcoming deprecations and supported platform changes #447
Closed
charlie-foxtrot
started this conversation in
General
Replies: 1 comment 3 replies
-
these changes have been made in #444 and will be part of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm planning to deprecate explicit build support for
rpiv1
(Raspberry Pi version 1 - ARMv6 CPU, Broadcom VideoCore IV GPU) in an upcoming release as I have no hardware to test it.Is anyone using
rtl_airband
on an original raspberry pi?I plan to continue to support (and test)
rpiv2
(Raspberry Pi version 2 or 3 - ARMv7 CPU, Broadcom VideoCore IV GPU) assuming it is currently working with the latest Raspberry Pi OS (bookworm).I am considering further reducing the set of build platforms by replacing
armv7-generic
andarmv8-generic
with a singlegeneric
option that works across x86, arm, etc.Does anyone use
armv7-generic
orarmv8-generic
today?Finally, under the assumption that the vast majority of people are compiling on the device they are running on, I plan to change the default platform to
native
.Beta Was this translation helpful? Give feedback.
All reactions