Skip to content
/ Emci Public

Simple console command interpreter for embedded use

Notifications You must be signed in to change notification settings

m1ke02/Emci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emci

Adding Emci to an existing project

Add the following sources:

  • src/emci_arg.c
  • src/emci_parser.c
  • src/emci_std_handlers.c

Add the following include dirs:

  • include/

Create custom configuration files:

  • emci_config.h (Defines platform configuration)
  • emci_profile.c (Contains app-specific command list and service handlers)
  • emci_profile.h

(See demo_app for examples)

Building demo application

cd demo_app
mkdir build
cd build
cmake ..
make

About

Simple console command interpreter for embedded use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published