nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary Currently the sigaction objects are never reclaimed after use, thus after running `ostest` we will see used memory increasion. This patch uses a configurable number of pre-allocated entries...
## Summary Current task group data is embedded in the task TCB, this is also used for kernel threads, which seems can share the `group` as they all live in...
Hi, I have NuttX starting up in kernel build but it fails to load the init ELF file and as such, nothing really happens:  I have read various documentation...
## Summary Added driver for XMC4[78] and XMC45 series VADC peripheral. Driver includes : - Complete register map and bit fields detail for both series. - VADC Group and Channel...
@acassis @davids5 we made PR again. ・Add new CONFIG_STM32H7_PWR_LDO_SUPPLY macro to "Kconfig". ・Delete "stm32h7x5xx_rcc.c" and add ONFIG_STM32H7_PWR_LDO_SUPPLY macro to "stm32h7x3xx_rcc.c".
## Summary sched/Kconfig: add PIDHASH_INITIAL_LENGTH option This adds the flexibility to configure pid hash table length. It allows to provision the table right at once for cases where number of...
## Summary Base addresses for ocram, flexspi peripheral area and s3mua, mmu mappings for flexspi and ocram ## Impact ## Testing
## Summary arch/risc-v/litex: add some litex specific FDT helpers. ## Impact These utilities remove some of the boilerplate needed for FDT parsing and device initialization. ## Testing Litex port with...
Since NuttX supports C906, the low cost Milk-V Duo RISC-V board is a nice addition! ;-)
Everytime bmp280 run for the first time after reset the board it is reporting incorrect value. Near to the sea level it should return near to 1013 hPa, but: ```...