I posted a new article on my website. It talks about a performance optimized and high level way of handling STM32 GPIOs using Template Metaprogramming.
It’s not the first time I talk about CMake in this blog, for the introduction read here. Now it’s time to explore the CMake syntax further. The first CMakeLists.txt looked like this: cmake_minimum_required(VERSION 2.6) project(HELLO) set(HELLO_SRCS main.cpp foo.cpp) add_executable(hello ${HELLO_SRCS}) As already explained, it successfully creates an executable called “hello” using the main.cpp and foo.cpp [...]
Cari lettori è ormai da una settimana che uso con piacere e soddisfazione il nuovo monitor della Samsung, il SyncMaster P2250! Ecco alcune caratteristice tecniche: Area di visuale 21,5″ wide 16:9 Risoluzione 1920 x 1080 FULL HD Luminosità 300 cd/m² Contrasto 50.000 : 1 Un ultimo aspetto che ho considerato nell’acquisto è stato il tempo … Read more
Il 10 Dicembre 2009, presso l’educafè del Politecnico di Milano, si terrà la conferenza dal titolo “FREE SOFTWARE – Free as in freedom” organizzata dal gruppo sensibilizzazione di Ingegneria Senza Frontiere di Milano. Il POu...