4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 13:05:23 +08:00

[bsp][stm32l496zg] add onchip config

This commit is contained in:
Supper Thomas 2025-01-02 11:19:15 +08:00 committed by Meco Man
parent d57b7cb40a
commit d1056f40b2
2 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,10 @@
nano:
scons_arg:
- '--strict'
kconfig:
- CONFIG_RT_USING_NANO=y
devices.on_chip:
kconfig:
- CONFIG_BSP_USING_ON_CHIP_FLASH=y
- CONFIG_BSP_USING_ON_CHIP_FLASH_FATFS=y
- CONFIG_RT_DFS_ELM_MAX_SECTOR_SIZE=2048

View File

@ -1,2 +0,0 @@
# scons: --strict
CONFIG_RT_USING_NANO=y