-
Notifications
You must be signed in to change notification settings - Fork 50
Extend ESP32 hardware targets #23
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
base: main
Are you sure you want to change the base?
Conversation
|
Working great on Avaspark RGB and rESCue Mini boards. |
…ress into hardware-targets
Prevent activation with full throttle
decc7d52 Merge pull request #23 from r3n33/fix/rotated-text-spacing fa2a57c2 Fix character spacing when text is rotated git-subtree-dir: main/lispBM git-subtree-split: decc7d52220f062fe43dd45652895de177df7b64
Fixes crash on connect with iOS devices
|
@vedderb any feedback about this approach? Would happily change to platformio for easier hardware management if you'd prefer |
|
I think this looks like a good approach, nice work! I'm happy to help with getting this merged. |
Thanks. I'll try to get the branch updated this weekend and will start on cleaning things up. I'll mark it as ready for review once I'm done. |
…ress into hardware-targets
…ardware-targets
|
To do:
|
Add hwconf for Avaspark RGB V3
…ardware-targets
|
i am working on a GitHub actions script that could release all targets as artifacts, including nightly builds. I think we spoke on discord before. Subscribed here to start my PR when this is merged :) |
|
I think I'm going to rework this slightly so that I use a common sdkconfig, then apply hardware target specific sdkconfigs on top. |
Extend hardware support to ESP32 and ESP32S3 boards by adding split sdkconfig and automatically detecting which to use based on the hardware name build flag.
Also adds each hw config to their own build directory and adds a flag for building all hardware configs
