Commit 193af35
Solo1
* Support extern Ethernet (#60)
see espressif/arduino-esp32#6318
* Revert "Support extern Ethernet (#60)" (#61)
This reverts commit 8c5ac76.
* Fix missing BLE 4.2 from ESP32-S3
* Allow selecting Arduino branch based on the current lib-builder branch
* For CI builds get branch from env
* dump env
* Update update-components.sh
* Update update-components.sh
* Add support for CPP exceptions for C3
Fixes: espressif/arduino-esp32#6187
* Script improvements, rainmaker and esp-sr
* Optimized for Tasmota
* Update build.sh
* Update config.sh
* Update install-esp-idf.sh
* AR_BRANCH="master"
* Update push.yml
* Update defconfig.esp32s3
* Update defconfig.esp32s2
* space in path fix
* fix space in path
* Update install-esp-idf.sh
* Update README.md
* esp littlesfs broken going back to commit 4ee58815
* lfn
* lfn
* lfn
* lfn
* use actual littlefs
* esp_littlefs commit 4ee58815093
* Update config.sh
* use latest littlefs
* AR_BRANCH="work"
* IDF branch v4.4_work
* Update push.yml
* Update defconfig.esp32
* Update fb_gfx.h
* Update fb_gfx.c
* IDF_BRANCH="v4.4.1"
* Update push.yml
Co-authored-by: me-no-dev <hristo@espressif.com>1 parent 8275b4a commit 193af35
File tree
5 files changed
+16
-11
lines changed- .github/workflows
- components/fb_gfx
- include
- configs
- tools
5 files changed
+16
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
0 commit comments