-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: apache/nuttx
base: master
head repository: apache/nuttx
compare: releases/12.6
- 8 commits
- 15 files changed
- 4 contributors
Commits on Jul 16, 2024
-
Documentation: add NuttX-12.6.0 release notes
Add release notes for 12.6.0 release Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
Configuration menu - View commit details
-
Copy full SHA for b4a7ade - Browse repository at this point
Copy the full SHA b4a7adeView commit details
Commits on Jul 18, 2024
-
cmake:bugfix refine sim cmake redefine symbols
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
Configuration menu - View commit details
-
Copy full SHA for 0c512bd - Browse repository at this point
Copy the full SHA 0c512bdView commit details
Commits on Jul 19, 2024
-
sched/tcb: fix 12320 regression
This patch attempts to fix regressions reported for pull# 12320. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 14da04e - Browse repository at this point
Copy the full SHA 14da04eView commit details
Commits on Jul 24, 2024
-
riscv/fork: fix tp for PROTECTED
This fixes `tp` value of forked child in PROTECTED build to support vfork. Why? the optimized `dispatch_syscall` requires `tp` to hold the task TCB since commit e6973c7. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 11ddd00 - Browse repository at this point
Copy the full SHA 11ddd00View commit details -
riscv/trap: fix sp restore logic
This fixes stack pointer restore logic to avoid parent stack corruption by forked child in PROTECTED build. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 2fa7b9c - Browse repository at this point
Copy the full SHA 2fa7b9cView commit details -
arch/riscv: fix PMP in sbi_start()
This fixes PMP setting for open everything before going S-mode, which has been broken since pull/12398. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
Configuration menu - View commit details
-
Copy full SHA for bfd93d4 - Browse repository at this point
Copy the full SHA bfd93d4View commit details -
espressif: Fix error while evaluating Wi-Fi task ID
Use `nxsched_gettid` instead of `nxsched_getpid`. Previously each kernel thread was modelled as a task, so the pid is the same of the kthread id. Now, with shared kthread group (introduced by #12320), the pid of all kthreads will be 0 by design in shared group.
Configuration menu - View commit details
-
Copy full SHA for 0e832f4 - Browse repository at this point
Copy the full SHA 0e832f4View commit details -
riscv/pmp: add all region in NAPOT
This allows using 0 base and size to depict the whole region. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7a865b2 - Browse repository at this point
Copy the full SHA 7a865b2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...releases/12.6