Skip to content

Commit

Permalink
完善SDK开发目录
Browse files Browse the repository at this point in the history
  • Loading branch information
Staok committed Dec 22, 2020
1 parent 441adc9 commit 5b32141
Show file tree
Hide file tree
Showing 37 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
- [1658608470/Learn_MaixPy: MaixPy 是将 Micropython 移植到 K210(一款64位双核带硬件FPU和卷积加速器的 RISC-V CPU)的一个项目, 支持 MCU 常规操作, 更集成了机器视觉和麦克风阵列, 以快速开发具有极低成本和体积实用的 AIOT 领域智能应用。——引自https://maixpy.sipeed.com/zh/ (github.com)](https://github.com/1658608470/Learn_MaixPy)
- [LZBUAV/K210_Python: Kendryte K210人工智能芯片应用程序集合,包括人脸检测、颜色检测、目标检测和分类、二维码和Apriltag代码检测以及和ArduPilot飞控软件的通信。这些应用程序已部署到无人机终端。This repository is a collection of applications for the Kendryte K210 AI chip which include face detection, color detection, object detection and classification, QR code and Apriltag code detection ,and communication with the ArduPilot flight software. Finally, we can deploy these applications to the UAV terminals and make drones more intelligent. (github.com)](https://github.com/LZBUAV/K210_Python)
- [zhen8838/K210_Yolo_framework: Yolo v3 framework base on tensorflow, support multiple models, multiple datasets, any number of output layers, any number of anchors, model prune, and portable model to K210 ! (github.com)](https://github.com/zhen8838/K210_Yolo_framework)
- ....
- [超迷你的智能摄像头A-Eye,(github.com)](https://github.com/peng-zhihui/A-Eye)

Submodule kendryte-doc-datasheet added at 822026
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://github.com/kendryte/kendryte-doc-datasheet
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kendryte-doc-datasheet 文件夹下的 zh-Hans文件夹下
是 kendryte 的AI解决方案和芯片硬件规格手册,直接看这个就行
File renamed without changes.
Submodule kendryte-doc-freertos-programming-guide added at 9160f9
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://github.com/kendryte/kendryte-doc-freertos-programming-guide
Submodule kendryte-doc-standalone-programming-guide added at 7acf7e
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
kendryte-doc-freertos-programming-guide 和
kendryte-doc-standalone-programming-guide
分别是OS和裸跑的API说明,应先下载对应的SDK,然后在IDE里面开发,编译成功后下载到K210里面运行


zh-Hans 文件夹里面是简体中文
推荐先使用 standalone 的API,因为freertos的好像还没有关于KPU的API,而且更复杂

对于 kendryte-doc-freertos-programming-guide
好像没有关于KPU的API ?!
先读:README.md 了解背景
再看:SUMMARY.md 了解每一个硬件模块 ctrl+左键点击进入相应模块的具体API说明
其他:
外设可以用类linux设备管理:STDIO.md 介绍用io API控制每一个硬件外设,硬件外设列表在 DEVLIST.md
SYSTEM.md 系统控制
RTOSEXT.md FreeRTOS 扩展



对于 kendryte-doc-standalone-programming-guide
先读:README.md 了解背景
再看:SUMMARY.md 了解每一个硬件外设 ctrl+左键点击进入相应外设的具体API说明
再看看:INTERRUPT.md 了解一下中断使用
其他:
BSP.md 平台相关
SYSCTL.md 系统控制
Submodule kendryte-freertos-demo added at 6c7074
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://github.com/kendryte/kendryte-freertos-demo
Submodule kendryte-standalone-demo added at e89c35
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://github.com/kendryte/kendryte-freertos-sdk
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://github.com/kendryte/kendryte-standalone-sdk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
这个是库,不是用来直接在里面开发的,详细看工程模板,应该是在库之外再新建工程
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5b32141

Please sign in to comment.