Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel Firmware
Bare Metal Firmware
Commits
a1a706e7
Commit
a1a706e7
authored
4 years ago
by
Raptor Engineering Development Team
Browse files
Options
Download
Email Patches
Plain Diff
Switch from AGPL to GPLv3
parent
8919c987
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
aquila.h
aquila.h
+1
-1
fsi.c
fsi.c
+1
-1
fsi.h
fsi.h
+1
-1
ipmi_bt.h
ipmi_bt.h
+1
-1
main.c
main.c
+1
-1
micron_n25q_flash.h
micron_n25q_flash.h
+1
-1
opencores_i2c.c
opencores_i2c.c
+1
-1
opencores_i2c.h
opencores_i2c.h
+1
-1
tercel_spi.h
tercel_spi.h
+1
-1
utility.c
utility.c
+1
-1
utility.h
utility.h
+1
-1
No files found.
aquila.h
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#ifndef _AQUILA_H
...
...
This diff is collapsed.
Click to expand it.
fsi.c
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#include <stdio.h>
...
...
This diff is collapsed.
Click to expand it.
fsi.h
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#ifndef _FSI_H
...
...
This diff is collapsed.
Click to expand it.
ipmi_bt.h
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#ifndef _IPMI_BT_H
...
...
This diff is collapsed.
Click to expand it.
main.c
View file @
a1a706e7
// © 2020 - 2021 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#define WITH_SPI 1
...
...
This diff is collapsed.
Click to expand it.
micron_n25q_flash.h
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
uint32_t
micron_n25q_spi_device_ids
[]
=
{
...
...
This diff is collapsed.
Click to expand it.
opencores_i2c.c
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#include <stdio.h>
...
...
This diff is collapsed.
Click to expand it.
opencores_i2c.h
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#ifndef _OPENCORES_I2C_H
...
...
This diff is collapsed.
Click to expand it.
tercel_spi.h
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#define TERCEL_SPI_REG_DEVICE_ID_HIGH 0x0
...
...
This diff is collapsed.
Click to expand it.
utility.c
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#include <stdio.h>
...
...
This diff is collapsed.
Click to expand it.
utility.h
View file @
a1a706e7
// © 2020 Raptor Engineering, LLC
//
// Released under the terms of the
A
GPL v3
// Released under the terms of the GPL v3
// See the LICENSE file for full details
#ifndef _UTILITY_H
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment