Skip to content

Commit 73f4160

Browse files
committed
pkg: require float_math where needed
1 parent b5d904e commit 73f4160

File tree

22 files changed

+147
-1
lines changed

22 files changed

+147
-1
lines changed

pkg/cayenne-lpp/Makefile.dep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FEATURES_REQUIRED += float_math

pkg/ccn-lite/Makefile.dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FEATURES_REQUIRED += float_math
2+
13
USEMODULE += ccn-lite-utils
24
USEMODULE += gnrc_nettype_ccn
35
USEMODULE += evtimer

pkg/cn-cbor/Makefile.dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FEATURES_REQUIRED += float_math
2+
13
USEMODULE += posix_headers
24

35
# CN-CBOR is only supported by 32 bit architectures

pkg/emlearn/Makefile.dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
FEATURES_REQUIRED += float_math
2+
13
# emlearn is not compatible with MSP430
24
FEATURES_BLACKLIST += arch_msp430

pkg/flatbuffers/Makefile.dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
FEATURES_REQUIRED += float_math
2+
13
USEMODULE += cpp11-compat

pkg/jerryscript/Makefile.dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FEATURES_REQUIRED += float_math
2+
13
USEMODULE += jerryscript-port-default
24
USEMODULE += jerryscript-ext
35

pkg/libfixmath/Makefile.dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FEATURES_REQUIRED += float_math
2+
13
ifneq (,$(filter libfixmath-unittests,$(USEMODULE)))
24
# libfixmath unittests use shift operand incompatible with 8bit
35
# architecture int type.

pkg/libschc/Makefile.dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FEATURES_REQUIRED += float_math
2+
13
ifneq (,$(filter libschc_%,$(USEMODULE)))
24
USEPKG += libschc
35
endif
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FEATURES_REQUIRED += float_math

pkg/lvgl/Makefile.dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FEATURES_REQUIRED += float_math
2+
13
USEMODULE += lvgl
24
USEMODULE += lvgl_core
35
USEMODULE += lvgl_draw

0 commit comments

Comments
 (0)