Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 28, 2019
1 parent 2e70318 commit 8e4f9b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/api-reference/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
ESP Configuration
=================

This is the default configuration of the middleware.
When any of the settings shall be modified, it shall be done in dedicated application config ``esp_config.h`` file.

.. note::
Check :ref:`get_started` to create configuration file.

.. doxygengroup:: ESP_CONFIG
.. doxygengroup:: ESP_CONFIG_DBG
.. doxygengroup:: ESP_CONFIG_OS
Expand Down
4 changes: 2 additions & 2 deletions docs/user-manual/porting-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Porting consists of:
* Implementation of system functions, link between target operating system and middleware functions
* Assignment of memory for allocation manager

Implement low-level part
^^^^^^^^^^^^^^^^^^^^^^^^
Implement low-level driver
^^^^^^^^^^^^^^^^^^^^^^^^^^

To successfully implement all parts of *low-level* driver, application must take care of:

Expand Down

0 comments on commit 8e4f9b4

Please sign in to comment.