Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
/ elib Public archive

Embedded library from memory manager to hi-level services

License

Notifications You must be signed in to change notification settings

ithinuel/elib

Repository files navigation

elib

Embedded library from memory manager to hi-level services. Everything is in the title.

some flags :
Build Status Coverage Status

Folder hierarchy

  • API : all public .h
  • boards/<board_name> : boards specific code, configuration file, linkerscript
  • core : Core library implementation This code must be platform independant, and therefore care must be taken to endianness
  • os/<os_name> : Operating system binding code to the API.
  • parts/<part_name> : Part or part family specific core. Here go device drivers etc.
  • third_party : Third party code. You can install here every third party library you want.

Development rules

Apply Test Driven Development.

Plans

Short term:

  • MQTT client support.
  • MQTT-SN client support.

Mid term:

  • Implements some crypto ("pour le plaisir").

Long term:

  • Lua engine.

About

Embedded library from memory manager to hi-level services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published