forked from espressif/esp32-arduino-lib-builder
-
Notifications
You must be signed in to change notification settings - Fork 2
test github merge workflow #1
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
Closed
abstractBoyd
wants to merge
84
commits into
ricardoquesada:master
from
PhaseDock:boyd_build_refactor
Closed
test github merge workflow #1
abstractBoyd
wants to merge
84
commits into
ricardoquesada:master
from
PhaseDock:boyd_build_refactor
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If the repo clone directory was not named esp32-arduino-lib-builder, the script ran into an infinite loop.
- Update boards.txt from ESP32 Arduino Core 2.0.14 and remove S2 based boards. - Update platform.txt from Arduino Core 2.0.14 (with Bluepad32 includes) - Platform define version 4.4.5 (and not 4.4.5-hash) - Add WebAppBLEService example fixes: ricardoquesada/bluepad32#37
Include Bluepad32 + BTstack and missing components. Easier to diff
Keep log messages to the minimum.
…o make sure the updated things don't get overwritten
…o make sure the updated things don't get overwritten
…ange this later, don't want two versions of the same lib), also doing a more direct copy from the arduino library to make sure I'm not pulling in any modifications I made to get this working in the program repo
# Conflicts: # README.md # bluepad32_files/boards.txt # bluepad32_files/libraries/Bluepad32_ESP32/examples/Controller/Controller.ino # bluepad32_files/platform.txt # configs/builds.json # configs/defconfig.common # main/sketch.cpp
…omation, setup instructions, and version lockdowns
… and updating to tie the distro version to the name of the branch we're building from
…o be more build-script friendly
…adme with new build/release instructions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
a test to trigger the github merge workflow