Skip to content

Commit

Permalink
pkg/emlearn: blacklist 8bit architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
mguetschow committed Aug 29, 2024
1 parent 48ccf9c commit 8c883cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/emlearn/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# emlearn is not compatible with MSP430
FEATURES_BLACKLIST += arch_msp430
# emlearn is not compatible with MSP430 and 8bit architectures
FEATURES_BLACKLIST += arch_msp430 arch_8bit

0 comments on commit 8c883cc

Please sign in to comment.