1
0
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:
Alexandre Abadie 2019-10-30 11:14:24 +01:00
parent 2cb3ab5b78
commit a19f7a5589
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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