Commit Graph

  • fed648c7cc [HAL] Upload new fixes master Rania JMAI 2024-09-17 08:43:59 +0100
  • 800b3c52e6 [HAL] Upload new fixes karim 2024-08-14 14:23:54 +0100
  • b0c7e53233 [BSP] Replace 'BSP/Components/w25q128j' folder by a submodule Ali Labbene 2024-08-09 15:29:18 +0100
  • 043a9bf774 [HAL] Upload new fixes Rania JMAI 2024-06-20 14:27:16 +0100
  • 767d083e20 Release v1.17.2 v1.17.2 Tasnim 2024-06-05 16:58:11 +0100
  • 7076815c27 [BSP] Replace 'BSP/Components/<component>' folders by submodules Ali Labbene 2024-04-19 10:01:49 +0100
  • 294f7eb252 [HAL] Upload new fixes Tasnim 2024-04-05 13:53:55 +0100
  • 20b61bcbed fix function description typo in usbd_core.c Minhaj Uddin Ahmad 2023-10-13 13:28:46 +0600
  • 7b869e0519 [PRJ] Change the BSP group name to 'STM32746G-Discovery' in the IDE project files of the 'LTDC Display 2 Layers' example to comply to the actual ./Driver/BSP/<board> directory name Moez BEJAOUI 2023-05-29 09:10:01 +0100
  • c7e2944ab9 [PRJ] Change I2C interrupt priority to be lower than DMA priority in 'I2C EEPROM' and 'I2C EEPROM FM+' examples so that DMA interrupt can be serviced if it fires while the CPU is servicing the I2C interrupt Omar SAKET 2023-04-20 14:31:42 +0100
  • 5ff42d9979 [HAL] Upload new fixes Rania JMAI 2024-02-19 12:01:06 +0100
  • f2f99a9ac3 nt35510: fix setting of DPRSLCTR register Dario Binacchi 2023-12-29 15:33:47 +0100
  • 30b30b2761 [CMSIS] Upload new fixes Rania JMAI 2024-01-26 12:02:13 +0100
  • 0495bf0fda [HAL] Upload new fixes Rania JMAI 2024-01-26 11:32:47 +0100
  • f7dc9dd494 [HAL] Upload new fixes Rania JMAI 2024-01-24 16:32:05 +0100
  • 755006e704 [BSP] Replace 'BSP/<board>' folders by submodules Ali Labbene 2024-01-18 17:20:39 +0100
  • 5bc9a698e4 [DOC] Highlight important info in README.md Ali Labbene 2024-01-15 18:30:02 +0100
  • cd1bad7841 [PRJ] Add the list of unavailable projects into the README.md file Ali Labbene 2024-01-15 16:37:35 +0100
  • 72e73bbb41 nt35510: fix setting of DPRSLCTR register Dario Binacchi 2023-12-29 15:33:47 +0100
  • 61eacb3f03 nt35510: fix setting of DPRSLCTR register Dario Binacchi 2023-12-29 15:33:47 +0100
  • cc17dc480f [HAL] Upload new fixes Tasnim 2023-12-22 17:59:31 +0100
  • 7f25a10801 [HAL] Upload new fixes Rania JMAI 2023-12-06 11:56:34 +0100
  • 37ab40ba76 [HAL] Upload new fixes Tasnim 2023-11-10 15:30:14 +0100
  • 70fcf3317e copy in patched files from Brian Amos RTOS repo Jason Scott 2023-11-04 18:14:35 -0400
  • 0ca53f3fca [CMSIS][HAL] Replace 'CMSIS Device' and 'HAL Driver' folders by submodules Ali Labbene 2023-10-31 14:19:24 +0100
  • 664c0541b9
    Update stm32f7xx_ll_tim.h Kamil Duljas 2023-10-30 09:01:47 +0100
  • 01f81e3017
    Update stm32f7xx_hal_tim.h Kamil Duljas 2023-10-30 09:00:45 +0100
  • f05fd50be8
    Merge branch 'STMicroelectronics:master' into master Kamil Duljas 2023-10-30 08:54:37 +0100
  • 5d108eb842
    fix function description typo in usbd_core.c Minhaj Uddin Ahmad 2023-10-13 13:28:46 +0600
  • 043626d52e [PRJ][APPS][USBH] Fix stack corruption due to inconsistent type of local variable in MSC_File_Operations() Kilani Akrich 2023-09-28 17:03:25 +0100
  • 959dea9846 [PRJ][EXPL][UART] Add missing syscalls.c files part of SW4STM32 projects Eya 2023-08-18 10:09:05 +0100
  • 10b9453771
    Fix the bug that HAL_NAND_Read_Page_8b and HAL_NAND_Read_SpareArea_8b cannot read data normally. 火星大王 2023-09-07 22:40:46 +0800
  • b140706061 Unnecessary asserts Duljas, Kamil 2023-09-02 21:07:00 +0200
  • da50945e2e [projects][UART] Add missing syscalls.c files part of SW4STM32 projects Eya 2023-08-18 10:09:05 +0100
  • d89aa7d5c5 Set back updates from commit 5f42e82ac2 (misc. fixes) undone by commit c20e6dd15b (release v1.17.1) Ali Labbene 2023-07-27 15:38:12 +0100
  • c20e6dd15b Release v1.17.1 v1.17.1 houssine BOUGUERBA 2023-08-04 14:32:35 +0100
  • 5f42e82ac2 [HAL][LL] Miscellaneous fixes and enhancements Ali Labbene 2023-07-27 15:38:12 +0100
  • fe78bad77d Add SECURITY.md Rania JMAI 2023-05-24 08:59:29 +0100
  • d9c10e7625 stm32f7xx_hal_crc: Improve state control during work with CRC. Now we get HAL_Busy when CRC module is busy. Before changes, the API has allowed invoke HAL_CRC_Calculate/HAL_CRC_Acumulate multiple times during works (thread safety) Also remove unused crc states. Kamil Duljas 2023-05-10 11:24:58 +0200
  • 6eed5bb153 Update STM32F769I-Discovery BSP drivers to support new nt35510 component available on new LCD DSI daughter board MB1166 RevA09 and above versions. Eya 2023-05-05 17:20:56 +0100
  • 6a3b9bb8d0 [DOC] Correct typo in README.md Tasnim 2023-03-27 13:11:28 +0100
  • 7e354cf248 [PRJ] Remove projects using MW libraries subject to click-thru Tasnim 2022-12-29 16:20:23 +0100
  • 7bf4eb062b Fixed ARM_MPU_RASR_EX() macro for mpu_armv7 not using all parameters Fixed typos StiNKz 2022-08-28 16:15:27 -0700
  • f8bda023e3 Release v1.17.0 v1.17.0 Eya 2022-07-01 20:55:22 +0100
  • e96f98542c [HAL][LL][USB] Fix the count of the received data length when DMA is enabled Ali Labbene 2022-01-14 14:31:54 +0100
  • 7e2746f45a [HAL][LL][USB] Fix the count of the received data length when DMA is enabled Ali Labbene 2022-01-14 14:31:54 +0100
  • f8cefdf02e Release v1.16.2 v1.16.2 rihab kouki 2021-12-14 09:25:05 +0100
  • a303f9220d Fix for SDMMC buffer overrun and inconsistent timeouts Artem Moroz 2021-10-21 17:55:09 +0300
  • 94de41ac41 Fix HAL_SD_ReadBlocks() working without -Os optimization flag Anton Bondarev 2021-04-11 12:46:18 +0300
  • c7c5ec99c7 Release v1.16.1 v1.16.1 Eya 2021-03-03 17:35:52 +0100
  • e9959d45a1 Bring in a bugfix from 78de2a6322: John Polstra 2021-02-19 10:42:38 -0800
  • 08376dce1b Update CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md with CLA procedure description and mention that pull-requests are now accepted Ali Labbene 2020-03-26 11:09:42 +0100
  • 79acbf8ec0 Release v1.16.0 v1.16.0 Ali Labbene 2020-02-27 17:03:12 +0100
  • 3bff4a68ee USB Host Library: Increase MSC timeouts Tomasz Moń 2020-01-13 12:56:37 +0100
  • a4bdec558b USBHCD: Fix enumeration of some High-Speed devices Tomasz Moń 2020-01-13 12:22:25 +0100
  • dfc21b913a Do not write past buffer in USB_ReadPacket() Tomasz Moń 2020-01-10 13:13:17 +0100
  • 3600603267 Release v1.15.0 v1.15.0 Ali Labbene 2019-04-29 14:39:56 +0100
  • 975c77c95e
    Initial commit Christophe Cadoret 2019-04-19 11:09:20 +0200