-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/sam0: Remove deprecated muxpos #20525
Conversation
f2e4c3b
to
f0528df
Compare
There are still some references to $ git grep -c "\<muxpos\>" boards/ cpu/
boards/adafruit-grand-central-m4-express/include/periph_conf.h:1
boards/adafruit-itsybitsy-m4/include/periph_conf.h:1
boards/adafruit-pybadge/include/periph_conf.h:1
boards/arduino-nano-33-iot/include/periph_conf.h:1
boards/bastwan/include/periph_conf.h:1
boards/common/arduino-mkr/include/periph_conf_common.h:1
boards/common/arduino-zero/include/periph_conf.h:1
boards/common/saml1x/include/periph_conf.h:1
boards/feather-m0/include/periph_conf.h:1
boards/hamilton/include/periph_conf.h:1
boards/samd10-xmini/include/periph_conf.h:1
boards/samd20-xpro/include/periph_conf.h:1
boards/samd21-xpro/include/periph_conf.h:1
boards/same54-xpro/include/periph_conf.h:1
boards/saml21-xpro/include/periph_conf.h:1
boards/samr21-xpro/include/periph_conf.h:1
boards/samr30-xpro/include/periph_conf.h:1
boards/samr34-xpro/include/periph_conf.h:1
boards/seeeduino_xiao/include/periph_conf.h:1
boards/sensebox_samd21/include/periph_conf.h:1
boards/serpente/include/periph_conf.h:1
boards/sodaq-autonomo/include/periph_conf.h:1
boards/sodaq-explorer/include/periph_conf.h:1
boards/sodaq-one/include/periph_conf.h:1
boards/sodaq-sara-aff/include/periph_conf.h:1
boards/sodaq-sara-sff/include/periph_conf.h:1
boards/yarm/include/periph_conf.h:1
cpu/sam0_common/include/periph_cpu_common.h:1
cpu/sam0_common/periph/adc.c:5 (intentionally masking to |
f0528df
to
1cb2d7c
Compare
@miri64 I stepped through your comments. I do not think they should be changed. The comments are not misleading. What I could do is to rename the defines and then adjust the comments:
But again, I do not think that would be a great change... |
following @miri64 's comment. There is a bunch of |
Contribution description
Hello 🪱
This removes the long 5843ff4 deprecated
adc_conf_chan_t::muxpos
.Testing procedure
CI should be enough.
links
deprecated in #18688