Commit Graph

23 Commits

Author SHA1 Message Date
Ali Labbene 306fe898fb [PRJ] Add the list of unavailable projects into the README.md file 2024-01-15 15:00:56 +01:00
Ali Labbene 6cb97170c7 [DOC] Rename License.md in capital letters 2024-01-15 14:56:36 +01:00
Ali Labbene 7de79e327d [HAL] Upload new fixes 2023-12-18 12:48:49 +01:00
Rania JMAI e226c47ca6 [HAL] Upload new fixes 2023-11-20 10:14:04 +01:00
Ali Labbene 61998a7993 [CMSIS][HAL] Replace 'CMSIS Device' and 'HAL Driver' folders by submodules 2023-10-31 14:13:29 +01:00
Kilani Akrich 6533756854 [PRJ][APPS][USBH] Fix stack corruption due to inconsistent type of local variable in MSC_File_Operations() 2023-10-10 10:29:10 +01:00
Tasnim bdec2f6b06 Add SECURITY.md 2023-05-23 17:29:48 +01:00
Rania JMAI 5326afcfb2 Release v1.8.5 2023-04-28 10:02:38 +01:00
Denys Fedoryshchenko 756b239424 startup_stm32f100xb.s: Small typo fix for SPI1_IRQHandler
Fixes small typo that cause lot of confusion for users using CMSIS.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
2023-04-06 11:32:37 +01:00
Binder Tronics e978fcac56 add missing e in the 2023-04-04 13:38:45 +01:00
Tasnim 2009da0b5e [DOC] Correct typo in README.md 2023-03-27 12:26:13 +01:00
Ali Labbene 2976d3b5b5 [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.
2022-12-19 17:34:29 +01:00
deividAlfa 218b5100dd Declare DMA Handler State as volatile
Not doing so causes issues when optimizations are enabled, the flag can change at any time by the DMA interrupt, but the compiler is unaware.
2022-04-19 15:11:54 +01:00
Ali Labbene 156741e067 [PROJECTS][NUCLEO-F103RB][EEPROM] Replace hard-coded page end address by a variable in EE_VerifyPageFullyErased()
Fixes issue raised in #11.
2022-01-21 17:54:07 +01:00
Eya c750eab699 Release v1.8.4 2021-06-07 17:37:27 +01:00
Maerdl 0813c2c1a3 wrong define used to clear I2C ADDR flag 2021-05-12 15:46:34 +01:00
Attie Grande f5aaa9b454 Add support for running SYSCLK from PLL1, via PLL2.
For parts like the STM32F1 Connectivity Line (STM32F105xx, STM32F107xx),
it is occasionally necessary to source SYSCLK via PLL2. This patch will
add this support.

- Add: `UTILS_GetPLL2OutputFrequency()` to calculate the output frequency of PLL2
- Add: `LL_PLL_ConfigSystemClock_PLL2()` to configure the system clock as sourced from HSE, via PLL2 and PLL1.
- Add: Miscellaneous support definitions.

Signed-off-by: Attie Grande <attie.grande@argentum-systems.co.uk>
2021-04-05 14:25:41 +01:00
Eya 276c4ab953 Release v1.8.3 2020-10-30 15:10:41 +01:00
rihab kouki 003dfc9e6c Release v1.8.2 2020-10-05 08:36:58 +01:00
Eya 6ead386a08 Release v1.8.1 2020-08-28 17:16:38 +01:00
Ali Labbene 5ddefcd6a6 Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted 2020-03-26 10:42:15 +01:00
Eya 441b2cbdc2 Release v1.8.0 2019-07-19 14:54:54 +01:00
Christophe Cadoret 9352c01599
Initial commit 2019-04-16 14:02:33 +02:00