-
Notifications
You must be signed in to change notification settings - Fork 8.3k
board: Adafruit ESP32-S2 Feather #85313
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
Conversation
e980d48 to
9e7b214
Compare
nordicjm
left a comment
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.
commits need squashing
|
|
||
| &gpio0 { | ||
| status = "okay"; | ||
| neopixel-power-enable { |
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.
newline
|
|
||
| /* SPI */ | ||
| reg = <0>; /* ignored, but necessary for SPI bindings */ | ||
| spi-max-frequency = <6400000>; | ||
|
|
||
| /* WS2812 */ |
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.
| /* SPI */ | |
| reg = <0>; /* ignored, but necessary for SPI bindings */ | |
| spi-max-frequency = <6400000>; | |
| /* WS2812 */ | |
| reg = <0>; | |
| spi-max-frequency = <6400000>; |
| <LED_COLOR_ID_BLUE>; | ||
| }; | ||
| }; | ||
|
|
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.
| @@ -0,0 +1,8 @@ | |||
| # SPDX-License-Identifier: Apache-2.0 | |||
|
|
|||
| CONFIG_MAIN_STACK_SIZE=2048 | |||
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.
currently have a PR getting rid of this
| leds { | ||
| compatible = "gpio-leds"; | ||
| status = "okay"; | ||
| led1: led_1 { |
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.
newline
Thanks for your Review, I wall do that asap |
add support for esp32s2_feather boards Signed-off-by: Philipp Steiner <[email protected]>
fce563d to
c4b6abe
Compare
|
Ok, somehow I messed up my branch, I will look into it to fix it the next days |
|
I have to close and reopen this PR because I really did some mess with my branch |
This PR adds board support for the Adafruit ESP32-S2 Feather development boards with different flavors:
This is basically a copy and extension of #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.