From ca4edd77786d1915ab059eb5c105150ce51ebf9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 5 Dec 2015 18:56:21 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 876d47f..4fe7617 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,12 @@ See main.c for example of how to use the library. ## What is missing +- Setting error type flags in the ESR when error is added to queue +- There may be some bugs in the status registers (not tested much) +- Character data argument ("string without quotes", enum-like) +- Number units and metric suffixes (k,M,G,m,u,n) +- DEF, MIN, MAX, INF, NINF argument values for numbers +Support for units and "constants" (DEF etc) in numeric fields will need some larger changes to the numeric parser and `SCPI_argval_t`. +Feel free to propose a pull request implementing any missing features.