toml: Add TOML parsing library as git submodule

TOML aims to be a minimal configuration file format that's easy to read
due to obvious semantics. TOML is designed to map unambiguously to a hash table.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2020-09-04 13:29:17 +02:00 committed by Liam Girdwood
parent 7317f2af39
commit 29ed0da494
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule "tomlc99"]
path = tomlc99
url = https://github.com/thesofproject/tomlc99.git
branch = master

1
tomlc99 Submodule

@ -0,0 +1 @@
Subproject commit e3a03f5ec7d8d33be705c5ce8a632d998ce9b4d1