File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 cmake -B build -G Ninja \
5050 -DCMAKE_TOOLCHAIN_FILE="cmake/gcc-arm-none-eabi.cmake" \
5151 -DCMAKE_BUILD_TYPE=Debug \
52- -DLINKER_SCRIPT="L1_MCU/STM32F407VGT6_GCC/stm32f407vgt6_flash .ld" \
53- -DMCU_MODEL="STM32F407VGT6_GCC "\
52+ -DLINKER_SCRIPT="L1_MCU/STM32F429ZIT6_GCC/stm32f429zit6_flash .ld" \
53+ -DMCU_MODEL="STM32F429ZIT6_GCC "\
5454 -DUSE_FREERTOS=${{ matrix.config.freertos }} \
5555 -DUSE_FATFS=OFF \
5656 -DUSE_LVGL=${{ matrix.config.lvgl }}
9696 cmake -B build -G Ninja `
9797 -DCMAKE_TOOLCHAIN_FILE="cmake/gcc-arm-none-eabi.cmake" `
9898 -DCMAKE_BUILD_TYPE=Debug `
99- -DLINKER_SCRIPT="L1_MCU/STM32F407VGT6_GCC/stm32f407vgt6_flash .ld" `
100- -DMCU_MODEL="STM32F407VGT6_GCC " `
99+ -DLINKER_SCRIPT="L1_MCU/STM32F429ZIT6_GCC/stm32f429zit6_flash .ld" `
100+ -DMCU_MODEL="STM32F429ZIT6_GCC " `
101101 -DUSE_FREERTOS=${{ matrix.config.freertos }} `
102102 -DUSE_FATFS=OFF `
103103 -DUSE_LVGL=${{ matrix.config.lvgl }} `
You can’t perform that action at this time.
0 commit comments