Commit Graph

7 Commits

Author SHA1 Message Date
Tasnim 767d083e20 Release v1.17.2 2024-06-06 15:48:41 +01:00
Minhaj Uddin Ahmad 20b61bcbed fix function description typo in usbd_core.c
Previously - 
```
/**
  * @brief  USBD_DeInit
  *         Re-Initialize the device library
  * @param  pdev: device instance
  * @retval status: status
  */
```
Afterwards - 
```
/**
  * @brief  USBD_DeInit
  *         De-Initialize the device library
  * @param  pdev: device instance
  * @retval status: status
  */
2024-03-08 11:35:45 +01:00
Tasnim 7e354cf248 [PRJ] Remove projects using MW libraries subject to click-thru
Rationale:
- MW libraries subject to click-thru have been already removed from this repo, but not the projects using them.
- Building these projects, whether manually or automatically via some ACI tool would yield errors.
- Particularly with daily (or nightly) builds in the frame of a CI/CD strategy, such errors would pollute the logs uselessly.

Note: If needed, the removed items can be found in the full firmware package on st.com. Please refer to the README.md file for further details.
2023-01-23 18:23:12 +01:00
Eya f8bda023e3 Release v1.17.0 2022-07-04 11:37:52 +01:00
rihab kouki f8cefdf02e Release v1.16.2 2021-12-14 09:57:38 +01:00
Ali Labbene 79acbf8ec0 Release v1.16.0 2020-03-04 09:19:45 +01:00
Ali Labbene 3600603267 Release v1.15.0 2019-08-05 13:14:59 +01:00