nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
# Issue The dup operation of nuttx is different from that of freebsd and opengroup. * Nuttx The old file descriptor and the new file descriptor generated by dup and...
Round robin timeslice will not run on idle task ## Summary Low Energy device always use SCHED_TICKLESS mode, staying in idle mode as long as possible. All thread runing on...
Some compiler do not allowed null structure. Signed-off-by: xiangdong6 ## Summary ## Impact ## Testing
## Summary The PR #5368 removed the memory checks from the idle thread, due to issues with priority inheritance. This is an attempt to restore these checks, this time running...
## Summary I get consistent crashes while testing apps/examples/timer with disabled CONFIG_FRAME_POINTERS. With them enabled, it works, but .text consumes +4.5KiB flash. ## Impact armv6-m thumb MCUs using basic timer...
## Summary Fix sporadic bit flip after internal flash byte write The number of embedded flash wait states was calculated in a wrong way and the code to set flash...
## Summary stdlib: generate uniformly distributed pseudo-random numbers follow: https://linux.die.net/man/3/seed48 Signed-off-by: Jiuzhu Dong ## Impact Support api: drand48,erand48,lrand48,nrand48,mrand48,jrand48,srand48,lcong48,seed48 ## Testing Ci
Hi, i'm trying to flash default configuration for the NUCLEO-L496ZG-p board but the nsh console is stuck in readline (as if i wasn't able to send any data to feed...
Reproduce CONFIG_PRIORITY_INHERITANCE is enabled CONFIG_SEM_PREALLOCHOLDERS is either 0 (use the array of holder) or N use the pre allocated holder list, CONFIG_SEM_NNESTPRIO at 32. Three tasks all waiting on one...
Recently I've been testing FTPD operation on custom SAME70 based board with FileZilla FTP client. I had `CONFIG_NET_TCP_WRITE_BUFFERS=y`. I have a folder with 2 files that I try to upload...