-
Notifications
You must be signed in to change notification settings - Fork 7.7k
boards: adafruit: esp32s2_feather: add support #85405
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
boards: adafruit: esp32s2_feather: add support #85405
Conversation
25de373
to
0c39d53
Compare
Hi, how do I add further labels: like area:Boards and platform:ESP32? |
boards/adafruit/feather_esp32s2/doc/img/adafruit_feather_esp32s2.webp
Outdated
Show resolved
Hide resolved
samples/fuel_gauge/max17048/boards/adafruit_feather_esp32s2_C.overlay
Outdated
Show resolved
Hide resolved
boards/adafruit/feather_esp32s2/adafruit_feather_tft_esp32s2_defconfig
Outdated
Show resolved
Hide resolved
boards/adafruit/feather_esp32s2/adafruit_feather_tft_esp32s2_defconfig
Outdated
Show resolved
Hide resolved
boards/adafruit/feather_esp32s2/adafruit_feather_tft_reverse_esp32s2.dts
Outdated
Show resolved
Hide resolved
boards/adafruit/feather_esp32s2/adafruit_feather_tft_reverse_esp32s2_defconfig
Outdated
Show resolved
Hide resolved
boards/adafruit/feather_esp32s2/adafruit_feather_tft_reverse_esp32s2_defconfig
Outdated
Show resolved
Hide resolved
Thanks a lot! |
@kartben zephyrbot added the reviewers again which you already removed. Many thanks in advance! 😉 |
I just saw that the
Which approach is the preferred way to go? |
f8799f4
to
ca06da6
Compare
@kartben @sylvioalves @nordicjm rebased the branch and added a |
cool - I'm splitting up the doc pages in 3 as briefly discussed on discord - will push an update to your branch shortly |
Awesome! thanks a lot! |
add board support for adafruit_esp32s2_feather board series Signed-off-by: Philipp Steiner <philipp.steiner1987@gmail.com>
ca06da6
to
fa6bba6
Compare
@DBS06 please check I didn't mess anything up :) |
@kartben LGTM 👍 Thanks for your help! |
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.
+1 for docs ;)
This PR adds board support for the Adafruit ESP32-S2 Feather development boards with different flavors:
This is basically inspired by #75844 and other boards i.e. pinout, feather connector, fuel gauge and on-board NeoPixel. There is an issue #68512 requesting support for this board.
I had to reopen this PR because I messed up the original branch