phoenix-rtos/phoenix-rtos-project
micropython: standard tests fail without busybox (`system()` doesn't work in psh)
开放
#1,732 创建于 2026年8月5日
good first issuemicropython
仓库指标
- 星标
- (62 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Standard tests fail without busybox. However, it is not due to their nature: it seems to only be due to system() being used in test_micropython.c:192. system() fails in psh as we don't link /bin/sh to /bin/psh. The solution could be for psh to link it, though we should check if that doesn't interact badly with busybox or other shell-providing ports.