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
Brent Rubell
e3c6166676
Merge pull request #125 from brentru/update-v2-feather
...
Update for ESP32 Feather v2
2022-04-11 15:04:36 -04:00
brentru
ea462a2629
remove old key
2022-04-11 15:01:21 -04:00
brentru
b8e3b1ca6c
add new v2 feather without _daily suffix
2022-04-11 15:00:05 -04:00
Brent Rubell
b29903e792
Merge pull request #124 from brentru/fqbn-esp8266-wippersnapper
...
Use modified ESP8266 FQBN for ESP_8266
2022-03-09 12:21:31 -05:00
brentru
44b3395002
use fqbn for wippersnapper compile
2022-03-08 17:00:59 -05:00
Limor "Ladyada" Fried
b18ec15244
Merge pull request #123 from adafruit/add-arduino-cli-to-action-path
...
correctly add arduino-cli to PATH
2022-03-08 14:24:02 -05:00
hathach
a7fea7f7ab
correctly add arduino-cli to PATH
2022-03-08 12:02:05 +07:00
Brent Rubell
81ab3c3f00
Merge pull request #122 from brentru/better-esp-platform-names
...
Better esp platform names
2022-03-07 15:26:32 -05:00
brentru
6f814f0959
retain old names
2022-03-07 15:13:29 -05:00
brentru
2de2cd8f25
use better names for espressif platforms
2022-03-07 15:07:28 -05:00
Limor "Ladyada" Fried
68c60f7240
Merge pull request #121 from brentru/fix-typerror
...
Fix typerror in install_platform with AVR
2022-03-04 15:27:14 -05:00
brentru
c46fa0f226
fix typeerror
2022-03-04 12:14:10 -05:00
Limor "Ladyada" Fried
c9b41948c5
Merge pull request #120 from brentru/fix-avr-build
...
Fix positional argument issue with AVR installation call
2022-03-04 11:57:46 -05:00
brentru
85b91dbc26
make platform name key optional
2022-03-04 11:52:53 -05:00
Brent Rubell
26f4986abc
Merge pull request #119 from brentru/ada-commits
...
Add local ESP32BSP installation and bring in-line with WipperSnapper fork
2022-03-04 11:02:25 -05:00
brentru
b2f6109dad
change back to magtag, funhouse
2022-03-03 15:26:20 -05:00
brentru
5499191101
remove prints, etc
2022-03-03 15:24:55 -05:00
brentru
abfc91f0c5
increase timeout for esp32s2
2022-03-03 15:04:33 -05:00
brentru
c258d15f8d
copy old script
2022-03-03 14:58:28 -05:00
brentru
bb8219e217
verbose build
2022-03-03 14:48:21 -05:00
brentru
ea047a5d9e
add symlink back
2022-03-03 14:40:20 -05:00
brentru
7ddd070a09
verbose flag
2022-03-03 14:33:14 -05:00
brentru
5a46972726
print cmd
2022-03-03 13:17:13 -05:00
brentru
f1e87afba3
uncomment symlinks
2022-03-03 12:32:06 -05:00
brentru
d1b5e63709
use .bin for uf2 generation on esp32s2
2022-03-03 12:25:18 -05:00