Skip to content

A library of various useful C routines, mostly for embedded use.

Notifications You must be signed in to change notification settings

cdoenges/misclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misclib

A library of various useful C routines, mostly for embedded use.

Requirements

The following are required to build:

  • (GNU) make
  • gcc or a C90 compiler
  • doxygen for documentation

It is possible to replace make with something else such as Eclipse, Microsoft VisualStudio, or the Keil µVision IDE. You can be creative here.

It is possible to build individual files, the dependencies are clear from the #include statements. If it does not #include another module, there should not be a dependency.

Note

make misclib will build to a point, but fail to link. This will be fixed later.

make doc generates full documentation. Should be O.K. but still work in progress.

About

A library of various useful C routines, mostly for embedded use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages