Makefile for PSoC Creator projects in GNU ARM Eclipse 5 minute readThis is a Makefile suitable for PSoC Creator projects that uses build rules and GCC’s autodependency feature.
Using GNU ARM Eclipse with PSoC Creator Projects 2 minute readInstructions to setup GNU ARM Eclipse with PSoC Creator Projects on Mac OS X (macOS) or Linux
Makefile for STM32 Projects 4 minute readThis is a Makefile suitable for STM32 projects that uses build rules and GCC’s autodependency feature.
STM32CubeMX Projects and GNU ARM Eclipse 1 minute readInstructions to setup GNU ARM Eclipse with STM32CubeMX Projects on Mac OS X (macOS) or Linux
Minimal GNU ARM Eclipse Setup 2 minute readInstructions to setup a minimal GNU ARM Eclipse installation on Mac OS X (macOS) or Linux
Modern Makefile for Mixed Assembly, C, and C++ Projects 2 minute readThis is a Makefile suitable for mixed Assembly, C, and C++ projects that uses build rules and GCC’s autodependency feature.
Swift Tuples vs Structs 2 minute readAnswer to a StackOverflow question concerning the differences between tuples and structs.
Swift Logging Library less than 1 minute readFrom the README: > Go from this: > > Simple message > > to this: > > 2014-06-09 06:44:43.600 [Debug] [AppDelegate.swift:40] application...
Preview any plain text file using OS X QuickLook less than 1 minute readUse QuickLook to view any plain text, with or without an extension.
Native OS X Rest Client less than 1 minute readFrom the README: > CocoaRestClient is a Mac OS X app for testing HTTP/Restful endpoints.