| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
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/samv7: 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/samv7: 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 个月前 | |
boards: fix compile error. error: implicit declaration of function 'enter_critical_section' [-Werror=implicit-function-declaration] error: implicit declaration of function 'leave_critical_section' [-Werror=implicit-function-declaration] Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
boards/arm/samv7: rework linker script usage logic to allow custom linker scripts Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com> | 2 个月前 | |
arch/armv7-a: unify switch context from software interrupt Signed-off-by: chao.an <anchao@xiaomi.com> | 2 个月前 |