Coder Social home page Coder Social logo

open-risk-logger-samd21-xpro-proto's Introduction

CI Status Documentation

Open Risk Logger proto

Based on Microchip SAMD21 chip, ATSAMD21-XPRO dev board

Documentation

Doxygen project documentation, modern css theme by doxygen-awesome-css. Deployed on GitHub pages by GitHub actions.

Initialization

$ git submodule init && git submodule update --remote # install submodules

Libraries

libraries are managing by Git submodules feature add example: git submodule add https://github.com/polesskiy-dev/active-object-fsm.git libraries/active-object-fsm

Debug

Inside __DEBUG should be placed debug related functionality i.e. SYS_DEBUG_PRINT(SYS_ERROR_INFO, fmt, ...)

To open terminal you can use i.e. minicom:

minicom --device /dev/tty.usbmodem1234567890121 --baudrate 115200

Unit tests [WIP]

UNIT TESTING FOR C

Side notes

Naming conventions

  • file names
    • snake_case
  • variables
    • Module_camelCase for module global variables
    • camelCase for local variables
  • functions
    • Module_PascalCase for module public functions
    • MODULE_PascalCase from Harmony libraries
    • _camelCase for module private functions
  • types
    • UPPER_CASE_T for macros types
    • UPPER_CASE for #define or constants
    • UPPER_CASE for enums
    • TPascalCase for typedef struct
    • PascalCase for struct

open-risk-logger-samd21-xpro-proto's People

Contributors

polesskiy-dev avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.