1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tensorflow-lite
Marian Buschsieweke 16df27c51d
makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS
This allows including C headers from C++. It sadly reduced the
diagnostics on C++ code as well, were there warning may make sense as
unintended side effect. We may be able to drop that later on, when more
C APIs are properly wrapped in native C++ APIs, so that C headers do no
longer need to be compatible with C++ compilers.
2022-10-27 14:28:06 +02:00
..
patches pkg/tensorflow-lite: add support to RIOT 2020-01-14 22:23:06 +01:00
doc.txt pkg/tensorflow-lite: deprecate package 2022-04-08 17:18:55 +02:00
Makefile pkg: Move versions to dedicated line 2022-09-26 17:45:54 +02:00
Makefile.dep pkg/tensorflow-lite: bump version to 2.2.2 2022-04-08 17:18:55 +02:00
Makefile.include cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
Makefile.tensorflow-lite pkg/tensorflow-lite: add support to RIOT 2020-01-14 22:23:06 +01:00
Makefile.tensorflow-lite-c pkg/tensorflow-lite: add support to RIOT 2020-01-14 22:23:06 +01:00
Makefile.tensorflow-lite-core pkg/tensorflow-lite: add support to RIOT 2020-01-14 22:23:06 +01:00
Makefile.tensorflow-lite-hello_world pkg/tensorflow-lite: add support to RIOT 2020-01-14 22:23:06 +01:00
Makefile.tensorflow-lite-kernels makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS 2022-10-27 14:28:06 +02:00
Makefile.tensorflow-lite-kernels-internal makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS 2022-10-27 14:28:06 +02:00
Makefile.tensorflow-lite-memory pkg/tensorflow-lite: add support to RIOT 2020-01-14 22:23:06 +01:00
Makefile.tensorflow-lite-micro-kernels makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS 2022-10-27 14:28:06 +02:00