Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
308 B

/*
* Copyright (c) 2025 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#if DT_NODE_HAS_STATUS(DT_NODELABEL(psram), okay)
GROUP_START(PSRAM)
SECTION_PROLOGUE(_STM32_PSRAM_SECTION_NAME, (NOLOAD),)
{
*(.stm32_psram)
*(".stm32_psram.*")
} GROUP_LINK_IN(PSRAM)
GROUP_END(PSRAM)
#endif