Add full automotive RTOS project
Add kernel (Cortex-M0/M3/M4, Tricore, S32K, RISC-V ports), drivers, middleware (CAN stack, diagnostics, safety), applications, board support, build/test tooling, and documentation.
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
|
||||
## .gitea/ISSUE_TEMPLATE/feature_request.md
|
||||
|
||||
```markdown
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest an idea for this project
|
||||
title: '[FEATURE] '
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Feature Description
|
||||
|
||||
<!-- A clear and concise description of the feature -->
|
||||
|
||||
## Problem Statement
|
||||
|
||||
<!-- What problem does this feature solve? -->
|
||||
|
||||
## Proposed Solution
|
||||
|
||||
<!-- How should this feature work? -->
|
||||
|
||||
## Alternative Solutions
|
||||
|
||||
<!-- Are there alternative solutions you've considered? -->
|
||||
|
||||
## API Design
|
||||
|
||||
<!-- If applicable, provide proposed API design -->
|
||||
|
||||
```c
|
||||
// Proposed API
|
||||
KernelStatus_t new_feature_function(void);
|
||||
Reference in New Issue
Block a user