Embedded Integration Tests vs. Unit Tests
VisualGDB supports 2 types of tests for embedded projects: Unit Tests and Integration Tests. This page explains the differences between
Read moreVisualGDB Documentation
VisualGDB supports 2 types of tests for embedded projects: Unit Tests and Integration Tests. This page explains the differences between
Read moreThis page provides a quick overview of the TinyEmbeddedTest framework. The framework follows the same design principles as the CppUTest
Read moreThe STM32CubeMX tool can simplify STM32 project creation by generating initialization code specific to your hardware setup. The gpdsc files
Read moreVisualGDB requires an Internet connection in order to automatically download toolchains, BSPs and other components. Normally, it will automatically download
Read moreWhen you start a debug session with VisualGDB, it will open a GDB Session window that shows the interaction between
Read moreVisualGDB can create embedded projects based on the following build systems: MSBuild Advanced CMake GNU Make Generally, if you are
Read moreVisualGDB provides several mechanisms for importing external projects so that you could build and debug with Visual Studio. This page
Read moreWhen you create a Makefile-based project using VisualGDB, it generates a Makefile (and a separate .mak file for each configuration).
Read moreIn order to build and debug embedded firmware using VisualGDB you will need to configure it to work with your
Read moreToolchains are collections of tools (such as GCC, GNU Assembler or GDB) that are used to build and debug projects
Read more