mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
pkg/libhydrogen: add arch 32bit requirement
This commit is contained in:
parent
2cb3ab5b78
commit
a19f7a5589
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user