Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jul 20, 2019
1 parent 91e1e2b commit 1a4cbe7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sming/Libraries/ArduinoJson5/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ArduinoJson Version 5
=====================

Provided to support existing applications. New projects should use :library:`ArduinoJson6`
Provided to support existing applications. New projects should use :library:`ArduinoJson6`.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ References
------------
* :source:`Source Code <$3>`
$(if $(findstring $3=,$(SUBMODULE_URLS)),
* This is a submodule: `GIT repository <$(call GetSubmoduleURL,$3)>`__ for details.
* This is a submodule: `GIT repository <$(call GetSubmoduleURL,$3)>`__.
)
$(foreach d,$(sort $(COMPONENT_DEPEND_DIRS)),
* :doc:`$d/index` Component
Expand Down
2 changes: 1 addition & 1 deletion docs/source/arch/esp8266/getting-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You may need to configure your project to support the specific device being prog
Here are a few important ones:

* :envvar:`SPI_MODE` Change this if your device fails to program or run
* :envvar:`SPI_SIZE` If using a device with reduced memory you may need to reduce this value. Note also that samples using :component:`spiffs` may not work.
* :envvar:`SPI_SIZE` If using a device with reduced memory you may need to change this value. Note also that samples using :component:`spiffs` may not work.
* :envvar:`COM_PORT` If you haven't set this already, it will need to match the port you're using to talk to the Esp8266.
* :envvar:`COM_SPEED_ESPTOOL` The default value should work fine but you can usually set a much faster speed.

Expand Down
5 changes: 4 additions & 1 deletion docs/source/arch/host/host-emulator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,11 @@ Make sure to install the 32bit version of the GNU C and C++ compiler,
development package and libraries.


.. toctree::
Further reading
---------------

.. toctree::
:titlesonly:

/_inc/Sming/Arch/Host/README

2 changes: 2 additions & 0 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Getting Started
===============

.. highlight:: c++

Development System Installation
-------------------------------
Sming supports multiple architectures. Choose the architecture of your choice to install the needed development software and toolchain(s).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/information/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Upgrading to Sming 4.0
Summary
=======

With the new Sming version 4.0 there will be a lot of backwards
With Sming version 4.0 there are some backwards
incompatible changes. This page is provided to help with migrating your
applications.

Expand Down

0 comments on commit 1a4cbe7

Please sign in to comment.