nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

Apache NuttX is a mature, real-time embedded operating system (RTOS)

Results 714 nuttx issues
Sort by recently updated
recently updated
newest added

## Summary Adds bare bones support for Arduino Portenta H7 ## Impact None. ## Testing Got a nsh console over USART1

``` CC: board/stm32_buttons.c In file included from board/stm32_buttons.c:34:0: board/stm3240g-eval.h:106:26: error: 'GPIO_INPUT' undeclared here (not in a function); did you mean 'MAX_INPUT'? #define GPIO_BTN_WAKEUP (GPIO_INPUT|GPIO_FLOAT|GPIO_EXTI|GPIO_PORTA|GPIO_PIN0) ^ board/stm32_buttons.c:56:3: note: in expansion of...

This happens with CONFIG_BUILD_KERNEL=y if the initial heap size is not large enough to hold the initial stack. The issue is with the tcb/group initialization order when loading a task...

This is an in-depth proposal for the GSoC idea about devicetree support. I have thought this about some time so I this is a proposed roadmap. I actually think the...

proposal

Signed-off-by: Andres Sanchez ## Summary This pull request add support of mcuboot secure booting for nucleo h743zi board. The implementation copies the work done by @pkarashchenko for the samv7 board...

## Summary ## Impact ## Testing

## Summary Preventing SRAM123 and SRAM4 from using by SDMMC1 IDMA. ## Impact STM32H7 SDMMC

## Summary I tried running tools/mkconfigars.sh for the first time in a long time and it failed due to some missing support in the parser: The following was supported config...

## Summary This generates documentation as reference that can be used from the Kconfig files. This is not ready to merge this is just for feedback on the idea. I...

## Summary Initial stab at updating the Tiva arch docs.