Cleanup parser code and make it more BeRTOS compliant.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 26 Nov 2010 10:44:23 +0000 (10:44 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 26 Nov 2010 10:44:23 +0000 (10:44 +0000)
commite5dbc5ca1aa5b9dcdacd0b736ee40c15546fcee0
tree367a9e0d449527f7a34f61ca228096bfd38a91b9
parentc9a7495fe0c5cd978cb8ad4af12d55f96e8350b9
Cleanup parser code and make it more BeRTOS compliant.

Removed unused code, added compatibility macro for ID,
created configuration file.

Compatibility mode is required since before the parser used
to skip the first word from the command line (calling it ID).
This is not required on new projects but is enabled by
default.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4572 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cfg/cfg_parser.h
bertos/mware/parser.c
bertos/mware/parser.h