From 77d0efae48cf6d8ec039148852522558cb97a11e Mon Sep 17 00:00:00 2001 From: Siddharth Deshpande <40563382+Siddharth-Deshpande@users.noreply.github.com> Date: Fri, 23 Jun 2023 15:19:15 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c36768b1..daa844a6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # c2000ware-core-sdk Repository for C2000Ware + +This repository contains the C2000Ware version 4.03.00.00 contents. + +## Repository Layout +.metadata folder - This folder contains the C2000Ware resource explorer standalone GUI files. Do not modify. +device_support - This folder contains all device-specific support files, bit field headers and device development user’s guides. +docs - This folder contains the C2000Ware Quick start guides and links to references articles +driverlib - This folder contains the device-specific driver library and driver-based peripheral examples. +examples - This folder contains the examples involving multiple devices/peripherals to showcase different applications. +utilities - This folder contains development utility applications such as flash programmers, windows drivers. + +## Setup Instructions