forked from urjaman/libfrser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (18 loc) · 728 Bytes
/
README
File metadata and controls
23 lines (18 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is the hardware-independent parts of frser pulled out
so one can easily use them in different flashers.
Also included some hardware-specific bits (SPI) that can
be used by multiple flashers.
The point is to include this stuff as a subfolder (eg. git submodule)
in your project and point your Makefile to the .c
files when you're compiling your project and -I the folder.
---
Or alternatively, in your makefile:
include libfrser/Makefile.frser
Also maybe other makefile fragments that are provided.
Your project should contain real versions of the headers
named *.example and implement the stuff - also the stuff
in frser-flashapi.h.
License
-------
the nibble and lpcfwh.c code are GPLv3+,
everything else is GPLv2+