| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
boards: Replace CONFIG_NSH_LINELEN with CONFIG_LINE_MAX Details: https://github.com/apache/nuttx-apps/pull/2943 1. find boards/ -name defconfig | xargs sed -i 's/CONFIG_NSH_LINELEN/CONFIG_LINE_MAX/g' 2. ./tools/refresh.sh --silent --defaults all Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> | 2 个月前 | |
boards/arm/stm32: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
arm: fix the default userspace be section gc, cause USERSPACE invalid For CMake, we put arm_userspace.c in nuttx_user. For Makefile add --undefined=userspace to ensure userspace be referenced Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
boards/arm/stm32: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
Renaming "modlib" to "libelf" is more in line with the implementation content, which makes it easier for individual developers to understand the capabilities of this module. CONFIG_LIBC_MODLIB -> CONFIG_LIBC_ELF Signed-off-by: chao an <anchao.archer@bytedance.com> | 2 个月前 | |
arm: move userspace header delcare from board to arm/common Reuse the arm_interal.h as linkstage parameter should prefer Reduce the userspace dup, we should use custom userspace header for default, otherwise should select NUTTX_USERSPACE_CUSTOM. Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
dns: fix dns failed when ipv4/6 dual stack enable The ipv6 address filled the cache, and the ipv4 address did not have a place to store it, causing the resolution to fail. so if IPV6 has already filled the buffer, rewrite ipv4 DNS results from half of the buffer. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 |