Makefile and how it works
A Makefile is a simple way to organize code compilation. This tutorial does not even scratch the surface of what is possible using make, but… Read More »Makefile and how it works
A Makefile is a simple way to organize code compilation. This tutorial does not even scratch the surface of what is possible using make, but… Read More »Makefile and how it works
Overview for setting up TI MSP430 Traditionally, we select a microcontroller and use the IDE provided along with it. In our case, we are working… Read More »TI MSP430: Setup without an IDE on Windows 10
MinGW (“Minimalist GNU for Windows”) is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. With MinGW… Read More »Install MinGW on Windows for make