software/liblitesdcard: add copyrights to spisdcard/fat16.
This commit is contained in:
parent
0ec50881f0
commit
860ac1e212
|
@ -1,3 +1,6 @@
|
|||
// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
|
||||
// License: BSD
|
||||
//
|
||||
// SD CARD code for loading files from a FAT16 formatted partition into memory
|
||||
|
||||
#include <generated/csr.h>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
|
||||
// License: BSD
|
||||
|
||||
#ifndef __FAT16_H
|
||||
#define __FAT16_H
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
|
||||
// License: BSD
|
||||
//
|
||||
// SD CARD bitbanging code for loading files from a FAT16 forrmatted partition into memory
|
||||
//
|
||||
// Code is known to work on a de10nano with MiSTer SDRAM and IO Boards - IO Board has a secondary SD CARD interface connected to GPIO pins
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
|
||||
// License: BSD
|
||||
|
||||
#ifndef __SPISDCARD_H
|
||||
#define __SPISDCARD_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue