Work

Using Docker Buildkit for OS Agnostic Builds

One of the many things I'm working on for wolfSSL right now is a Markdown based documentation build system which…

3 years ago

AVR Makefile in Linux

I recently designed and built a small prototype device for my wife that uses an AVR MCU. I wanted to…

3 years ago

Remote Programming and Debugging STM32s

I'm currently working on an STM32 port of some networking software and to make things easier I have the STM32…

3 years ago

UART and Ethernet on the STM32 Nucleo-F756ZG

If, like me, you are new to developing for the STM32, there are not many tutorials out there on how…

3 years ago

Using VBCC as an Amiga Cross-Compiler in Linux

For a while I was using GCC as a cross-compiler to write software for Amigas. This was familiar territory for…

4 years ago

Developing GUI Applications for Amiga OS

One of the things lacking with the Amiga 68000 Kickstart Relocator project is a GUI to manipulate the flash ROMs,…

4 years ago

Using an Amiga Cross-Compile Toolchain

With my changes to the 68000 Relocator Flash project I needed to compile the source code of the flash tool.…

4 years ago

Old post: The importance of backup verification

I'm currently going through an archive of my old dead blog trying to resurrect old posts that may still be…

4 years ago

Fun With Apple Multi-Arch Binaries

Apple macOS has for many years supported the ability to have binaries for multiple platforms in one executable. Upon execution…

5 years ago

Event Loops and NCurses

Yesterday I wrote a blog post talking about Event Loops, this was a pre-cursor to discussing where I am using…

5 years ago