Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
drivers/ | 11-Mar-2024 | - | 152,900 | 66,360 | ||
soc/ | 11-Mar-2024 | - | 124,007 | 103,767 | ||
CMakeLists.txt | D | 11-Mar-2024 | 5.1 KiB | 65 | 63 | |
License.md | D | 11-Mar-2024 | 1.5 KiB | 28 | 22 | |
README | D | 11-Mar-2024 | 1.6 KiB | 63 | 46 | |
release_note.html | D | 11-Mar-2024 | 2.5 MiB |
README
1STM32CubeF1 2########### 3 4Origin: 5 ST Microelectronics 6 http://www.st.com/en/embedded-software/stm32cubef1.html 7 8Status: 9 version v1.8.5 10 11Purpose: 12 ST Microelectronics official MCU package for STM32F1 series. 13 14Description: 15 This package is an extract of official STM32CubeF1 package written by ST Microelectronics. 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 17 of CMSIS headers files, one for each SoC in STM32F1 series. 18 19Dependencies: 20 None. 21 22URL: 23 https://github.com/STMicroelectronics/STM32CubeF1 24 25Commit: 26 5326afcfb2ecfb27b7e473fd43e1adec9e3595ec 27 28Maintained-by: 29 External 30 31License: 32 BSD-3-Clause 33 34License Link: 35 https://opensource.org/licenses/BSD-3-Clause 36 37Patch List: 38 39 *Changes from official delivery: 40 -dos2unix applied 41 -trailing white spaces removed 42 43 *Disable i2c HAL 44 Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST 45 redefinition), deactivate STM32Cube I2C HAL. This raises no issue since 46 LL API is currently used for stm32 I2C driver. 47 Impacted files: 48 drivers/include/stm32f1xx_hal_conf.h 49 ST Bug tracker ID: NA. Not a stm32cube issue 50 51 *Provision to enable hal & ll asserts added 52 -Added stm32cube/stm32f1xx/drivers/include/stm32_assert.h 53 -Removed unused stm32cube/stm32f1xx/drivers/include/stm32_assert_template.h 54 55 *Wrap define UNUSED with an ifndef 56 This will prevent a compiler warning for the case the UNUSED macro 57 is already defined elsewhere in the project 58 Impacted files: 59 drivers/include/stm32f1xx_hal_def.h 60 ST Internal Reference: 136825 61 62 See release_note.html from STM32Cube 63