libs/lbc: remove CHAR_BIT = 16 support

For CEVA platform CHAR_BIT is 16, and will do lots of extra work
when use IPC.
We will not support this platform anymore, so remove all the b2c operations.

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd
2021-12-08 12:20:35 +08:00
committed by Xiang Xiao
parent db6dd623c6
commit 5b369c5cec
18 changed files with 77 additions and 627 deletions
-6
View File
@@ -29,12 +29,6 @@
#include <stddef.h>
/* Non-standard support for cases where CHAR_BIT != 8 carried in strings.h
* only for convenience. See include/nuttx/b2c.h.
*/
#include <nuttx/b2c.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/