December 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Also available on Twitter
My TweetsCategories
Recent Comments
- Gábor on GCC Error Messages
- e8johan on GCC Error Messages
- Juampa on GCC Error Messages
- e8johan on GCC Error Messages
- lava on GCC Error Messages
Archives
- June 2022
- September 2015
- August 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- August 2014
- April 2014
- March 2014
- February 2014
- July 2013
- June 2013
- May 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
Meta
Author Archives: e8johan
Compiling for the C64
Michael Steil from pagetable just posted a nice article on the art of migrating software to newer systems. Basically, he has built the code of a project started back in 1995 today. The code base has gone through both the … Continue reading
Posted in Programming, Retro
Comments Off on Compiling for the C64
Open Source GPGPU
A GPGPU is a graphical processing unit, but with adaptations to make it possible to use it for general purpose computing as well. For those of you who followed Intel’s Larrabee project – that is a GPGPU. Intel’s project was … Continue reading
Posted in Electronics, FPGA, Programming
2 Comments
Learn about Compiling
Matt Godbolt has created an intriguing webpage letting you enter C++ code and then watch the resulting assembly code. You can try it right here. The compilers supported are gcc, lcc and clang in various versions. Hardware target architectures are … Continue reading
Posted in Programming
Comments Off on Learn about Compiling
Tiny, open source, M0 board
The ARM PRO MINI is a tiny, open source, board based on a Cortex M0 MCU. The whole project, including schematics and BOM, is available on github. The MCU is an NXP ARM M0 LPC11U35FHI33/501. This means that the Eclipse-based LPCXpresso IDE can … Continue reading
Posted in ARM, Electronics, M0, Platforms
Comments Off on Tiny, open source, M0 board
Raspberry Pi 2 – Double the Power – Same Price
Just in from Raspberry Pi Foundation: Let’s get the good stuff out of the way above the fold. Raspberry Pi 2 is now on salefor $35 (the same price as the existing Model B+), featuring: A 900MHz quad-core ARM Cortex-A7 … Continue reading
Posted in Raspberry Pi
Comments Off on Raspberry Pi 2 – Double the Power – Same Price
Retro Arcade Repairs
A friend of mine, kralleman, is crazy about retro games and their hardware. I mean properly crazy. Crazy enough to appear on national TV, as well as having three episodes of a local retro gaming show dedicated to his own … Continue reading
Posted in Electronics, Retro
Comments Off on Retro Arcade Repairs
Tickless idle in FreeRTOS
As things become more and more mobile, portable, or even wearable, power consumption becomes important. FreeRTOS moves in this direction by supporting a tickless idle process. But first, what is really the problem? When a system has nothing to do, … Continue reading
Posted in Uncategorized
Comments Off on Tickless idle in FreeRTOS
Impressive 6502 Home Computer
Dirk Grappendorf has been working on a serious looking MOS 6502 based computer. Over at his site, you can follow his development diary. The computer was developed between September 2014 and January 2015. Quite impressive, given the outcome! The entire … Continue reading
Posted in 3D Printing, Electronics, Open Hardware, Programming, Projects, Retro
Comments Off on Impressive 6502 Home Computer
Raspberry Pi as an Amiga Floppy Drive
As you probably know, the combination of retro computing and tinkering with embedded platforms tickles the mind of us here at DigitalFanatics. Someone who really hit that spot is Maurizio Ramondo and his Amiga Drive project. Basically, it is about … Continue reading
Posted in Raspberry Pi, Retro
Comments Off on Raspberry Pi as an Amiga Floppy Drive
x86 timeline
Computer World has a nice timeline of the x86 processor family.
Posted in Uncategorized
Comments Off on x86 timeline