mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
The compiler will optimize boot_early_memset to memset, but memset in libc cannot be used before MMU is enabled. Therefore, assembly language is used to implement the initialization of bss to avoid this problem. Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com> |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| Kconfig | ||