-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bsp][stm32l496zg] add onchip config
- Loading branch information
1 parent
d57b7cb
commit d1056f4
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
bsp/stm32/stm32l496-st-nucleo/.ci/attachconfig/ci.attachconfig.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file was deleted.
Oops, something went wrong.