commit | 2ba7855ddf23a51f59f01246c48511ea4ca27c57 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jun 15 12:41:58 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jun 17 07:31:26 2023 -0400 |
tree | 300eebdf41b2e8ce101899276400b50049528e0f | |
parent | 339b00de11e532a6b06bd77873ae43e4f981000a [diff] |
modules: mipi-syst: support minimal C library This allows the MIPI Sys-T library to be built with minimal C library. This is due to lack of support for wchar in our minimal C library. This simply tells the library to skip any wchar support. Signed-off-by: Daniel Leung <daniel.leung@intel.com>