Skip to content

Commit

Permalink
- fixed FSMC display support: force SRAM HAL module to compile for th…
Browse files Browse the repository at this point in the history
…e STM32 framework (it is excluded by default) [chitu_f103 fix]
  • Loading branch information
quiret committed Feb 1, 2023
1 parent e87f26d commit 62ebd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ini/features.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ HAS_MARLINUI_U8GLIB = marlinfirmware/U8glib-HAL@~0.5.2
src_filter=+<src/lcd/dogm>
HAS_(FSMC|SPI|LTDC)_TFT = src_filter=+<src/HAL/STM32/tft> +<src/HAL/STM32F1/tft> +<src/lcd/tft_io>
HAS_FSMC_TFT = src_filter=+<src/HAL/STM32/tft/tft_fsmc.cpp> +<src/HAL/STM32F1/tft/tft_fsmc.cpp>
build_flags=-DHAL_SRAM_MODULE_ENABLED
HAS_SPI_TFT = src_filter=+<src/HAL/STM32/tft/tft_spi.cpp> +<src/HAL/STM32F1/tft/tft_spi.cpp>
I2C_EEPROM = src_filter=+<src/HAL/shared/eeprom_if_i2c.cpp>
SOFT_I2C_EEPROM = SlowSoftI2CMaster, SlowSoftWire=https://github.com/felias-fogg/SlowSoftWire/archive/master.zip
Expand Down

0 comments on commit 62ebd6e

Please sign in to comment.