README.md
1# Simplelink LPF3
2
3This folder contains the low-level support required from the
4Simplelink LPF3 SDK.
5
6### Version
7
8The current version of simplelink_lpf3 is based on
9[Simplelink LPF3 8.20.00](https://www.ti.com/tool/download/SIMPLELINK-LOWPOWER-F3-SDK/).
10
11Specifically, the following components have been used:
12- Core SDK 8.10.01.04
13- RCL 8.20.01.04
14
15## Contents
16
17The folder-structure herein reflects the folder-structure in the
18Simplelink SDK. All files required to support Zephyr have been copied
19manually from the Simplelink SDK, with the exception of DPL files under
20`kernel/zephyr/dpl`, which are original and maintained in this repository.
21
22When updating to a new SDK, a comparison of the files in the 'devices'
23and 'drivers' directories should be performed to pick up any new changes.
24