diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /sd | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'sd')
| -rw-r--r-- | sd/miniport/sdhc/README.md | 17 | ||||
| -rw-r--r-- | sd/miniport/sdhc/sd-miniport-sdhc.yml | 12 |
2 files changed, 13 insertions, 16 deletions
diff --git a/sd/miniport/sdhc/README.md b/sd/miniport/sdhc/README.md index a1e81cde..78360be1 100644 --- a/sd/miniport/sdhc/README.md +++ b/sd/miniport/sdhc/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: Standard SD Host Controller Miniport +description: Provides a functional miniport implementation for a standard SD host controller. +languages: + - cpp +products: + - windows +--- + <!--- name: Standard SD Host Controller Miniport platform: WDM @@ -7,17 +17,16 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617952 ---> - -Standard SD Host Controller Miniport -==================================== +# Standard SD Host Controller Miniport This is a sample for a Secure Digital (SD) Host Controller miniport driver. The driver works in conjunction with sdport.sys, which implements SD/SDIO/eMMC protocol and WDM interfaces, to provide the host register interface. ## Universal Compliant + This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. This driver, sdhc.sys, provides a functional miniport implementation for a standard SD host controller. However, it does not have support for many more recent features such as: - UHS-I speed modes. - HS400 -- SD 4.0
\ No newline at end of file +- SD 4.0 diff --git a/sd/miniport/sdhc/sd-miniport-sdhc.yml b/sd/miniport/sdhc/sd-miniport-sdhc.yml deleted file mode 100644 index 0f2925ec..00000000 --- a/sd/miniport/sdhc/sd-miniport-sdhc.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: Standard SD Host Controller Miniport - description: Provides a functional miniport implementation for a standard SD host controller. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /sd/miniport/sdhc/sdhc.sln |
