Skip to content

This library integrates many common and useful functions, and can be used in any C/C++ embedded project.

License

Notifications You must be signed in to change notification settings

minexo79/CatEmbLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CatEmbLib

This library integrates many common and useful functions, and can be used in some C/C++ embedded project.

2024.9.7 Blackcat: Current Only Support STM32.

--{root}                            - Root directory.
    +--Common/                      - Part of common / useful functions.
    +--Example/                     - Test for some functions.
    +--.gitignore                   - The file can be ignored Bby git.
    +--LICENSE                      - MIT License for repo.
    +--README.md                    - This file.

Author

Features

  • Common Marco (References By Arduino)
  • Logging
  • Ring Buffer / Circular Buffer

Contribute Guide

  1. Fork & Clone This Repo.
  2. Add / Modify Your Code.
    1. If You Want to Create New File, The Name Must Be Start With cel_xxx.c/.h.
    2. Current Only Support STM32 GCC / Arm Compiler.
    3. Only Accept English !!!
  3. Commit, Push And Create Pull / Request To Me!

Contribute Example

  • cel_xxx.h
#ifndef CEL_XXX_H_
#define CEL_XXX_H_

// Add Your Code...

#endif /* CEL_XXX_H_ */
  • cel_xxx.c
#include "cel_xxx.h"

// Add Your Code...

License

Copyright (c) 2024 blackcat

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This library integrates many common and useful functions, and can be used in any C/C++ embedded project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published