diff --git a/Projects/README.md b/Projects/README.md index 9d3a369a..e4666909 100644 --- a/Projects/README.md +++ b/Projects/README.md @@ -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` diff --git a/README.md b/README.md index cf94be87..b2bf94cb 100644 --- a/README.md +++ b/README.md @@ -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`