zephyr/ext/hal/silabs/gecko
Christian Taedcke 4b586157d6 drivers: serial: Add uart driver for Silabs EXX32 MCUs
Signed-off-by: Christian Taedcke <hacking@taedcke.com>
2017-10-10 11:56:47 -05:00
..
Device
emlib
Kbuild drivers: serial: Add uart driver for Silabs EXX32 MCUs 2017-10-10 11:56:47 -05:00
Kconfig
Makefile
README

README

Silabs Gecko SDK
----------------

Downloaded from https://github.com/SiliconLabs/Gecko_SDK

How to update
+++++++++++++

  * Downloaded current version from https://github.com/SiliconLabs/Gecko_SDK
  * Extract
  * Replace the necessary files in ext/hal/silabs/gecko/Device and ext/hal/silabs/gecko/emlib
  * Ensure that the Makfile and Kbuild-file match the new version of the Gecko SDK

The following folders are used in this HAL:

+-------------------+-----------------------------+--------------------------------------------------------------------+
| Gecko SDK         | Zephyr                      | Comments                                                           |
+-------------------+-----------------------------+--------------------------------------------------------------------+
| platform/Device/  | ext/hal/silabs/gecko/Device | Contains the device specific files in SiliconLabs/$(GECKO_DEVICE). |
|                   |                             | The files are not modified.                                        |
+-------------------+-----------------------------+--------------------------------------------------------------------+
| platform/emlib/   | ext/hal/silabs/gecko/emlib  | Contains the Silabs Peripheral Support library for the EXX32 SoCs. |
|                   |                             | All files are copied over. The files are not modified.             |
+-------------------+-----------------------------+--------------------------------------------------------------------+