Asking a question or getting help:use the [General Help](https://github.com/apache/nuttx/issues/new?assignees=&labels=question&projects=&template=003_help.yml&title=help%3A+help+title) form or [Mailing list](https://nuttx.apache.org/community/).
Requesting a new feature:use the [Feature request](https://github.com/apache/nuttx/issues/new?assignees=&labels=enhancement&projects=&template=002_feature_request.yml) form.
description:Please fill out the distro or OS version from the previous dropdown
placeholder:"MacOS 14, Ubuntu 23.10, Windows 10/MSYS_NT-10.0-19045, ecc"
validations:
required:true
- type:input
attributes:
label:NuttX Version
placeholder:"e.g., master, 12.5.1, ecc"
validations:
required:true
- type:dropdown
id:architecture
attributes:
label:Issue Architecture
description:What architecture(s) are you seeing the problem on?
multiple:true
options:
- "[all]"
- "[arm]"
- "[arm64]"
- "[avr]"
- "[ceva]"
- "[hc]"
- "[mips]"
- "[misoc]"
- "[openrisc]"
- "[renesas]"
- "[risc-v]"
- "[simulator]"
- "[sparc]"
- "[tricore]"
- "[x86]"
- "[x86_64]"
- "[xtensa]"
- "[z16]"
- "[z80]"
validations:
required:true
- type:dropdown
id:area
attributes:
label:Issue Area
description:What area(s) are you seeing the problem on?
multiple:true
options:
- "[Other]"
- "[Applications]"
- "[Api]"
- "[Board support]"
- "[Build System]"
- "[Configuring]"
- "[Debugging]"
- "[Drivers]"
- "[File System]"
- "[Installing]"
- "[Kconfig]"
- "[Kernel]"
- "[Memory Management]"
- "[Native port]"
- "[Networking]"
- "[OS Components]"
- "[Posix]"
- "[Sensors]"
- "[Specific Peripheral]"
validations:
required:true
- type:markdown
attributes:
value:|
### Before You Submit
Please verify that you've followed these steps:
- Confirm the problem is reproducible on [**master**](https://github.com/apache/nuttx) or [**latest stable**](https://nuttx.apache.org/download) release.
- Run `make distclean` when encountering build issues.