Files
2023-Webservices_And_Applic…/README.md

1.3 KiB

2023-Webservices_And_Applications

Used Libs, compiler and apps

  • lwip version 2.1.2
  • CubeIDE version 1.12.1
  • Firmware Lib (stm32f7) 1.17.1

Tasks

Make for each task a sperate c and h file. The name of the file is the name of the task. This way we can keep the code clean.

tasks_and_taskowners.md

Style Guide

To maintain a consistent and clean codebase, follow the style guide. This document provides detailed instructions on naming conventions, code structure, and commenting practices.

Please read the style_guide.md carefully before making contributions.

Editor Configuration

To help you adhere to the style guide, use the provided configuration files for the code formatters in your code editor. You can choose from the following options:

  • .clang-format:

  • eclipse_format.xml:

    • For Eclipse-based editors, including STM32CubeIDE.
    • You can import it within eclipse settings, Preferences -> LANGUAGE -> Code Style -> Formatter tab.