项目作者: stuianna

项目描述 :
TDD example for embedded development
高级语言: C
项目地址: git://github.com/stuianna/embedded_TDD.git
创建时间: 2020-03-07T20:17:24Z
项目社区:https://github.com/stuianna/embedded_TDD

开源协议:

下载


TDD for HAL example

A ‘minimum’ makefile based project which demonstrates TDD design for a crude usart driver and send buffer utility. Uses doctest for unit tests and trompeloeil for Mocks.

The driver is set-up to support the NUCLEO-F767ZI but is stand-alone and the only build dependency should be arm-none-eabi-gcc