-
Notifications
You must be signed in to change notification settings - Fork 2.1k
pkg: tests: handle arch requirements at pkg level, remove useless board blacklist #12608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
fbf8688
pkg/wolfssl: add 32bit arch requirement
aabadie 8abe50e
examples/dtls-wolfssl: remove 32bit arch requirement
aabadie 3440ecf
tests/pkg_wolf*: remove useless board blacklist
aabadie 99d7439
pkg/cifra: add arch 32bit requirement
aabadie e613787
tests/pkg_cifra: remove useless board blacklist
aabadie 83dbbcc
pkg/cn-cbor: add arch 32bit requirement
aabadie b044e46
tests/pkg_cn-cbor: remove useless board blacklist
aabadie 0631cf6
pkg/hacl: add arch 32bit requirement
aabadie 0654709
tests/pkg_hacl: remove useless board blacklist
aabadie fa700de
pkg/libcoap: add arch 32bit requirement
aabadie 49f855b
tests/pkg_libcoap: remove useless board blacklist
aabadie c77916e
pkg/monocypher: add arch 32bit requirement
aabadie c7acc5f
tests/pkg_libcose: remove useless board blacklist
aabadie e40214f
tests/pkg_monocypher: remove useless board blacklist
aabadie 5839e35
pkg/tinycbor: add arch 32bit requirement
aabadie 2cb3ab5
tests/pkg_tinycbor: remove useless board blacklist
aabadie a19f7a5
pkg/libhydrogen: add arch 32bit requirement
aabadie 9a2f29e
tests/pkg_libhydrogen: remove useless board blacklist
aabadie 8062a6f
pkg/qDSA: blacklist arch 16bit requirement
aabadie 3a1a08f
tests/pkg_qdsa: remove useless board blacklist
aabadie 286c9b6
pkg/micro-ecc: blacklist arch 16bit requirement
aabadie 7a83364
tests/pkg_micro-ecc: remove useless board blacklist
aabadie 4993b65
pkg/tinydtls: add arch 32bit requirement
aabadie 9755694
examples/dtls-echo: remove useless board blacklist
aabadie 04e8461
pkg/jerryscript: add arch 32bit requirement
aabadie c9304ab
examples/javascript: update board blacklist
aabadie c15c3ab
pkg/lua: add arch 32bit requirement
aabadie a0187ca
examples/lua*: update board blacklist
aabadie 219faf2
pkg/jerryscript: exclude MIPS
aabadie 4eb7c29
examples/javascript: update board blacklist
aabadie 01702df
pkg/lua: exclude MIPS
aabadie aaa662b
examples/lua*: update board blacklist
aabadie 1055c64
pkg/lua: exclude RISCV
aabadie 357eaba
examples/lua*: update board blacklist
aabadie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # Cifra is only supported by 32 bit architectures | ||
| FEATURES_REQUIRED += arch_32bit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,4 @@ | ||
| USEMODULE += posix_headers | ||
|
|
||
| # CN-CBOR is only supported by 32 bit architectures | ||
| FEATURES_REQUIRED += arch_32bit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,4 @@ | ||
| USEMODULE+=random | ||
|
|
||
| # HACL is only supported by 32 bit architectures | ||
| FEATURES_REQUIRED += arch_32bit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,6 @@ | ||
| USEMODULE += random | ||
|
|
||
| # libhydrogen is only supported by 32 bit architectures | ||
| # AVR boards: require avr-gcc >= 7.0 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040) | ||
| # MSP430 boards: invalid alignment of 'hydro_random_context' | ||
| FEATURES_REQUIRED += arch_32bit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,14 @@ | ||
| USEPKG += tlsf | ||
| USEMODULE += lua-contrib | ||
| USEMODULE += printf_float | ||
|
|
||
| # LUA is only supported by 32-bit architectures | ||
| FEATURES_REQUIRED += arch_32bit | ||
|
|
||
| # LUA is not supported on MIPS because of missing stdin over UART | ||
| FEATURES_BLACKLIST += arch_mips32r2 | ||
|
|
||
| # LUA is not supported on RISCV because of build issues with the toolchain | ||
| # (undefined reference to _times, _unlink and _link functions in provided | ||
| # newlib nano). | ||
| FEATURES_BLACKLIST += arch_riscv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # micro-ecc is not 16 bit compatible | ||
| FEATURES_BLACKLIST += arch_16bit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,4 @@ | ||
| USEMODULE += monocypher_sha512 | ||
|
|
||
| # monocypher is only supported by 32 bit architectures | ||
| FEATURES_REQUIRED += arch_32bit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # tinycbor is only supported by 32 bit architectures | ||
| FEATURES_REQUIRED += arch_32bit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.