Marian Buschsieweke
a6571c1bff
pkg/uwb-core: fix compilation with clang
2023-07-18 12:24:10 +02:00
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
Francisco Molina
b028144a64
pkg/uwb-core: reduce default stacksize
...
When support for this package was introduced printf calls inside the
uwb-core where bloating stack usage, but this is no longer the case,
so prefere lower stack usage.
2022-04-27 10:15:38 +02:00
Francisco
7a85e49701
Merge pull request #17999 from fjmolinas/pr_uwb_core_holdoff
...
pkg/uwb-core: adjust holdoff time when rxdiag_enabled
2022-04-26 08:19:04 +02:00
Francisco
1850f9790c
Merge pull request #18000 from fjmolinas/pr_uwb_dw1000_fix_group_delay
...
pkg/uwb-dw1000: fix default group delay, use OTP values when possible
2022-04-26 08:18:52 +02:00
Francisco Molina
eed49a6004
pkg/uwb-dw1000: make some DW1000 prameters configurable
2022-04-25 13:32:59 +02:00
Francisco Molina
ef7e1b6846
pkg/uwb_core: use IS_USED when pertinent
2022-04-25 13:32:59 +02:00
Francisco Molina
08055156e8
pkg/uwb-core: adjust holdoff time when rxdiag_enabled
...
Reading the diagnostic information adds a ~160us overhead, so holdoff
for that additional time.
2022-04-25 13:21:09 +02:00
Francisco Molina
796c0ac50e
pkg/uwb-core: remove uwbcfg
2022-04-25 13:08:50 +02:00
Francisco Molina
d61256d8f2
pkg/mynewt-core: fix semaphore
2022-03-08 11:11:03 +01:00
Francisco Molina
849c800e28
pkg/uwb-core: fix dependencies add uwb-core_uwb_rng_trx_info
2022-01-19 10:32:33 +01:00
Francisco Molina
6bf244250f
pkg/uwb-core: fix wrong header include
2021-12-06 17:20:43 +01:00
Francisco Molina
c860fc99bf
pkg/uwb_core: configure and set autoack in init
2021-11-24 17:01:47 +01:00
Francisco Molina
d0e8d3aa24
pkg/uwb-core: allow using event-thread
2021-11-24 17:01:47 +01:00
Francisco Molina
a04b892df3
pkg/uwb-core: add Kconfig module dependency
2021-10-06 17:59:49 +02:00
Dylan Laduranty
633ddee360
pkg/uwb-core: don't pull unwanted dependencies for nRF9160
...
As nRF9160 doesn't have a bluetooth radio, we should not pull the same dependencies as nRF52, thus ensure these dependencies are only added for nrf5x families
2021-09-07 09:27:39 +02:00
Francisco Molina
eb74b3ace6
pkg/uwb-core: use mynewt-core pkg
2021-07-06 14:52:25 +02:00
9bd22dba79
pkg: silent make commands with RIOT_CI_BUILD=1
2021-03-12 16:05:18 +01:00
0b801c4de0
all: adapt to moved sched defines
2020-11-23 16:56:34 +01:00
Francisco Molina
3622c2da07
pkg/uwb-core: initial import
2020-11-12 12:54:54 +01:00