paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] flag change


From: antoine drouin
Subject: Re: [Paparazzi-devel] flag change
Date: Sat, 18 Jul 2009 21:17:44 +0200

yes, David you're correct

for example in conf/airframe/microjet5.xml you had the line

ap.CFLAGS +=  -DFBW -DAP -DCONFIG=\"tiny.h\" -DLED -DTIME_LED=1

just replace that with

ap.CFLAGS +=  -DFBW -DAP -DBOARD_CONFIG=\"tiny.h\" -DLED -DTIME_LED=1

Poine

2009/7/18 David Carlson <address@hidden>:
> I'm pretty sure Poine just meant the one flag, -DCONFIG, should be
> changed to -DBOARD_CONFIG.
>
> Buzz
>
> 郭 flying pig wrote:
>> hi there
>>
>> does that mean
>> ap.CFLAGS += -DDOWNLINK -DUSE_UART0 -DDOWNLINK_TRANSPORT=PprzTransport
>> -DDOWNLINK_FBW_DEVICE=Uart0 -DDOWNLINK_AP_DEVICE=Uart0
>> -DPPRZ_UART=Uart0 -DDATALINK=PPRZ -DUART0_BAUD=B57600
>> ap.srcs += downlink.c $(SRC_ARCH)/uart_hw.c datalink.c pprz_transport.c
>>
>> will go to
>>
>> ap.CFLAGS += -DBOARD_DOWNLINK -DBOARD_USE_UART0
>> -DBOARD_DOWNLINK_TRANSPORT=PprzTransport
>> -DBOARD_DOWNLINK_FBW_DEVICE=Uart0 -DBOARD_DOWNLINK_AP_DEVICE=Uart0
>> -DPPRZ_UART=Uart0 -DDATALINK=PPRZ -DUART0_BAUD=B57600
>> ap.srcs += downlink.c $(SRC_ARCH)/uart_hw.c datalink.c pprz_transport.c
>>
>> am i right?
>>
>>
>> Chen
>>
>> > Date: Sat, 18 Jul 2009 20:41:25 +0200
>> > From: address@hidden
>> > To: address@hidden
>> > Subject: [Paparazzi-devel] flag change
>> >
>> > Hello world
>> >
>> > I have changed the name of a low level flag which is used to include
>> > boards specific definitions
>> >
>> > in the makefile part or your airframe you used to have something like
>> >
>> > ap.CFLAGS += -DCONFIG=\"tiny.h\"
>> >
>> > please replace that with
>> >
>> > ap.CFLAGS += -DBOARD_CONFIG=\"tiny.h\"
>> >
>> > Poine
>> >
>> >
>> > _______________________________________________
>> > Paparazzi-devel mailing list
>> > address@hidden
>> > http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
>>
>> ------------------------------------------------------------------------
>> 用部落格分享照片、影音、趣味小工具和最愛清單,盡情秀出你自己 — Windows
>> Live Spaces <http://home.spaces.live.com/?showUnauth=1&lc=1028>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Paparazzi-devel mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
>>
>
>
>
> _______________________________________________
> Paparazzi-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]