forked from Imagelibrary/rtems
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.
This commit is contained in:
committed by
Kinsey Moore
parent
fc9093723b
commit
e36bbd8e25
@@ -3,6 +3,18 @@
|
||||
* 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
|
||||
#define LIBBSP_DEV_SPI_XQSPIPSU_HELPER_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user