Commit Graph

3 Commits

Author SHA1 Message Date
Bjorn Andersson
4c693b7551 qmic: Adopt common list implementation
Use the list implementation from other projects instead of rolling
custom list operations throughout the codebase.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-01-30 15:55:49 -08:00
Bjorn Andersson
1ef360e6ae qmic: Add missing string type in structs
Structs can contain strings, we still don't encode and decode these but
this change makes the generated header file compilable.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2016-06-02 10:25:01 -07:00
Bjorn Andersson
241fff829e qmic: Initial basic implementation
This initial implementation is capable of generating encoder and decoder
accessors for messages with basic integers, strings, arrays and structs.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2016-02-07 09:27:50 -08:00