zephyr/ext/hal/silabs/gecko
Piotr Mienkowski d9e2171aa9 drivers: flash_gecko: Add flash driver for SiLabs Gecko SoCs
Tested with SLWSTK6061A / BRD4250B wireless starter kit.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2018-11-08 17:56:44 -05:00
..
Device ext: Add Silabs Gecko SDK for EFR32MG12P SoCs 2018-10-19 13:47:49 -05:00
emlib ext: fix a typo in Silabs Gecko emlib 2018-10-19 13:47:49 -05:00
CMakeLists.txt drivers: flash_gecko: Add flash driver for SiLabs Gecko SoCs 2018-11-08 17:56:44 -05:00
Kconfig ext: Integrate Silabs Gecko SDK into Zephyr 2017-10-10 11:56:47 -05:00
README ext: Integrate Silabs Gecko SDK into Zephyr 2017-10-10 11:56:47 -05:00

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.             |
+-------------------+-----------------------------+--------------------------------------------------------------------+