Arduino Uno + Ubuntu + CMake

I’ve been playing with my brand new Arduino Uno since the beginning of this week on my Linux box. Unfortunately the Maverick (10.10) release of Ubuntu ships a version of Arduino SDK that is incompatible with Uno, looks like the package version was frozen days before the release of Uno hardware. So, the first thing [...]

Posted on December 23, 2010 at 10:26 by Thiago · Permalink · 6 Comments
In: devel, en, linux, nerd · Tagged with: , , , , , ,

qmake template

Write a buildsystem is always the first step (and sometimes the most boring) when starting a new software project. Qt provides it’s own tool in order to make a single build tree work properly in all supported platforms: qmake. Instead of create a qmake structure from scratch for your brand new project, this template aims [...]

Posted on August 2, 2010 at 18:36 by Thiago · Permalink · Leave a comment
In: article, devel, en, nerd, pt_br · Tagged with: , ,