mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
bsps/dev/spi/xqspipsu-flash-helper: Explain source
This adds a missing header block and better explains the provenance of the xqspipsu-flash-helper files and their copyright status. Closes #5309
This commit is contained in:
@@ -3,6 +3,18 @@
|
|||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file xqspipsu_flash_helper.h
|
||||||
|
*
|
||||||
|
* This file contains flash helper function prototypes for the QSPIPSU driver.
|
||||||
|
* It consists of modified functions from Xilinx's flash example in
|
||||||
|
* examples/xqspipsu_generic_flash_interrupt_example.c of the qspipsu driver.
|
||||||
|
*
|
||||||
|
* Since the comment blocks and general form of the functions has not changed,
|
||||||
|
* the Xilinx copyright above is maintained, but this file is not part of the
|
||||||
|
* upstream embeddedsw distribution.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef LIBBSP_DEV_SPI_XQSPIPSU_HELPER_H
|
#ifndef LIBBSP_DEV_SPI_XQSPIPSU_HELPER_H
|
||||||
#define LIBBSP_DEV_SPI_XQSPIPSU_HELPER_H
|
#define LIBBSP_DEV_SPI_XQSPIPSU_HELPER_H
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,9 @@
|
|||||||
* consists of modified functions from Xilinx's flash example in
|
* consists of modified functions from Xilinx's flash example in
|
||||||
* examples/xqspipsu_generic_flash_interrupt_example.c of the qspipsu driver.
|
* examples/xqspipsu_generic_flash_interrupt_example.c of the qspipsu driver.
|
||||||
*
|
*
|
||||||
|
* Since the comment blocks and general form of the functions has not changed,
|
||||||
|
* the Xilinx copyright above is maintained, but this file is not part of the
|
||||||
|
* upstream embeddedsw distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "xqspipsu_flash_config.h"
|
#include "xqspipsu_flash_config.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user