paparazzi-devel
[Top][All Lists]
Advanced

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

RE: [Paparazzi-devel] I need an expert in C - solved


From: Cédric Marzer
Subject: RE: [Paparazzi-devel] I need an expert in C - solved
Date: Fri, 4 Sep 2009 14:09:10 +0200

Ok, the usual #pragma stuff doesn't work but the __attribute__((packed)) works like a charm.

And yes I am working on an onboard OSD (see messages "Protocol for the downlink").

For now I am using a design with a max7456 chip that only allows text. I can already print usual data like speed, altitude, climb rate, etc.

My next goal is to make a graphical OSD with the usual artificial horizon. I think I will be able to publish this next version. The actual version is a mix of open source and not open source stuff and I can't publish it.

 

De : Michele Santucci [mailto:address@hidden
Envoyé : vendredi, 4. septembre 2009 12:08
À : Cédric Marzer
Objet : Re: [Paparazzi-devel] I need an expert in C

 

You're working on a OSD?

 

Sent: Friday, September 04, 2009 10:02 AM

Subject: RE: [Paparazzi-devel] I need an expert in C

 

Well, after some research it seems that gcc doesn't like #pragma options but might work with the __attribute__ ((packed)) trick…

I'll have a look tonight…

 


reply via email to

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