From e63905627e74999529699f8938c12d02b583759c Mon Sep 17 00:00:00 2001 From: IOsetting Date: Sat, 14 Jan 2023 16:43:28 +0800 Subject: [PATCH] docs: update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57a9fac..fff9935 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,14 @@ Add the following lines in `` section + + + + + + + + @@ -170,7 +178,7 @@ BUILD_DIR = Build ##### Options ##### # Use LL library instead of HAL -USE_LL_LIB ?= y +USE_LL_LIB ?= n # Enable printf float %f support, y:yes, n:no ENABLE_PRINTF_FLOAT ?= n # Build with CMSIS DSP functions, y:yes, n:no