forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stm32h7/linum-stm32h753bi: Add support to littlefs and nxffs with fla…
…sh mem. via quadspi Signed-off-by: Jorge Guzman <[email protected]>
- Loading branch information
1 parent
81c8f90
commit 5e3cbd1
Showing
11 changed files
with
370 additions
and
18 deletions.
There are no files selected for viewing
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
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
69 changes: 69 additions & 0 deletions
69
boards/arm/stm32h7/linum-stm32h753bi/configs/littlefs/defconfig
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,69 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
# CONFIG_NSH_DISABLE_IFCONFIG is not set | ||
# CONFIG_NSH_DISABLE_PS is not set | ||
# CONFIG_NSH_QUOTE is not set | ||
# CONFIG_STANDARD_SERIAL is not set | ||
# CONFIG_STM32H7_USE_LEGACY_PINMAP is not set | ||
CONFIG_ARCH="arm" | ||
CONFIG_ARCH_BOARD="linum-stm32h753bi" | ||
CONFIG_ARCH_BOARD_LINUM_STM32H753BI=y | ||
CONFIG_ARCH_CHIP="stm32h7" | ||
CONFIG_ARCH_CHIP_STM32H753BI=y | ||
CONFIG_ARCH_CHIP_STM32H7=y | ||
CONFIG_ARCH_CHIP_STM32H7_CORTEXM7=y | ||
CONFIG_ARCH_STACKDUMP=y | ||
CONFIG_ARMV7M_DCACHE=y | ||
CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y | ||
CONFIG_ARMV7M_DTCM=y | ||
CONFIG_ARMV7M_ICACHE=y | ||
CONFIG_BOARD_LOOPSPERMSEC=43103 | ||
CONFIG_BUILTIN=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_DEFAULT_TASK_STACKSIZE=4096 | ||
CONFIG_EXAMPLES_ALARM=y | ||
CONFIG_EXAMPLES_ALARM_STACKSIZE=2048 | ||
CONFIG_FS_LITTLEFS=y | ||
CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
CONFIG_INTELHEX_BINARY=y | ||
CONFIG_LIBM=y | ||
CONFIG_MM_DEFAULT_ALIGNMENT=4 | ||
CONFIG_MM_REGIONS=4 | ||
CONFIG_MTD=y | ||
CONFIG_MTD_W25QXXXJV=y | ||
CONFIG_NSH_ARCHINIT=y | ||
CONFIG_NSH_BUILTIN_APPS=y | ||
CONFIG_NSH_FILEIOSIZE=512 | ||
CONFIG_NSH_LINELEN=64 | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=2048 | ||
CONFIG_PREALLOC_TIMERS=4 | ||
CONFIG_PTHREAD_STACK_DEFAULT=2048 | ||
CONFIG_RAMMTD=y | ||
CONFIG_RAM_SIZE=245760 | ||
CONFIG_RAM_START=0x20010000 | ||
CONFIG_RAW_BINARY=y | ||
CONFIG_RR_INTERVAL=200 | ||
CONFIG_RTC_ALARM=y | ||
CONFIG_RTC_DATETIME=y | ||
CONFIG_RTC_DRIVER=y | ||
CONFIG_SCHED_WAITPID=y | ||
CONFIG_SPI=y | ||
CONFIG_START_DAY=6 | ||
CONFIG_START_MONTH=12 | ||
CONFIG_START_YEAR=2011 | ||
CONFIG_STM32H7_PWR=y | ||
CONFIG_STM32H7_QSPI_INTERRUPTS=y | ||
CONFIG_STM32H7_QUADSPI=y | ||
CONFIG_STM32H7_RTC=y | ||
CONFIG_STM32H7_USART1=y | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_SYSTEM_NSH_STACKSIZE=2048 | ||
CONFIG_TASK_NAME_SIZE=0 | ||
CONFIG_USART1_SERIAL_CONSOLE=y | ||
CONFIG_W25QXXXJV_QSPI_FREQUENCY=50000000 |
66 changes: 66 additions & 0 deletions
66
boards/arm/stm32h7/linum-stm32h753bi/configs/nxffs/defconfig
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,66 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
# CONFIG_NSH_DISABLE_IFCONFIG is not set | ||
# CONFIG_NSH_DISABLE_PS is not set | ||
# CONFIG_NSH_QUOTE is not set | ||
# CONFIG_STANDARD_SERIAL is not set | ||
# CONFIG_STM32H7_USE_LEGACY_PINMAP is not set | ||
CONFIG_ARCH="arm" | ||
CONFIG_ARCH_BOARD="linum-stm32h753bi" | ||
CONFIG_ARCH_BOARD_LINUM_STM32H753BI=y | ||
CONFIG_ARCH_CHIP="stm32h7" | ||
CONFIG_ARCH_CHIP_STM32H753BI=y | ||
CONFIG_ARCH_CHIP_STM32H7=y | ||
CONFIG_ARCH_CHIP_STM32H7_CORTEXM7=y | ||
CONFIG_ARCH_STACKDUMP=y | ||
CONFIG_ARMV7M_DCACHE=y | ||
CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y | ||
CONFIG_ARMV7M_DTCM=y | ||
CONFIG_ARMV7M_ICACHE=y | ||
CONFIG_BOARD_LOOPSPERMSEC=43103 | ||
CONFIG_BUILTIN=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_EXAMPLES_ALARM=y | ||
CONFIG_FS_NXFFS=y | ||
CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
CONFIG_INTELHEX_BINARY=y | ||
CONFIG_LIBM=y | ||
CONFIG_MM_DEFAULT_ALIGNMENT=4 | ||
CONFIG_MM_REGIONS=4 | ||
CONFIG_MTD=y | ||
CONFIG_MTD_W25QXXXJV=y | ||
CONFIG_NSH_ARCHINIT=y | ||
CONFIG_NSH_BUILTIN_APPS=y | ||
CONFIG_NSH_FILEIOSIZE=512 | ||
CONFIG_NSH_LINELEN=64 | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_PREALLOC_TIMERS=4 | ||
CONFIG_RAMMTD=y | ||
CONFIG_RAM_SIZE=245760 | ||
CONFIG_RAM_START=0x20010000 | ||
CONFIG_RAW_BINARY=y | ||
CONFIG_RR_INTERVAL=200 | ||
CONFIG_RTC_ALARM=y | ||
CONFIG_RTC_DATETIME=y | ||
CONFIG_RTC_DRIVER=y | ||
CONFIG_SCHED_WAITPID=y | ||
CONFIG_SPI=y | ||
CONFIG_START_DAY=6 | ||
CONFIG_START_MONTH=12 | ||
CONFIG_START_YEAR=2011 | ||
CONFIG_STM32H7_PWR=y | ||
CONFIG_STM32H7_QSPI_INTERRUPTS=y | ||
CONFIG_STM32H7_QUADSPI=y | ||
CONFIG_STM32H7_RTC=y | ||
CONFIG_STM32H7_USART1=y | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_TASK_NAME_SIZE=0 | ||
CONFIG_TESTING_NXFFS=y | ||
CONFIG_TESTING_NXFFS_MOUNTPT="/mnt" | ||
CONFIG_USART1_SERIAL_CONSOLE=y | ||
CONFIG_W25QXXXJV_QSPI_FREQUENCY=50000000 |
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
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
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
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
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
Oops, something went wrong.