Many of the blog posts are sorted into series. This page is here to help you navigate between them.
-
C
- Mar 17, 2015 Making Function Pointers Usable In C
-
CException
- Jun 2, 2015 Under the Hood: CException
- Jun 4, 2015 CException: Why?
-
CMock
- Apr 14, 2015 CMock Under The Hood: Part 1 - Memory Management
- Apr 21, 2015 CMock Under The Hood: Part 2 - Chaining
-
Function Pointers
- Mar 17, 2015 Making Function Pointers Usable In C
-
Open Source
- Apr 7, 2015 My Life As An Open Source Project Maintainer
-
Under the Hood
- Apr 14, 2015 CMock Under The Hood: Part 1 - Memory Management
- Apr 21, 2015 CMock Under The Hood: Part 2 - Chaining
- Jun 2, 2015 Under the Hood: CException
-
Unit Test How?
- May 5, 2015 Unit Test How? main( )
- May 7, 2015 Unit Test How? Infinite Loops
- May 12, 2015 Unit Test How? Private Data
- May 14, 2015 Unit Test How? Registers
- May 19, 2015 Unit Test How? Faking Changing Registers
- May 21, 2015 Unit Test How? Verifying Multiple Register Writes
Unit Test How?
This series of articles is a collection of tips for unit testing different corner cases. Most often, they are focused on the open source tools Unity and CMock, and often target Embedded software applications.
Under the Hood
This series talks about the design decisions, historical context, and inner workings of some open source projects.