Giter Site home page Giter Site logo

huhasa / embeddedinfralib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from philips-software/amp-embedded-infra-lib

0.0 1.0 0.0 17.79 MB

EmbeddedInfraLib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development.

License: Other

CMake 1.25% PHP 2.88% C++ 95.84% Assembly 0.01% SourcePawn 0.02%

embeddedinfralib's Introduction

EmbeddedInfraLib (EmIL)

Build Status License: MIT

Description: EmbeddedInfraLib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development.

Dependencies

EmIL requires:

  • A recent c++ compiler that supports C++11 at minimum.
  • CMake 3.6 or higher.

How to build the software

EmIL can be built by-itself, for example to execute the included micro-tests, or it can be built as part of a larger project. This paragraph describes how to build EmIL by-itself.

cmake -E make_directory Build
cd Build
cmake .. -DCCOLA_DIR=ccola -DCCOLA_INSTALL_DIR=Install
cd ..
cmake --build Build

How to test the software

After EmIL has been built. The included automated tests can be run with one the following commands, depending on the generator used.

When generating for Visual Studio:

cmake --build Build --target RUN_TESTS

When generating for Ninja:

cmake --build Build --target test

Code examples

Code examples can be found under the examples folder.

Documentation

Documentation is available under the documents folder.

Known issues

At the moment only Windows is supported as the host platform.

Contributing

Please refer to our Contributing guide when you want to contribute to this project.

License

EmbeddedInfraLib is licenced under the MIT license. See LICENSE file.

embeddedinfralib's People

Contributors

richardapeters avatar rjaegers avatar ekelmansph avatar oguzcanoguz avatar huubphilips avatar roycreemers avatar jeroenknoops avatar bartgolsteijn avatar npalm avatar bkvenkatesh avatar huhasa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.