Commit Graph

18 Commits

Author SHA1 Message Date
Peter Tönz e92669fc50 defines: prevent redefinition of UNUSED
To prevent compiler warnings/errors we have to wrap the definition of
UNUSED with an ifndef. So there are no problems if this is already
defined in the project

Signed-off-by: Peter Tönz <peter.tonz@husqvarnagroup.com>
2023-02-03 09:21:22 +01:00
Rania JMAI 5d432f9cf3 [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-02-01 14:58:50 +01:00
Ali Labbene 5e4a744ef6 [MW] Rename folder 'Middlewares/Third_Party/FatFS' into 'Middlewares/Third_Party/FatFs' (part 2)
Folder 'Middlewares/Third_Party/FatFS' need to be renamed 'Middlewares/Third_Party/FatFs' (.../...FS --> .../...Fs) as projects' configurations refer to this folder with name '.../FatFs'. This causes compilation errors in Linux environments.
2022-12-16 16:41:09 +01:00
Ali Labbene 2d0237e1f1 [MW] Rename folder 'Middlewares/Third_Party/FatFS' into 'Middlewares/Third_Party/FatFs' (part 1)
Folder 'Middlewares/Third_Party/FatFS' need to be renamed 'Middlewares/Third_Party/FatFs' (.../...FS --> .../...Fs) as projects' configurations refer to this folder with name '.../FatFs'. This causes compilation errors in Linux environments.

NOTE: This first commit is necessary to ensure the change of letter case is well considered in environments based on case-insensitive file systems.
2022-12-16 16:39:21 +01:00
Eya 52757b5e33 Release v1.27.1 2022-07-05 12:06:19 +01:00
rihab kouki 3d6be4bd40 Release v1.27.0 2022-03-09 10:37:11 +01:00
Eya 4aba24d78f Release v1.26.2 2021-08-09 12:44:32 +01:00
Ali Labbene 2f3b26f165 Release v1.26.1 2021-04-01 17:02:22 +01:00
Eya d599a824df Release v1.26.0 2021-03-03 14:55:52 +01:00
Tom Vajzovic b95577991e Fix HAL_GPIO_TogglePin if more than one bit is set in argument 2020-12-17 14:11:59 +01:00
rihab kouki 2d5b78e2da Release v1.25.2 2020-10-30 16:29:41 +01:00
rihab kouki e084518f36 Add release note to Release v1.25.1 2020-10-02 17:14:16 +01:00
Eya 9f5ea7421d Release v1.25.1 2020-09-09 12:33:40 +01:00
Ali Labbene 5d01400afd Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted 2020-03-26 10:59:15 +01:00
Ali Labbene a86ecaa2fb Release v1.25.0 2020-03-04 09:10:07 +01:00
Ali Labbene 55c4943bb8 Release v1.24.2 2020-01-13 12:11:26 +01:00
Ali Labbene b5abca20c9 Release v1.24.1 2019-08-05 13:05:39 +01:00
Christophe Cadoret 9c415eceae
Initial commit 2019-04-18 15:01:53 +02:00