65f79d7ed7
don't warn that learn isn't a library
2022-11-05 08:18:35 -05:00
cc65263341
make scripts executable
2022-11-05 08:11:42 -05:00
Ha Thach
fd194d6a75
Merge pull request #145 from adafruit/warn-if-no-arduino-library
...
throw warnings if action_install.sh is used and repo does not have 'arduino-library' tag in its topic
2022-10-29 00:15:26 +07:00
hathach
2656527d3c
throw warnings if action_install.sh is used and repo does not have 'arduino-library' tag in its topic
2022-10-28 16:46:10 +07:00
brentru
21352cf9a2
picow tinyusb fix
2022-09-15 16:35:52 -04:00
brentru
8cbe547c84
build picow_2040
2022-09-15 16:32:43 -04:00
lady ada
60471ffba6
retry install 3 times
2022-07-26 11:35:26 -04:00
brentru
5f7224312f
psram issue with arduino-espv2.0.4
2022-07-08 13:16:01 -04:00
Brent Rubell
5f7b12ade1
Merge pull request #143 from brentru/fix-qtpy-s3-variant
...
Fix FQBN for QT Py S3
2022-07-08 12:49:44 -04:00
brentru
6b91cf161f
use variant name for qtpy s3
2022-07-08 12:45:18 -04:00
Paint Your Dragon
ffa44170ce
Remove feather_esp32s3_tinyusb (not a valid combo)
2022-07-07 17:48:53 -07:00
Paint Your Dragon
de083be764
tinyusb variants of feather_m0 and feather_esp32s3
2022-07-07 17:16:50 -07:00
Brent Rubell
d28d7dfd39
Merge pull request #142 from brentru/update-s3-boards
...
Update Feather ESP32-S3 boards to track espressif branch
2022-07-07 15:00:56 -04:00
brentru
0695f42884
boards released in arduino-esp32, use main releases for them
2022-07-06 12:32:10 -04:00
Brent Rubell
a759ed9a5d
Merge pull request #141 from adafruit/add-esp32-c3
...
Add Adafruit QT Py ESP32-C3
2022-06-24 13:58:06 -04:00
brentru
d8e49d2bae
add C3 qtpy with qio flashmode fix for littlefs
2022-06-24 13:43:54 -04:00
Brent Rubell
551f12c3f8
Merge pull request #140 from brentru/add-feather-s3-tft
...
Add platform Adafruit Feather ESP32-S3 TFT
2022-06-10 10:59:50 -04:00
brentru
2a002303bd
add fs3 tft
2022-06-09 12:42:02 -04:00
Brent Rubell
ffc687d729
Merge pull request #139 from brentru/master
...
Add Adafruit ESP32-S3 Feather with 4MB Flash 2MB PSRAM
2022-06-07 11:23:43 -04:00
brentru
a526b48341
-wall add back
2022-06-06 15:27:39 -04:00
brentru
2faadaebbb
push -rm wall
2022-06-03 13:46:16 -04:00
brentru
75b90b487d
try espressif:
2022-06-03 12:39:57 -04:00
brentru
afddc5e19c
add s3 nospram, 4m2m
2022-06-03 12:21:12 -04:00
Limor "Ladyada" Fried
0ba07d2e7d
Merge pull request #137 from brentru/add-qtpy-esp32
...
Build for Adafruit QT Py ESP32 Pico
2022-05-02 20:20:05 -04:00
brentru
7d986c96c8
add qtpy esp32
2022-05-02 13:35:22 -04:00
Limor "Ladyada" Fried
6aba38f8bd
Merge pull request #134 from eringerli/actions-reorder
...
reordered the actions, so clang-format and doxygen are run first
2022-05-01 22:05:40 -04:00
Limor "Ladyada" Fried
60f4996208
Merge pull request #136 from eringerli/remove-unneded-apg-get-install
...
Only install clang-format if it is really missing
2022-05-01 22:01:38 -04:00
Christian Riggenbach
a4b6ff8593
Only install clang-format if it is really missing
...
As the default image already has v10, v11 (default) and v12 installed,
you don't have to install v8 and don't even use it. This removes the
need for a long (most of the time 2 minutes) mirror search or even call
'apt-get install' in the first place. This shortens the time spent in
actions_install.sh from about 2:30min to 6s, which is 25x faster.
2022-05-01 21:41:43 +02:00
Christian Riggenbach
2b9bfda27d
prettier names for the individual steps
2022-05-01 20:22:48 +02:00
Christian Riggenbach
633a8ad612
reordered the actions, so clang-format and doxygen are run first
...
This change reorders the actions so the least expensive and most failing
actions are run first. On a typical run, doxygen and clang-format take
each about 2s (plus 7s install), the complete building on all the supported platforms
10 minutes. In my experience, the most fails I get are from formatting
and documentation errors, not from compilation problems. This gives the
users a much faster feedback on needed changes in their commits and PRs
and shaves off a lot of execution time.
2022-05-01 20:22:28 +02:00
Limor "Ladyada" Fried
d69421a18c
Merge pull request #133 from brentru/fix-avr-fqbn
...
Fix AVR platforms not compiling
2022-04-20 14:09:43 -04:00
brentru
88008c8c08
pass avr platform the full link
2022-04-20 13:01:52 -04:00
Brent Rubell
dc0519b05b
Merge pull request #132 from brentru/fix-daily-bug
...
Refactor manually building from arduino-esp32
2022-04-19 15:03:18 -04:00
brentru
a741e4b874
dont build feather_esp32_v2 from master, was just testing
2022-04-19 14:50:38 -04:00
brentru
d53bd27db2
fix hex problem
2022-04-19 14:28:26 -04:00
brentru
242c654934
any
2022-04-19 14:17:03 -04:00
brentru
004f3d084e
fix?
2022-04-19 14:00:17 -04:00
Jeff Epler
238b1b7f70
Merge pull request #131 from adafruit/push-docs-main-only
...
push docs only when running on main branch
2022-04-19 10:00:04 -05:00
brentru
86f705bc19
symlink fix
2022-04-19 10:48:31 -04:00
brentru
cf6311bcaa
update build script
2022-04-19 10:37:06 -04:00
Jeff Epler
6615ff3514
push docs only when running on main branch
2022-04-18 11:18:12 -05:00
Brent Rubell
f10f955fa7
Merge pull request #130 from brentru/fix-s3-generation
...
Fix ESP32-S3 UF2 generation
2022-04-15 16:05:08 -04:00
brentru
5783914e33
append to comment
2022-04-15 16:02:21 -04:00
brentru
4756fce03d
use bin for s3
2022-04-15 16:00:56 -04:00
Brent Rubell
0c2b7777d5
Merge pull request #129 from brentru/add-s3-boards
...
Add Feather ESP32-S3, QT Py ESP32-S3
2022-04-15 15:05:48 -04:00
brentru
8559f5ad56
add adafruit s3 boards
2022-04-15 15:01:16 -04:00
Brent Rubell
1a1ff447b9
Merge pull request #127 from adafruit/fix-samd51-uf2
...
fix uf2 board id for samd51 boards
2022-04-12 10:59:15 -04:00
Jeff Epler
2af5d7ba71
fix uf2 board id for samd51 boards
...
.. the previous ID was for samd21 microcontrollers. the new id is the one for samd51 microcontrollers per https://github.com/microsoft/uf2/blob/master/utils/uf2families.json
2022-04-12 09:45:37 -05:00
Brent Rubell
adc7b097b9
Merge pull request #126 from brentru/fix-feather-v2-fqbn
...
Use correct FQBN for Feather ESP32 V2
2022-04-11 15:28:24 -04:00
brentru
55af66ad98
use correct FQBN
2022-04-11 15:13:48 -04:00