Close

CMake

Simple UTC Clock for Mac

Here is a simple UTC clock for Mac. It was designed using FLTK and C++ as proof of concept during a cross platform GUI development exercise. Feel free to download and try it out. Currently developed and tested on macOS Mojave (10.14.5), but was compiled with -mmacosx-version-min=10.12 so 10.12 or later should be ok.   […]

Read More

CMake and GNU Multiple Precision Arithmetic Library on ARM Cortex M4

For some recent prototyping work, I needed access to an arbitrary precision arithmetic library that would run on ARM. Specifically, I was using an STM32F4 Discovery Board (STM32F429I-DISC1) and wanted to try out the GNU MP Bignum Library on ARM Cortex M4. The following steps and simple project I put together shows how to cross […]

Read More