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 Updated sam_sfc.c to call EFUSEIOC_MASK rather than EFUSEIOC_SAMA5_MASK - this error must have slipped through my original testing and submission of the SMA5 SFC functionality, or a later...

Arch: arm
Size: XS

## Summary Ville Juven has submitted the ICLA and should be added to the AUTHORS file ## Impact AUTHORS ## Testing CI

Size: XS

## Summary fs/inode: refresh tcb after each file sync() is completed ## Impact N/A ## Testing ci-check

Area: File System
Size: S

## Summary fix macos compile hostfs.c compile issue. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/_string.h:131:62: error: expected function body after function declarator 131 | char *stpncpy(char *__dst, const char *__src, size_t __n) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | there...

Arch: simulator
Size: S

### Description / Steps to reproduce the issue As reported during 12.7.0-RC0 testing: @fjpanag: > I am stuck with stm32f746g-disco:lvgl configuration on a Discovery STM32F746 board, the screen displays garbage....

blocker
OS: Mac
Arch: all
Area: Applications
Area: Drivers
OS: BSD

### Description / Steps to reproduce the issue ``` LD: nuttx CP: nuttx.hex MKIMAGE: NuttX binary imgtool sign --pad --confirm --align 4 -v 0 -s auto -H 32 --pad-header -S...

Area: Build system
OS: Mac
Arch: risc-v

## Summary Commit 313d6df7 caused the following build error: ``` CC: fixedmath/lib_b16atan2.c chip/sam_qspi.c: In function 'qspi_memory': chip/sam_qspi.c:1552:7: warning: implicit declaration of function 'IS_ALIGNED' [-Wimplicit-function-declaration] 1552 | IS_ALIGNED((uintptr_t)meminfo->buffer, 4) && |...

Arch: arm
Size: XS

### Description / Steps to reproduce the issue It's been broken for a long time but I don't see any issue about it. ``` cmake -B build -DBOARD_CONFIG=sim/libcxxtest -GNinja cmake...

Area: Build system
Arch: all

## Summary Revert "fs/inode: add pre-allocated task files to avoid allocator access This reverts commit 086834aae1722af2797fd5d4d0f79226ac11c2e9. The refs in the filelist cannot protect the handles in the prefiles The prefiles...

Area: File System
Size: S

### Description / Steps to reproduce the issue Duplicate CFLAGS(e.g. -mcpu=cortex-a7) in linking like the below: `arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ --specs=nosys.specs -Wl,--entry=__start -nostdlib -Wl,--gc-sections -Wl,--cref -Wl,-Map=nuttx.map CMakeFiles/nuttx.dir/empty.cxx.obj CMakeFiles/final_nuttx.dir/kasan_global_final.c.obj -o final_nuttx -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4...

Area: Build system
Arch: all