Commit graph

712 commits

Author SHA1 Message Date
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
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