Skip to content

Commit

Permalink
add step by step series doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xun,xiaohui committed May 27, 2018
1 parent b388c5d commit 892d12d
Show file tree
Hide file tree
Showing 44 changed files with 7,329 additions and 981 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 32b97e29b844ea7720bd6a5efb8be0da
config: 95ebb0d75cc95943cd7f8d8a63184853
tags: 645f666f9bcd5a90fca523b33c5a78b7
50 changes: 29 additions & 21 deletions _build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
=================================================

荔枝派 Nano,开启你的极客之心。这是一款仅有2.54cm X 3.3cm大小的精致小板,相当于一张SD卡大小,只要您愿意,即可将一颗极客芯随身携带。

.. figure:: http://odfef978i.bkt.clouddn.com/DSC_0455.png
:width: 500px
:align: center

实物图

.. figure:: http://odfef978i.bkt.clouddn.com/DSC_0459-min%20%281%29.JPG
:width: 500px
:align: center

与SD卡对比

荔枝派Nano以不可能的价格,提供了尽可能的能力:

- 3 X TWI
- 2 X SPI
- 3 X UART
Expand All @@ -26,49 +26,49 @@
- KEYADC
- RTP
- IR
- OWA out
- OWA out

这些它都能轻松应对,更何况它还支持:

- CSI Camera
- Full HD Video Engine(H.264,H.263,JPEG/MJPEG,etc.)
- RGB LCD Interface
- CVBS Input/Output
- Audio Codec
- I2S/PCM
- SD/eMMc

这都得益于荔枝派Nano的主芯片---全志F1C100s;Arm9架构,16KB D-Cache,32KB I-Cache,支持从SPI Flash或TF卡启动,支持USB OTG载入更新。

荔枝派 Nano 延续了前一代的巧妙设计,2.54mm普通插针焊孔+1.27mm邮票孔贴片设计,方便您自己动手DIY的同时,也支持贴片生产,制作更为复杂的应用。


.. figure:: http://odfef978i.bkt.clouddn.com/Pin%20Map.png
:width: 500px
:align: center

Pin Map

此外,荔枝派自从初代One以来,不断适配外设,已有TF-Wifi、RGB to VGA、40 pin RGB、 LCD、RGB to GPIO、Camera等经过广泛实践验证过的成熟模块。

.. figure:: http://odfef978i.bkt.clouddn.com/module.png
:width: 500px
:align: center

部分模块

荔枝派Nano 现已可选 TF版 与 wifi版:

.. figure:: https://img.alicdn.com/imgextra/i4/272610009/TB2L22ihQKWBuNjy1zjXXcOypXa_!!272610009.png
:width: 500px
:align: center

对比图

荔枝派 Nano现已获得RT-Thread的官方支持,您可应用RT-Thread丰富的生态资源,快速高效地进行原型设计;

荔枝派提倡开发者协同开发,即将推出有偿外设驱动适配任务,以及提供快餐式外包项目,欢迎各位技术大神为开发者们贡献技术力量!

欢迎各位加入 `荔枝派交流群573832310 <https://jq.qq.com/?_wv=1027&k=5qc9P07>`_ | `荔枝派Telegram电报群 <https://t.me/joinchat/HH5CKkoLTnnxtdIl2U1Psg>`_ | `荔枝派社区 <http://bbs.lichee.pro>`_。

.. figure:: http://odfef978i.bkt.clouddn.com/QQ_Group.jpg
Expand Down Expand Up @@ -103,10 +103,18 @@

.. toctree::
:maxdepth: 2
:caption: 应用开发篇
:caption: 从挖坑到填坑篇

开箱介绍 <step_by_step/one_openbox>
编译使用sunxi-tools <step_by_step/two_sunxi-tools>
编译测试uboot <step_by_step/three_uboot>
编译测试linux <step_by_step/four_linux>

.. toctree::
:maxdepth: 2
:caption: 应用开发篇

一起来点灯 <application/blink>
littlevGL的使用 <application/littlevgl>
littlevGL的使用 <application/littlevgl>

.. toctree::
:maxdepth: 2
Expand All @@ -116,4 +124,4 @@
Todolist <contribution/todolist>
快餐任务相关小事项 <contribution/task_tips>
文档任务相关小事项 <contribution/doc_tips>
文档构建 <contribution/build_doc>
文档构建 <contribution/build_doc>
3 changes: 1 addition & 2 deletions _build/html/_static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 892d12d

Please sign in to comment.