Skip to content

Commit

Permalink
fixup! Impl python Api
Browse files Browse the repository at this point in the history
  • Loading branch information
wychlw committed Aug 30, 2024
1 parent e6a8245 commit d55841c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- [ ] 更多的连接方式
- [x] 更完善的 SSH
- [ ] 通过 tunnel 连接

- [ ] 外设支持
- [ ] 外设抽象 : mod devhost
- [ ] 外设编写
- [x] SdWireC

- [ ] 设备抽象 : mod device

- [x] 更加的多态支持 : where T: Tty -> Box<dyn Tty>

- [ ] 导出的 API
- [x] 实现 cli-like 面向外界的哪一个巨型 wrapper
- [?] 从 dyn Tty 中区分出这个巨型 wrapper,并分开实现(可以在每次开头前都试一试?)
- 执行器

- [ ] 与下一步测试软件的进一步集成

0 comments on commit d55841c

Please sign in to comment.