Electrostat-Lab / arithmos-native

The native portion for arithmos, a high performance maths algorithmic library written purely in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake-template

A template for embedded C libraries development.

This template consists of the following modules:

  1. foobar-core: for core code, this module gets compiled to a static library.
  2. foobar-examples: for library examples (or your final runnable target).

This template uses the avr toolchain, though you could edit it to use other toolchains, through editing the sandbox environment scripts.

About

The native portion for arithmos, a high performance maths algorithmic library written purely in C.

License:The Unlicense


Languages

Language:Shell 72.1%Language:CMake 19.7%Language:C 8.2%