Gunar Schorcht
9e9a227e49
boards/esp32s3: add ESP32-S3-DevKit board definition
2022-08-17 02:04:07 +02:00
Gunar Schorcht
6d79c939de
tests/external_boards: add esp32c3-ci board for optional modules
2022-08-07 07:54:38 +02:00
Gunar Schorcht
4fe1931172
murdock: add esp32c3-devkit as board with TEST_KCONFIG
2022-08-05 22:26:44 +02:00
benpicco
004ac82af5
Merge pull request #18394 from gschorcht/cpu/esp32/fix_kconfig_for_esp_eth
...
cpu/esp32: fix provided features and Kconfig for esp_eth
2022-08-05 19:47:03 +02:00
Gunar Schorcht
8475804b5a
murdock: add waveshare-nrf52840-eval-kit board for Kconfig tests
2022-08-04 10:04:54 +02:00
Gunar Schorcht
2347e805d7
murdock: add an ESP32 board with feature esp_eth
2022-08-03 09:01:05 +02:00
MrKevinWeiss
ffed6baa51
.murdock: Fix kconfig hash check
...
It seems like #18236 introduced some errors in the kconfig hash check.
Running locally I get a `.murdock: line 482: [: too many arguments` message.
On the CI it looks like `./.murdock: 480: [: 4994c097e49decc77a99c2254e46c710238dc4f2: unexpected operator`.
I noticed that the path names are now included in the comparison.
It seems surrounding them in quotes helps but this also compares whitespaces and newlines...
2022-07-25 09:59:34 +02:00
Marian Buschsieweke
de74c6acbd
.murdock: print hash input when hashes mismatch
2022-07-11 17:17:15 +02:00
acfe8a1e5b
murdock: don't do both "clean" and "test-input-hash" targets
2022-06-23 16:40:52 +02:00
585eb111b6
CI: disable microbit testing
2022-04-13 17:58:52 +02:00
Francisco
ec6d6026bb
Merge pull request #17213 from kaspar030/log_build_dir_size
...
murdock: use json output `$(BINDIR)` size
2022-04-07 16:59:54 +02:00
5daa6fd45a
murdock: use json output for $(BINDIR)
size
2022-03-09 13:09:20 +01:00
00e427d91d
murdock: support emulated boards
2022-03-04 09:44:12 +01:00
MrKevinWeiss
cd07488f51
.murdock: remove boards from blocklist
...
esp8266-esp-12x
esp32-wrover-kit
msbiot
pyboard
All of these should work now...
2022-02-10 13:43:41 +01:00
Kevin "Tristate Tom" Weiss
d97eed54a1
Merge pull request #17525 from fjmolinas/pr_esp_compile_test_boards
...
[POC] tests/external-boards: add esp compile test boards
2022-02-10 08:31:12 +01:00
Francisco Molina
a19fc10bc8
.murdock: add esp virtual boards
2022-02-09 16:50:04 +01:00
MrKevinWeiss
39a56442a6
.murdock: Add stm32mp1 board variant to kconfig test list
2022-02-09 10:32:20 +01:00
Kevin "Tristate Tom" Weiss
648c6bcb88
Merge pull request #17595 from MrKevinWeiss/pr/explorekconfig
...
kconfig explore all allowed boards on all apps
2022-02-08 08:46:55 +01:00
MrKevinWeiss
63d0e699c2
.murdock: Remove boards from kconfig blocklist
2022-02-07 13:59:38 +01:00
4e007d3f3e
Merge pull request #17521 from MrKevinWeiss/pr/kconfig/stm32mp1clock
...
cpu/stm32: Add clock config for mp1 to kconfig
2022-02-07 11:02:20 +01:00
MrKevinWeiss
686d93759f
kconfig explore all allowed boards on all apps
2022-02-07 10:08:24 +01:00
536c0dd1d4
murdock: prioritize job collection over build jobs
...
Previously, the fanned out job collection would add it's jobs to the
"default" queue, competing with build jobs. This could lead to a
situation where job collection would take very long or even time out.
This PR choses "default-first" as queue for the fan-out. Workers are
expected to add that queue *before* "default", so its jobs get processed
first.
2022-02-03 13:27:42 +01:00
MrKevinWeiss
68e94ea2aa
cpu/stm32: Add clock config for mp1 to kconfig
2022-02-03 12:20:53 +01:00
MrKevinWeiss
68b1623d50
.murdock: Remove boards from kconfig blocklist
2022-02-01 13:58:08 +01:00
2ba5d5976d
murdock: fix exit -> return in subfunction
2022-01-14 12:52:19 +01:00
c95f9a436b
murdock: don't run can_fast_ci_run if FULL_BUILD==1
2022-01-10 15:15:48 +01:00
MrKevinWeiss
5f7c31f5fa
.murdock: Kconfig test apps for all boards
...
Introduce the TEST_KCONFIG_TEST_ALLOWLIST and TEST_KCONFIG_BOARD_BLOCKLIST
This will test kconfig modeling on a small subset of apps
for all boards that are not on the blocklist.
This should automatically test new boards, preventing merging
of non-kconfig complete boards.
2021-12-15 18:43:38 +01:00
Leandro Lanzieri
359fdda249
.murdock: add subset of samd21 boards to test Kconfig
2021-12-15 10:31:19 +01:00
MrKevinWeiss
475c63f3fc
.murdock: Add some stm boards to kconfig test
2021-12-15 09:31:45 +01:00
efdd3e90ef
murdock: integrate can_fast_ci_run build filter
2021-12-13 11:04:52 +01:00
Gunar Schorcht
85313ccc02
Merge pull request #17232 from leandrolanzieri/pr/cpu/esp/model_kconfig
...
cpu/esp{32,8266}: model kconfig
2021-12-11 08:53:31 +01:00
Leandro Lanzieri
63a2b557df
.murdock: add subset of ESP boards to test Kconfig
2021-12-10 18:54:08 +01:00
051fe0e357
murdock: add some doc on how to efficiently limit builds
2021-12-10 08:55:45 +01:00
Leandro Lanzieri
46765caa35
.murdock: add subset of kinetis boards to test Kconfig
2021-12-07 11:33:24 +01:00
3ca1a10217
Merge pull request #17319 from aabadie/pr/sys/trace_ztimer
...
sys/trace: migrate to ztimer
2021-12-06 23:07:04 +01:00
MrKevinWeiss
d184043540
.murdock: Add adafruit-itsybitsy-m4 to kconfig test
2021-12-06 09:06:34 +01:00
2b91e896ec
.murdock: add tests/trace in Kconfig test apps
2021-12-04 12:03:14 +01:00
Leandro Lanzieri
d7bf363517
Merge pull request #17290 from fjmolinas/pr_kconfig_msp430
...
cpu/msp430: add Kconfig
2021-12-03 08:37:11 +01:00
Francisco Molina
7ab05fa129
cpu/msp430: add Kconfig
2021-12-02 16:33:19 +01:00
Dylan Laduranty
97f7b67b49
Merge pull request #17291 from fjmolinas/pr_nrf9160_kconfig
...
cpu/nrf9160: add Kconfig dependencies
2021-12-02 09:59:16 +01:00
Francisco Molina
4aaf8f12a0
cpu/nrf9160: add Kconfig dependencies
2021-12-02 07:51:21 +01:00
Leandro Lanzieri
a476e43568
.murdock: add subset of lpc23xx boards to test Kconfig
2021-12-01 10:15:01 +01:00
Francisco
cb07027b39
Merge pull request #17277 from leandrolanzieri/pr/cpu/qn908x/model_kconfig
...
cpu/qn908x: model kconfig
2021-12-01 01:03:30 +01:00
benpicco
05b9c84369
Merge pull request #17255 from MrKevinWeiss/pr/kconfig/sam54
...
.murdock: Add same54-xpro to kconfig tests
2021-11-29 23:22:23 +01:00
Leandro Lanzieri
ea247d2216
.murdock: add qn9080dk to test Kconfig
2021-11-29 13:56:44 +01:00
Kevin "Tristate Tom" Weiss
7f649aa505
Merge pull request #17270 from leandrolanzieri/pr/boards/saml21/model_kconfig
...
boards/saml21-based: model kconfig
2021-11-29 09:57:15 +01:00
MrKevinWeiss
1b3374ca25
.murdock: Add same54-xpro to kconfig test
2021-11-29 09:12:30 +01:00
Leandro Lanzieri
d962787043
Merge pull request #17274 from fjmolinas/pr_kconfig_nrf51
...
cpu/nrf51: model kconfig
2021-11-26 12:55:27 +01:00
Leandro Lanzieri
d19e9c4b97
.murdock: add subset of saml21 boards to test Kconfig
2021-11-26 11:06:50 +01:00
Francisco Molina
cfb53fef39
boards/common/nrf51: add initial Kconfig modeling
...
- add airfy-beacon
- add calliope-mini
- add microbit
- add nrf51dk
- add nrf51dongle
- add nrf6310
- add yunjia-nrf51822
2021-11-26 10:39:40 +01:00