Skip to content

Commit 62ebd6e

Browse files
committed
- fixed FSMC display support: force SRAM HAL module to compile for the STM32 framework (it is excluded by default) [chitu_f103 fix]
1 parent e87f26d commit 62ebd6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ini/features.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ HAS_MARLINUI_U8GLIB = marlinfirmware/U8glib-HAL@~0.5.2
4141
src_filter=+<src/lcd/dogm>
4242
HAS_(FSMC|SPI|LTDC)_TFT = src_filter=+<src/HAL/STM32/tft> +<src/HAL/STM32F1/tft> +<src/lcd/tft_io>
4343
HAS_FSMC_TFT = src_filter=+<src/HAL/STM32/tft/tft_fsmc.cpp> +<src/HAL/STM32F1/tft/tft_fsmc.cpp>
44+
build_flags=-DHAL_SRAM_MODULE_ENABLED
4445
HAS_SPI_TFT = src_filter=+<src/HAL/STM32/tft/tft_spi.cpp> +<src/HAL/STM32F1/tft/tft_spi.cpp>
4546
I2C_EEPROM = src_filter=+<src/HAL/shared/eeprom_if_i2c.cpp>
4647
SOFT_I2C_EEPROM = SlowSoftI2CMaster, SlowSoftWire=https://github.com/felias-fogg/SlowSoftWire/archive/master.zip

0 commit comments

Comments
 (0)