Page 1 of 1
how force support dwm1000 deck?
Posted: Fri Mar 09, 2018 12:33 am
by justinleeyang
hi, arnaud:
how force support dwm1000 deck?
Re: how force support dwm1000 deck?
Posted: Fri Mar 09, 2018 1:39 am
by justinleeyang
config the file crazyflie-firmware\crazyflie-firmware\tools\make\config.mk.example ?
for example:
## Load a deck driver that has no OW memory
# CFLAGS += -DDECK_FORCE=bcBuzzer
Re: how force support dwm1000 deck?
Posted: Fri Mar 09, 2018 9:28 am
by arnaud
Yes, this will force the initialization of a deck driver by name. In the LPS deck case this line in config.mk should work (
https://github.com/bitcraze/crazyflie-f ... eck.c#L475) :
Re: how force support dwm1000 deck?
Posted: Fri Mar 09, 2018 10:30 am
by justinleeyang
got it, thanks