-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
Add ThingPulse ePulse Feather and ePulse Feather C6 board definition #1338
base: develop
Are you sure you want to change the base?
Conversation
}, | ||
"core": "esp32", | ||
"extra_flags": [ | ||
"-DARDUINO_ESP32_DEV", |
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.
Shouldn't it be -DARDUINO_THINGPULSE_EPULSE_FEATHER
?
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.
Fixed it
"f_flash": "80000000L", | ||
"flash_mode": "dio", | ||
"mcu": "esp32", | ||
"variant": "thingpulse_epulse_feather_c6" |
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.
Looks like a typo, should be thingpulse_epulse_feather
.
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.
Good catch! Thank you
"f_cpu": "160000000L", | ||
"f_flash": "80000000L", | ||
"flash_mode": "qio", | ||
"mcu": "esp32c6", |
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.
Where are the extra_flags
and ldscript
entries for Arduino framework?
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.
I added extra_flags
, but the only example I have for esp32-c6 is the espressif modules and they don't have the ldscript
value set
"variant": "thingpulse_epulse_feather_c6" | ||
}, | ||
"connectivity": [ | ||
"wifi" |
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.
Probably bluetooth
is missing.
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.
I added zigbee and thread as well.
Hi @squix78, thanks for the PR, it will be merged when a new stable release of Arduino core is published. Meanwhile, please address my comments above. |
Hi @valeros |
That's right, if IDF is enough, you can remove Arduino from the list of supported frameworks. |
@valeros |
Both boards are already on the arduino-esp32 repository:
Source: