Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Spelta committed Oct 3, 2016
1 parent 01a60c9 commit a3d7310
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Binary file removed source/_images/silica.png
Binary file not shown.
Binary file removed source/_images/silica_big.png
Binary file not shown.
4 changes: 2 additions & 2 deletions source/_themes/architech/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<div class="navbar-inner">
<div class="container">
<!--<a class="brand" href="#"><img src={{ pathto("_static/architechlogo.png",1) }} /></a>-->
<a class="brand" href="http://www.silica.com/architech">ArchiTech</a>
<a class="brand" href="http://www.silica.com">Avnet Silica</a>
<ul class="nav pull-left">
{%- for rellink in rellinks %}
<li><a href="{{ pathto(rellink[0]) }}" title="{{ rellink[1]|striptags|e }}">{{ rellink[3] }}</a>
Expand All @@ -128,7 +128,7 @@
<div class="span3">
<div class="well affix" style="width:180px">
<!--<div class="well sidebar-nav" data-spy="affix" daga-offset-rop="200">-->
<a href="http://www.silica.com/architech"><img style="padding-bottom: 20px" src={{ pathto("_static/architechlogo.png",1) }} /></a>
<a href="http://www.silica.com"><img style="padding-bottom: 20px" src={{ pathto("_static/architechlogo.png",1) }} /></a>
<h3><a href="{{ pathto(master_doc) }}">{{ _('Introduction and contents') }}</a></h3>
{{ toctree() }}
</div>
Expand Down
Binary file modified source/_themes/architech/static/architechlogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,23 @@ Welcome to Liberty Board's documentation!
=========================================

:Version: 1.0.0A
:Copyright: (C)2014 Silica an Avnet company
:Copyright: (C)2016 Avnet Silica company
:Date: 30 may 2014

.. image:: _images/rohm.png
.. image:: _images/lapis.png
.. image:: _images/kionix.png

.. image:: _images/silica_big.png

.. index:: index

**INTRODUCTION**
****************

Silica Liberty board is designed to evaluate BlueTooth Low Energy performance. The main processor is a Renesas R5F100EGANA. The board is also equiped with one ML7105 Lapis BLE module, one KXTJ2-1009 Kionix Accelerometer, one BD1020HFV Rohm Temperature sensor and one SMLP34RGB1W Rohm RGB led.
Avnet Silica Liberty board is designed to evaluate BlueTooth Low Energy performance. The main processor is a Renesas R5F100EGANA. The board is also equiped with one ML7105 Lapis BLE module, one KXTJ2-1009 Kionix Accelerometer, one BD1020HFV Rohm Temperature sensor and one SMLP34RGB1W Rohm RGB led.

Using a TTL-USB converter connected with UART_TX_OUT signal of 6 pins header and a Terminal SW on the PC (such as HyperTerminal) it's possible to see a "dump" of all data 'send to' and 'received from' ML7105 module.

BLE_lapis FW project is based on **VSSPP_ML610QXXX_Ver0_094_beta** firmware revision developed for Lapis PEXL7105_WSN kit and adapted for Silica Liberty Board. It is adapted for VSP application; no test has been made for VSSPP application.
BLE_lapis FW project is based on **VSSPP_ML610QXXX_Ver0_094_beta** firmware revision developed for Lapis PEXL7105_WSN kit and adapted for Avnet Silica Liberty Board. It is adapted for VSP application; no test has been made for VSSPP application.

.. image:: _images/board/liberty1.jpg

Expand Down Expand Up @@ -131,7 +129,7 @@ SMLP34RGBxW_last.pdf RGB Led

.. image:: _images/Doc_Folder.jpg

You can download the Liberty.zip and Liberty_doc.zip accessing to Silica Architech website *(registration is needed for download)*
You can download the Liberty.zip and Liberty_doc.zip accessing to Avnet Silica Architech website *(registration is needed for download)*

**Installing E2studio and KPIT Developement Suite** chapter will guide you through the basic steps of the installation procedure of Developement Suite

Expand Down

0 comments on commit a3d7310

Please sign in to comment.