1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18287 from MrKevinWeiss/pr/fixemlearn

pkg/emlearn: Remove unused emlearn module
This commit is contained in:
Kevin "Tristate Tom" Weiss 2022-07-04 08:21:39 +02:00 committed by GitHub
commit e43313d647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -9,10 +9,5 @@ config PACKAGE_EMLEARN
bool "Machine Learning inference engine package"
depends on TEST_KCONFIG
depends on !HAS_ARCH_MSP430
select MODULE_EMLEARN
help
A header only Machine Learning inference engine package.
config MODULE_EMLEARN
bool
depends on TEST_KCONFIG

View File

@ -1,7 +1,3 @@
INCLUDES += -I$(PKGDIRBASE)/emlearn/emlearn
CFLAGS += -Wno-unused-parameter
# There's nothing to build in this package, it's used as a header only library.
# So it's declated as a pseudo-module
PSEUDOMODULES += emlearn