Skip to content

Commit

Permalink
checking first time
Browse files Browse the repository at this point in the history
  • Loading branch information
Big7lion committed Mar 15, 2018
1 parent 07b7d6f commit 7b3ed08
Show file tree
Hide file tree
Showing 18 changed files with 588 additions and 35 deletions.
69 changes: 69 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# JetBrains Webstorm Config Files
.idea/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
_build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
_build/
build/

# PyBuilder
target/

# vscode
.vscode/

# OS X
.DS_Store
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/doctrees/index.doctree
Binary file not shown.
79 changes: 72 additions & 7 deletions _build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,83 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to 荔枝派Nano 全流程指南's documentation!
荔枝派Nano 全流程指南
=================================================

荔枝派 Nano,开启你的极客之心。这是一款仅有2.54cmX3.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
- SDIO
- USB OTG
- JTAG
- KEYADC
- RTP
- IR
- 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现已获得RT-Thread的官方支持,您可应用RT-Thread丰富的生态资源,快速高效地进行原型设计;

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

欢迎各位加入 `荔枝派交流群 <https://jq.qq.com/?_wv=1027&k=5qc9P07>`_ 573832310 。

.. toctree::
:maxdepth: 2
:caption: Contents:
:caption: 上手体验篇

初见 <get_started/first_eye>
即食 <get_started/first_eat>


Indices and tables
==================
.. toctree::
:maxdepth: 2
:caption: 贡献投稿篇

前言 <contribution/introduction>
Todolist <contribution/todolist>
文档构建 <contribution/build_doc>

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
13 changes: 11 additions & 2 deletions _build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,17 @@



<!-- Local TOC -->
<div class="local-toc"></div>
<p class="caption"><span class="caption-text">上手体验篇</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="get_started/first_eye.html">初见</a></li>
<li class="toctree-l1"><a class="reference internal" href="get_started/first_eat.html">即食</a></li>
</ul>
<p class="caption"><span class="caption-text">贡献投稿篇</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contribution/introduction.html">前言</a></li>
<li class="toctree-l1"><a class="reference internal" href="contribution/build_doc.html">文档构建</a></li>
</ul>



</div>
Expand Down
111 changes: 95 additions & 16 deletions _build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Welcome to 荔枝派Nano 全流程指南’s documentation! &mdash; 荔枝派Nano 全流程指南 documentation</title>
<title>荔枝派Nano 全流程指南 &mdash; 荔枝派Nano 全流程指南 documentation</title>



Expand Down Expand Up @@ -37,7 +37,8 @@
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="荔枝派Nano 全流程指南 documentation" href="#"/>
<link rel="top" title="荔枝派Nano 全流程指南 documentation" href="#"/>
<link rel="next" title="初见" href="get_started/first_eye.html"/>


<script src="_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -89,12 +90,17 @@



<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">Welcome to 荔枝派Nano 全流程指南’s documentation!</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
<p class="caption"><span class="caption-text">上手体验篇</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="get_started/first_eye.html">初见</a></li>
<li class="toctree-l1"><a class="reference internal" href="get_started/first_eat.html">即食</a></li>
</ul>
</div>
<p class="caption"><span class="caption-text">贡献投稿篇</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contribution/introduction.html">前言</a></li>
<li class="toctree-l1"><a class="reference internal" href="contribution/build_doc.html">文档构建</a></li>
</ul>



</div>
Expand Down Expand Up @@ -137,7 +143,7 @@

<li><a href="#">Docs</a> &raquo;</li>

<li>Welcome to 荔枝派Nano 全流程指南’s documentation!</li>
<li>荔枝派Nano 全流程指南</li>


