Skip to content
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

Migrate from Arduino ESP32 Core 2.x to 3.x, IDF 5.1 #502

Merged
merged 38 commits into from
Nov 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1b11d6e
migrate to new ledc api
brentru Oct 19, 2023
1e0c42a
update copyright, remove todo
brentru Oct 19, 2023
79c0fb4
bump version
brentru Oct 19, 2023
9a58778
hotpatch for arduino-cli failure
brentru Oct 20, 2023
b3e6230
fix format error
brentru Oct 20, 2023
9f0af52
missed two!
brentru Oct 20, 2023
034d7c7
try onewireng instead of standard paul onewire bc its latest
brentru Oct 20, 2023
852ab65
use brentru fork of lvgl
brentru Oct 23, 2023
29ee953
format specifier
brentru Oct 23, 2023
5d9ef80
fix format specifier
brentru Oct 23, 2023
72990fd
brent fork for partition table inc.
brentru Oct 23, 2023
a3910ce
add ws pixels clang
brentru Oct 23, 2023
0eb5df7
add UART BSP3 changes
Nov 9, 2023
eb6838a
Revert
brentru Nov 9, 2023
95df198
add lib
brentru Nov 9, 2023
05794cd
description and use new partition for fh
brentru Nov 13, 2023
41c8f2f
build fh with less strings maybe
brentru Nov 13, 2023
759552a
put back, it's not the file size!
brentru Nov 13, 2023
ede01b4
run CI
brentru Nov 17, 2023
f33af0e
cat neopixel lib
brentru Nov 17, 2023
e2767c4
add debug build for Feather ESP32 v2
brentru Nov 17, 2023
94b3d08
ci-arduino brentru pointer
brentru Nov 17, 2023
aadc9f5
add debug skip
brentru Nov 17, 2023
4c5aac0
fix .test.skip and remove daily (unused?!)
brentru Nov 17, 2023
726868e
check the output from the build script
brentru Nov 17, 2023
c2ae52c
debug generate
brentru Nov 17, 2023
0244ab0
hardcode board name for dev build
brentru Nov 17, 2023
c72f3e8
hardcore board_name for esptool merge bin
brentru Nov 17, 2023
c048afa
put back previous build
brentru Nov 20, 2023
a3f7b59
add debug BUILD
brentru Nov 20, 2023
6d4652d
dev build
brentru Nov 20, 2023
e5672c6
dev build on debug only
brentru Nov 20, 2023
e64bae9
skip arduino boards for debug
brentru Nov 20, 2023
2dfe193
use new rgb builtin macro?
brentru Nov 20, 2023
143b9c7
old macro
brentru Nov 20, 2023
ea31fb2
old macro, re-run with new FQBN
brentru Nov 20, 2023
49025a2
upload to new artifact?
brentru Nov 20, 2023
62c7d1f
change to alpha for pre-release
brentru Nov 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
@@ -59,6 +59,9 @@ jobs:
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
- name: Build for ESP32-SX
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
- name: list version of neopixl lib
run: |
cat /home/runner/Arduino/libraries/Adafruit_NeoPixel/library.properties
- name: list
run: |
ls