1--- 2name: Bug report 3about: Create a report to help us improve FreeRTOS. This should only be used for confirmed 4 bugs. If you suspect something it is best to first discuss it on the FreeRTOS community 5 support forums linked below. 6title: "[BUG]" 7labels: bug 8assignees: '' 9 10--- 11 12**Describe the bug** 13A concise description of what the bug is. 14 15**Target** 16- Development board: [e.g. HiFive11 RevB] 17- Instruction Set Architecture: [e.g. RV32IMAC] 18- IDE and version: [e.g. Freedom Studio 4.12.0.2019-08-2] 19- Toolchain and version: [e.g. riscv64-unknown-elf-gcc-8.3.0-2019.08.0] 20 21**Host** 22- Host OS: [e.g. MacOS] 23- Version: [e.g. Mojave 10.14.6] 24 25**To Reproduce** 26- Use project ... and configure with ... 27- Run on ... and could observe ... 28 29**Expected behavior** 30A concise description of what you expected to happen. 31 32**Screenshots** 33If applicable, add screenshots to help explain your problem. 34 35**Additional context** 36Add any other context about the problem here. 37e.g. code snippet to reproduce the issue. 38e.g. stack trace, memory dump, debugger log, and many etc. 39 40<!-- For general inquiries, please post in [FreeRTOS forum](https://forums.FreeRTOS.org) for community support. --> 41