<li class="wy-breadcrumbs-aside">
Expand All @@ -154,18 +160,84 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<div class="section" id="welcome-to-nano-s-documentation">
<h1>Welcome to 荔枝派Nano 全流程指南’s documentation!<a class="headerlink" href="#welcome-to-nano-s-documentation" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<div class="section" id="nano">
<h1>荔枝派Nano 全流程指南<a class="headerlink" href="#nano" title="Permalink to this headline"></a></h1>
<p>荔枝派 Nano,开启你的极客之心。这是一款仅有2.54cmX3.3cm大小的精致小板,相当于一张SD卡大小,只要您愿意,即可将一颗极客芯随身携带。</p>
<div class="figure align-center" id="id2">
<a class="reference internal image-reference" href="http://odfef978i.bkt.clouddn.com/DSC_0455.png"><img alt="http://odfef978i.bkt.clouddn.com/DSC_0455.png" src="http://odfef978i.bkt.clouddn.com/DSC_0455.png" style="width: 500px;" /></a>
<p class="caption"><span class="caption-text">实物图</span></p>
</div>
<div class="figure align-center" id="id3">
<a class="reference internal image-reference" href="http://odfef978i.bkt.clouddn.com/DSC_0459-min%20%281%29.JPG"><img alt="http://odfef978i.bkt.clouddn.com/DSC_0459-min%20%281%29.JPG" src="http://odfef978i.bkt.clouddn.com/DSC_0459-min%20%281%29.JPG" style="width: 500px;" /></a>
<p class="caption"><span class="caption-text">与SD卡对比</span></p>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<p>荔枝派Nano以不可能的价格,提供了尽可能的能力:</p>
<ul class="simple">
<li>3 X TWI</li>
<li>2 X SPI</li>
<li>3 X UART</li>
<li>SDIO</li>
<li>USB OTG</li>
<li>JTAG</li>
<li>KEYADC</li>
<li>RTP</li>
<li>IR</li>
<li>OWA out</li>
</ul>
<p>这些它都能轻松应对,更何况它还支持:</p>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
<li>CSI Camera</li>
<li>Full HD Video Engine(H.264,H.263,JPEG/MJPEG,etc.)</li>
<li>RGB LCD Interface</li>
<li>CVBS Input/Output</li>
<li>Audio Codec</li>
<li>I2S/PCM</li>
<li>SD/eMMc</li>
</ul>
<p>这都得益于荔枝派Nano的主芯片—全志F1C100s;Arm9架构,16KB D-Cache,32KB I-Cache,支持从SPI Flash或TF卡启动,支持USB OTG载入更新。</p>
<p>荔枝派 Nano 延续了前一代的巧妙设计,2.54mm普通插针焊孔+1.27mm邮票孔贴片设计,方便您自己动手DIY的同时,也支持贴片生产,制作更为复杂的应用。</p>
<div class="figure align-center" id="id4">
<a class="reference internal image-reference" href="http://odfef978i.bkt.clouddn.com/Pin%20Map.png"><img alt="http://odfef978i.bkt.clouddn.com/Pin%20Map.png" src="http://odfef978i.bkt.clouddn.com/Pin%20Map.png" style="width: 500px;" /></a>
<p class="caption"><span class="caption-text">Pin Map</span></p>
</div>
<p>此外,荔枝派自从初代One以来,不断适配外设,已有TF-Wifi、RGB to VGA、40 pin RGB、 LCD、RGB to GPIO、Camera等经过广泛实践验证过的成熟模块。</p>
<div class="figure align-center" id="id5">
<a class="reference internal image-reference" href="http://odfef978i.bkt.clouddn.com/module.png"><img alt="http://odfef978i.bkt.clouddn.com/module.png" src="http://odfef978i.bkt.clouddn.com/module.png" style="width: 500px;" /></a>
<p class="caption"><span class="caption-text">部分模块</span></p>
</div>
<p>荔枝派 Nano现已获得RT-Thread的官方支持,您可应用RT-Thread丰富的生态资源,快速高效地进行原型设计;</p>
<p>荔枝派提倡开发者协同开发,即将推出有偿外设驱动适配任务,以及提供快餐式外包项目,欢迎各位技术大神为开发者们贡献技术力量!</p>
<p>欢迎各位加入 <a class="reference external" href="https://jq.qq.com/?_wv=1027&amp;k=5qc9P07">荔枝派交流群</a> 573832310 。</p>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">上手体验篇</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="get_started/first_eye.html">初见</a><ul>
<li class="toctree-l2"><a class="reference internal" href="get_started/first_eye.html#id3">从硬件说起</a></li>
<li class="toctree-l2"><a class="reference internal" href="get_started/first_eye.html#id4">说点软的</a></li>
<li class="toctree-l2"><a class="reference internal" href="get_started/first_eye.html#id5">用到哪去</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="get_started/first_eat.html">即食</a><ul>
<li class="toctree-l2"><a class="reference internal" href="get_started/first_eat.html#id3">新鲜入坑</a></li>
<li class="toctree-l2"><a class="reference internal" href="get_started/first_eat.html#id4">拒绝挣扎</a></li>
<li class="toctree-l2"><a class="reference internal" href="get_started/first_eat.html#id5">爬坑记录</a></li>
</ul>
</li>
</ul>
</div>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">贡献投稿篇</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contribution/introduction.html">前言</a></li>
<li class="toctree-l1"><a class="reference internal" href="contribution/build_doc.html">文档构建</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contribution/build_doc.html#id3">本地构建</a></li>
<li class="toctree-l2"><a class="reference internal" href="contribution/build_doc.html#id7">技术文档贡献</a></li>
<li class="toctree-l2"><a class="reference internal" href="contribution/build_doc.html#restructuredtext">以reStructuredText编写文档</a></li>
<li class="toctree-l2"><a class="reference internal" href="contribution/build_doc.html#markdown">以Markdown编写文档</a></li>
</ul>
</li>
</ul>
</div>
</div>


Expand All @@ -176,6 +248,13 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
</div>
<footer>

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="get_started/first_eye.html" class="btn btn-neutral float-right" title="初见" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>


</div>


<hr/>

Expand Down
Binary file modified _build/html/objects.inv
Binary file not shown.
13 changes: 11 additions & 2 deletions _build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,17 @@



<!-- Local TOC -->
<div class="local-toc"></div>
<p class="caption"><span class="caption-text">上手体验篇</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="get_started/first_eye.html">初见</a></li>
<li class="toctree-l1"><a class="reference internal" href="get_started/first_eat.html">即食</a></li>
</ul>
<p class="caption"><span class="caption-text">贡献投稿篇</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contribution/introduction.html">前言</a></li>
<li class="toctree-l1"><a class="reference internal" href="contribution/build_doc.html">文档构建</a></li>
</ul>



</div>
Expand Down
Loading

0 comments on commit 7b3ed08

Please sign in to comment.