1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/uwb-core
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
..
contrib pkg/uwb_core: configure and set autoack in init 2021-11-24 17:01:47 +01:00
include pkg/uwb-core: reduce default stacksize 2022-04-27 10:15:38 +02:00
patches pkg/uwb-core: use mynewt-core pkg 2021-07-06 14:52:25 +02:00
doc.txt pkg/uwb-core: initial import 2020-11-12 12:54:54 +01:00
Kconfig pkg/uwb-core: remove uwbcfg 2022-04-25 13:08:50 +02:00
Makefile makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS 2022-10-27 14:28:06 +02:00
Makefile.dep pkg/uwb-core: remove uwbcfg 2022-04-25 13:08:50 +02:00
Makefile.include pkg/uwb-dw1000: make some DW1000 prameters configurable 2022-04-25 13:32:59 +02:00