Displays user interactions with menus displayed on a console or a serial terminal.

Dependents:   EVAL-AD568x-AD569x EVAL-AD7124 EVAL-AD5592R EVAL-AD717x-AD411x ... more

History

* Missed out change from the last commit default tip

23 months ago, by pmallick [Mon, 09 May 2022 09:54:26 +0530] rev 9

* Missed out change from the last commit


Removed the dependency on error.h file as it no longer contains the SUCCESS and FAILURE macro.

24 months ago, by pmallick [Fri, 06 May 2022 17:40:22 +0530] rev 8

Removed the dependency on error.h file as it no longer contains the SUCCESS and FAILURE macro.


* Updated the copyright year.

2022-02-15, by pmallick [Tue, 15 Feb 2022 15:45:15 +0530] rev 7

* Updated the copyright year.


* Updated the code to support floating type user input.

2022-02-15, by pmallick [Tue, 15 Feb 2022 15:43:54 +0530] rev 6

* Updated the code to support floating type user input.


Minor changes:

2021-12-03, by Kjansen [Fri, 03 Dec 2021 18:07:28 +0000] rev 5

Minor changes:
* Updated to code to have a global state of the console menu library.
* Added code to call the sub menu directly.
* Added function pointer check to the if statement.
* Added changes to store the error code from last menu action.
* Added macro and enum for representing colored text
* Added function to handle integer user input


Added more ANSI VT100 escape sequences

2021-05-09, by mahphalke [Sun, 09 May 2021 22:59:54 +0530] rev 4

Added more ANSI VT100 escape sequences


Added ANSI VT100 escape sequence to move cursor one line up

2021-02-19, by mahphalke [Fri, 19 Feb 2021 09:25:57 +0000] rev 3

Added ANSI VT100 escape sequence to move cursor one line up


Removing flushf() as it is not required.

2020-03-27, by mbradley [Fri, 27 Mar 2020 18:55:32 +0000] rev 2

Removing flushf() as it is not required.


Library for displaying and processing the menus on serial or console terminal.

2020-02-29, by mahphalke [Sat, 29 Feb 2020 04:11:15 +0000] rev 1

Library for displaying and processing the menus on serial or console terminal.


Initial commit.

2020-02-28, by malavikasaji [Fri, 28 Feb 2020 20:04:52 +0000] rev 0

Initial commit.