This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unit testing STM32 using Unity

If somebody is looking for unit testing inside Keil for STM32, please look this example.

github.com/.../UnityKeilSTM32

This will be useful for people new to Test Driven Development.
Also a help file is placed inside the git repository.

This has be adopted/extension from original document by Niall Cooling (blog.feabhas.com).

Also check github.com/.../blinky for more information.