Skip to content

"Library" (no .a) for implementing the FlashRom SERprog protocol

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
COPYING
GPL-3.0
COPYING.GPLv3
Notifications You must be signed in to change notification settings

mamut-tme/libfrser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+

About

"Library" (no .a) for implementing the FlashRom SERprog protocol

Resources

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
COPYING
GPL-3.0
COPYING.GPLv3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • C++ 2.2%