Skip to content

Commit

Permalink
完成了基础阶段的文档编写与作业布置
Browse files Browse the repository at this point in the history
  • Loading branch information
dbydd committed Aug 1, 2024
1 parent c22b057 commit db2d924
Show file tree
Hide file tree
Showing 13 changed files with 1,774 additions and 525 deletions.
12 changes: 5 additions & 7 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
- [基础阶段:ArceOS在飞腾派上的移植与适配](./ch1-0.md)
- [ArceOS如何在飞腾派上运行](./ch1-1.md)
- [I2C驱动](./ch1-2.md)
- [USB鼠标驱动实现](./ch1-3.md)
- [USB代码导读](./ch1-4.md)
- [专业阶段:USB设备驱动](./ch2-0.md)
- [USB摄像头驱动框架代码介绍](./ch2-1.md)
- [USB摄像头驱动实现](./ch2-2.md)
- [摄像头相关应用程序开发](./ch2-3.md)
- [项目阶段:颜色识别](./ch3-0.md)
- [从一个USB鼠标驱动实现开始-解读USB驱动框架](./ch1-3.md)
- [项目阶段一:USB设备驱动](./ch2-0.md)
- [USB摄像头驱动](./ch2-1.md)
- [摄像头相关应用程序开发](./ch2-2.md)
- [项目阶段二:颜色识别](./ch3-0.md)
- [PC上运行 Python](./ch3-1.md)
- [PC 上运行 OpenCV](./ch3-2.md)
- [ArceOS 支持 Python 和 OpenCV](./ch3-3.md)
Expand Down
4 changes: 4 additions & 0 deletions src/assert/figures/ArceOS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assert/figures/arceos_cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assert/figures/display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assert/figures/draw_jtag_connected.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assert/figures/endpoint-state-machine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assert/figures/image_jtag_connected.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assert/figures/phytium_pi_gpio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assert/figures/tick-tock-machine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assert/figures/usb_main_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assert/figures/usb_main_architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,823 changes: 1,761 additions & 62 deletions src/ch1-3.md

Large diffs are not rendered by default.

456 changes: 0 additions & 456 deletions src/ch1-4.md

This file was deleted.

0 comments on commit db2d924

Please sign in to comment.