Skip to content

sailsense/mcu-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCU-Common

MCU-Common is a library which contains modules useful for embedded programming (especially for bare-metal microcontroller applications):

  • FIFO (first in, first out) queue implementation
  • Logger module with deferred processing (no more printf in interrupt handlers!)
  • Critical section macros for ARM Cortex-M microcontrollers

For more information, see API documentation (generated by Doxygen) or examples in the examples directory.

License

MCU-Common is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moreover, a custom "linking exception" (inspired by the GNU Classpath License) is granted.

See files COPYING and LINKING for details.

About

Modules useful for embedded (MCU) programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • Makefile 1.5%