Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
105 changes: 0 additions & 105 deletions .clang-format

This file was deleted.

3 changes: 0 additions & 3 deletions .clangd

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/build.yml

This file was deleted.

23 changes: 6 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
# editors
.gdbinit
.vscode
*.swp
*~

# python
.venv

# build
build/
install/

__pycache__/

manifest-tmp/
twister-out*
/build/
/build-native_sim/
/build-flatfb/
/twister-out/
.cache/
.west/
.vscode/
12 changes: 12 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AGENTS.md

Do not treat the repository root as the application root.

Vehicle and platform applications live in their own top-level folders such as
`rdd2/`.

When working in a vehicle or platform folder, look for `<vehicle>/spec/` and
adhere to the policies defined there. Treat that local `spec/` directory as the
source of truth for that vehicle.

There is intentionally no root `west.yml`.
55 changes: 0 additions & 55 deletions CMakeLists.txt

This file was deleted.

43 changes: 0 additions & 43 deletions Kconfig

This file was deleted.

Loading