Showing items from Posts

DE1-SoC: A better makefile

I created a new Makefile from scratch for compiling the Linux programs for the Cyclone V SoC. The Makefile is able to handle both C and C++ files. The Makefile will create a dedicated build directory where all object and binary files are stored in order to keep the project directory clean.

Continue Reading

Disabling Touchscreen in Windows 8.1

If you happen to have a convertible notebook that features a digitalizer pen input such as the Lenovo Thinkpad Yoga you will find out that it can be rather annoying to write with these things using the pen. The touchscreen that works without the pen (finger touch input) is disabled as soon as the …

Continue Reading