Skip to content

Commit

Permalink
HostTests needs more space on esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Dec 26, 2021
1 parent 5cb17e5 commit dfe38d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/HostTests/component.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ifeq ($(SMING_ARCH),Rp2040)
HWCONFIG = host-tests-1m
DISABLE_NETWORK := 1
else ifeq ($(SMING_ARCH),Esp32)
HWCONFIG = host-tests-esp32
else
HWCONFIG = host-tests
endif
Expand Down
9 changes: 9 additions & 0 deletions tests/HostTests/host-tests-esp32.hw
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Host Tests for Esp32",
"base_config": "host-tests",
"partitions": {
"factory": {
"size": "1M"
}
}
}

0 comments on commit dfe38d8

Please sign in to comment.