Skip to content

void pointer

whatever comes my way

  • Projects
    • ESP8266 IoT Platform
    • Programming NAO for Robocup SPL 2015
  • Technical
    • Computer Architecture
    • Open Source
    • Toolchain
  • Opinion

Category: Open Source

Posts about open source software; exploring projects, community practices and my contributions.

Cross Compiler Toolchain – how to build from scratch

August 12, 2016 Open Source, Technical

What is a Cross Compiler Compilation is the process of generating machine code to be executed on a processor. Typically, we compile and execute code on the same machine. However, this is not the case in some instances, especially for embedded systems where the target system (e.g. Arduino) is not

Continue reading »

My first open source contribution to QEMU

August 4, 2016 Open Source, Technical

I am glad to step into the open source community with my first contribution to QEMU. For my introduction to and understanding so far about the open source community, click here. What is QEMU QEMU is an open source machine emulator, allowing users to specify a range of properties to

Continue reading »

Open source software projects workability

August 3, 2016 Open Source, Technical

What is open source software By definition, source code for “open” source software is available for public at large to use, modify and contribute to. Using the software, or the source code as programmers do, makes sense; given the level of stability, functionality and maturity some of the open source

Continue reading »

About Me

Talha Imran

Electrical Engineer by profession, passionate about programming; likes to explore new trends and developments in the tech industry.
read more...

Talha's LinkedIn profile

Recent Posts

  • Computer Architecture Research Papers Review
  • A Unified View of Non-monotonic Core Selection and Application Steering in Heterogeneous Chip Multiprocessors
  • Computer Architecture
  • RISC-V – Getting Started
  • Working in Mentor Graphics’ Sourcery CodeBench backend team
  • Robocup SPL 2015 – BEE Final Year Project
  • ESP8266 flashing hardware setup
  • NodeMCU Sample Projects
  • ESP8266 IoT Platform
  • Build Toolchain for ESP8266
  • ESP8266 WiFi SoC – what is it all about
  • Cross Compiler Toolchain – how to build from scratch
  • My first open source contribution to QEMU
  • Open source software projects workability
  • What’s with the name?

Archives

  • October 2017
  • August 2016

Categories

  • Computer Architecture
  • Internet of Things
  • Open Source
  • Opinion
  • Technical
void pointer / Creative Commons License