Skip to content

Commit 88a4474

Browse files
bsp: Separate STM32F4 HAL drivers -2 (#10141)
* bsp: Separate STM32F4 HAL drivers * f4_sdk --------- Co-authored-by: Supper Thomas <[email protected]>
1 parent 5b88c8c commit 88a4474

File tree

453 files changed

+11269
-674475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+11269
-674475
lines changed

.github/workflows/action_tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@ jobs:
6262
6363
- name: Build Tools
6464
run: |
65+
source ~/.env/env.sh
6566
scons --pyconfig-silent -C $TEST_BSP_ROOT 2>menuconfig.log
6667
cat menuconfig.log
6768
if grep -q "warning:" menuconfig.log; then
6869
echo "Errors found in menuconfig, failing the build."
6970
exit 1
7071
fi
72+
pushd $TEST_BSP_ROOT && pkgs --update && popd
7173
scons -j$(nproc) -C $TEST_BSP_ROOT
7274
7375
- name: Project generate Tools

bsp/stm32/libraries/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ config SOC_SERIES_STM32F4
2525
bool
2626
select ARCH_ARM_CORTEX_M4
2727
select SOC_FAMILY_STM32
28+
select PKG_USING_STM32F4_HAL_DRIVER
2829

2930
config SOC_SERIES_STM32F7
3031
bool

bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h

Lines changed: 0 additions & 8646 deletions
This file was deleted.

bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h

Lines changed: 0 additions & 8646 deletions
This file was deleted.

bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h

Lines changed: 0 additions & 14315 deletions
This file was deleted.

bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h

Lines changed: 0 additions & 15606 deletions
This file was deleted.

bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410cx.h

Lines changed: 0 additions & 7362 deletions
This file was deleted.

bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410rx.h

Lines changed: 0 additions & 7366 deletions
This file was deleted.

bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f410tx.h

Lines changed: 0 additions & 7311 deletions
This file was deleted.

bsp/stm32/libraries/STM32F4xx_HAL/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h

Lines changed: 0 additions & 8685 deletions
This file was deleted.

0 commit comments

Comments
 (0)