Skip to content

First Release

Latest
Compare
Choose a tag to compare
@flplv flplv released this 12 Feb 01:57
· 10 commits to master since this release

First release with the following modules:

  • linked list
  • ring_fifo
  • time
  • macros (container_of, array_size, etc)

It works seamlessly for C and CPP code, just include fl-lib.h or fl-lib.hpp accordingly.

Read the tests to understand how it works.