Skip to content

OpenwaterHealth/openmotion-console-fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

216 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Openwater Open-MOTION Console Firmware

This repository contains the firmware for the Motion Console.

CPPCheck

  cppcheck --enable=warning,style,performance,portability \
                   --std=c11 \
                   --error-exitcode=1 \
                   --force \
                   --inline-suppr \
                   --std=c11
                   --output-file=cppcheck_report.txt
                   --template="[{severity}] {file}:{line} {id} - {message}" \
                   --suppress=missingIncludeSystem \
                   --suppress=*:Core/Src/lwrb.c \
                   --suppress=*:Core/Src/jsmn.c \
                   --suppress=*:Core/Src/system_stm32h7xx.c \
                   --suppress=*:Core/Src/stm32h7xx_hal_msp.c \
                   --suppress=*:Core/Src/syscalls.c \
                   ./Core/Src ./USB_DEVICE/App