Add Code Style Checker Guidelines

This commit is contained in:
zhangxiaowei16 2025-06-09 15:17:30 +08:00 committed by tanghao
parent c43bfd3966
commit 48e86c1f43
8 changed files with 19 additions and 5 deletions

View File

@ -16,4 +16,10 @@ Select the configuration by passing “vendor/<vendor name>/boards/<board name>/
./build.sh vendor/openvela/boards/vela/configs/goldfish-armeabi-v7a-ap -j8
```
## Common Issues
- [Quick Start FAQ](../faq/QuickStart_FAQ.md)
## Next steps
For the next step, if you choose Emulator to run openvela, refer to [Run openvela on Emulator](./Run_Vela_on_Vela_Emulator.md).

View File

@ -55,7 +55,7 @@ repo sync -c -j$(nproc)
## Common Issues
- If you encounter problems during the download process, please refer to [Quick Start FAQ](../faq/QuickStart_FAQ.md).
- [Quick Start FAQ](../faq/QuickStart_FAQ.md)
## Next steps

View File

@ -71,3 +71,7 @@ You can control a running instance of Emulator with ADB or the console.
## Debug with Emulator
- [Debugging with Emulator](./Debugging_Vela_with_Vela_Emulator.md)
## Common Issues
- [Quick Start FAQ](../faq/QuickStart_FAQ.md)

View File

@ -65,6 +65,10 @@ sudo apt install python3 python3-pip python-is-python3
sudo pip3 install kconfiglib pyelftools cxxfilt
```
## Common Issues
- [Quick Start FAQ](../faq/QuickStart_FAQ.md)
## Next steps
Refer to [Download openvela code](./Download_Vela_sources.md).

View File

@ -18,7 +18,7 @@
## 常见问题
- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)
- [快速入门常见问题](../faq/QuickStart_FAQ.md)
## 后续步骤

View File

@ -55,7 +55,7 @@ repo sync -c -j$(nproc)
## 常见问题
- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)
- [快速入门常见问题](../faq/QuickStart_FAQ.md)
## 后续步骤

View File

@ -73,4 +73,4 @@
## 常见问题
- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)
- [快速入门常见问题](../faq/QuickStart_FAQ.md)

View File

@ -69,7 +69,7 @@ sudo pip3 install kconfiglib pyelftools cxxfilt
## 常见问题
- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)
- [快速入门常见问题](../faq/QuickStart_FAQ.md)
## 后续步骤