GTK performance on PXA270 vs. OMAP3
Several of my customers have built applications using the GTK+ tookit. While GTK+ works fairly well for what we have done, I have been wondering… Read More »GTK performance on PXA270 vs. OMAP3
Several of my customers have built applications using the GTK+ tookit. While GTK+ works fairly well for what we have done, I have been wondering… Read More »GTK performance on PXA270 vs. OMAP3
With Linux, some of the things that seem like they should be easy are not — at least at first glance. For example, how do… Read More »How to implement an interrupt driven GPIO input in Linux
Recently I’ve been following the Vala programming language and using it some in embedded systems. Vala is a new programming language that aims to bring… Read More »Using the Vala Programming Language in Embedded Systems
How does one implement support for printing in embedded systems? I recently had the opportunity to add printing support to an embedded Linux system. The… Read More »Printing from Embedded Systems
In a previous article, I covered some of the basics of Linux timers. Any time you are doing any type of fixed time delay in… Read More »Should you be using monotonic timers?
(see also should you be using monotonic timers?) Have you ever wondered what is the best way to implement periodic tasks in Linux applications —… Read More »How to implement realtime periodic tasks in Linux applications