[PRJ] Add the list of unavailable projects into the README.md file
This commit is contained in:
parent
cc17dc480f
commit
cd1bad7841
|
@ -1,3 +1,33 @@
|
|||
# Some projects are unavailable in this repository
|
||||
|
||||
In this repository, some middleware libraries **along with** the projects (demos, applications, and examples) using them, are **not available**. Please refer to the [README.md](../README.md#some-middleware-libraries-are-unavailable-in-this-repository) file at the root of this repository for further details.
|
||||
In this repository, some middleware libraries **along with** the projects (demos, applications, and examples) using them, are **not available**. Please refer to the [README.md](../README.md#some-middleware-libraries-and-projects-are-unavailable-in-this-repository) file at the root of this repository for further details.
|
||||
|
||||
## List of unavailable projects
|
||||
|
||||
* `./Projects/STM32746G-Discovery/Applications/QSPI/QSPI_perfs`
|
||||
* `./Projects/STM32746G-Discovery/Applications/USB_Device/AUDIO_Standalone`
|
||||
* `./Projects/STM32746G-Discovery/Applications/STemWin`
|
||||
* `./Projects/STM32746G-Discovery/Demonstrations/STemWin`
|
||||
* `./Projects/STM32746G-Discovery/Demonstrations/TouchGFX`
|
||||
* `./Projects/STM32756G_EVAL/Applications/Audio/Audio_playback_and_record`
|
||||
* `./Projects/STM32756G_EVAL/Applications/STemWin`
|
||||
* `./Projects/STM32756G_EVAL/Applications/USB_Device/AUDIO_Standalone`
|
||||
* `./Projects/STM32756G_EVAL/Applications/USB_Host/MTP_Standalone`
|
||||
* `./Projects/STM32756G_EVAL/Demonstrations/STemWin`
|
||||
* `./Projects/STM32756G_EVAL/Demonstrations/TouchGFX`
|
||||
* `./Projects/STM32756G_EVAL/Examples/SAI/SAI_Audio`
|
||||
* `./Projects/STM32F723E-Discovery/Applications/USB_Device/AUDIO_Standalone`
|
||||
* `./Projects/STM32F723E-Discovery/Applications/STemWin/STemWin_HelloWorld`
|
||||
* `./Projects/STM32F723E-Discovery/Demonstrations/STemWin`
|
||||
* `./Projects/STM32F769I-Discovery/Applications/STemWin`
|
||||
* `./Projects/STM32F769I-Discovery/Demonstrations/STemWin`
|
||||
* `./Projects/STM32F769I-Discovery/Demonstrations/TouchGFX`
|
||||
* `./Projects/STM32F769I_EVAL/Applications/STemWin`
|
||||
* `./Projects/STM32F769I_EVAL/Applications/USB_Device/AUDIO_Standalone`
|
||||
* `./Projects/STM32F769I_EVAL/Demonstrations/STemWin`
|
||||
* `./Projects/STM32F769I_EVAL/Demonstrations/TouchGFX`
|
||||
* `./Projects/STM32F7308-DISCO/Applications/STemWin/STemWin_HelloWorld`
|
||||
* `./Projects/STM32F7308-DISCO/Demonstrations/STemWin`
|
||||
* `./Projects/STM32F7508-DISCO/Applications/STemWin`
|
||||
* `./Projects/STM32F7508-DISCO/Demonstrations/STemWin`
|
||||
* `./Projects/STM32F7508-DISCO/Demonstrations/TouchGFX`
|
||||
|
|
|
@ -19,9 +19,9 @@ This repository has been created using the `git submodule` command. Please refer
|
|||
|
||||
The **STM32CubeF7 MCU Package** projects are directly running on the STM32F7 series boards. You can find in each Projects/*Board name* directories a set of software projects (Applications/Demonstration/Examples).
|
||||
|
||||
## Some middleware libraries are unavailable in this repository
|
||||
## Some middleware libraries and projects are unavailable in this repository
|
||||
|
||||
In this repository, the middleware libraries listed below **along with** the projects (demos, applications, and examples) using them, are **not available** as they (the middleware libraries) are subject to some restrictive license terms requiring the user's approval via a "click thru" procedure.
|
||||
In this repository, the middleware libraries listed below **along with** [this](Projects/README.md#list-of-unavailable-projects) list of projects (demos, applications, and examples) using them, are **not available** as they (the middleware libraries) are subject to some restrictive license terms requiring the user's approval via a "click thru" procedure.
|
||||
* `./Middlewares/ST/STM32_Audio`
|
||||
* `./Middlewares/ST/STemWin`
|
||||
* `./Middlewares/ST/TouchGFX`
|
||||
|
|
Loading…
Reference in New Issue