vakochetkov / eclipse-embed-cdt-gtest-template

Template for MCU Eclipse projects like STM32 with unit-test support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eclipse-embed-cdt-gtest-template

Template for MCU Eclipse projects with unit-test support like STM32 and so

Setup

  1. Create Empty C++ managed project with Cross-GCC
  2. Copy all from this repo to created project (Refresh project if necessary)
  3. Setup Test build configuration
  4. Setup App build configuration

Usage

  • Put hardware-independant stuff in app/components
  • Put hardware specific stuff in app/bsp
  • Put project common stuff like configs and global headers in app/include and app/src
  • Put libs (CMSIS, HAL, FreeRTOS, etc) in app/libs
  • Put tests in test/

About

Template for MCU Eclipse projects like STM32 with unit-test support


Languages

Language:C++ 96.8%Language:C 3.2%