nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary enable qemu-armv7a:knsh to test kernel mode. See Documentation/platforms/arm/qemu/boards/qemu-armv7a/README.txt for details ## Impact little ## Testing qemu-armv7a:knsh
## Summary 1. add secure monitor implementation for armv7-a platform 2. add qemu-idle implementation for armv7-a qemu platform ## Impact ## Testing
## Summary The strcpy function is dangerous because it does not check the length of the ## Impact code refactor only ## Testing ci
### Description I'm new to NuttX and not sure where to find help. In this form it says: “Asking a question or getting help: use this form or [Mailing list](https://nuttx.apache.org/community/).”...
## Summary Do not initialize internal RTC if external RTC is selected ## Impact Fix reported bug ## Testing Pass CI
## Summary arm/armv8-r: init HSCTLR and HACTLR for EL2 1. init HSCTLR to enable i-cache/d-cache for EL2 2. init HACTLR to enable all access to implementation defined registers for EL1....
## Summary put el3 return address to label 2:, when executing eret instruction we will jump to that label ## Impact ## Testing
### Description I have to use nuttx version 8.2. Using libm in newlibc, the link prompts an "undefined referenc to `_impure_prt`" error when using the lagmma function. How can I...
## Summary The original implementation seems to have an assumption that the file is a regular file. This commit re-implements it so that it can deal with tty, sockets, etc....
### Description / Steps to reproduce the issue $ ./tools/configure.sh lm3s6965-ek:qemu-protected $ make -j qemu-system-arm -net nic,model=stellaris -net user,hostfwd=tcp:127.0.0.1:10023-10.0.2.15:23,hostfwd=tcp:127.0.0.1:10021-10.0.2.15:21 -M lm3s6965evb -kernel nuttx -nographic -s -S Timer with period zero,...