rockbox/tools/checkwps
William Wilgus aea324b746 Fix red strmemccpy CheckWps & Database
Change-Id: I88c5dc151010b6d8c01cd1a2a258f2923272acdf
2022-11-15 00:38:00 -05:00
..
buildall.sh checkwps: have the ./buildall.sh script log all build failures. 2020-04-13 17:26:22 -04:00
checkwps.c 'Fix RED e200 Framebuffer_viewport_rewrite 2020-10-26 15:50:42 -04:00
checkwps.h
checkwps.make build: Make checkwps use global GCCOPTS 2021-07-08 12:06:57 -04:00
cleanall.sh
parse_configure.awk
README
SOURCES Fix red strmemccpy CheckWps & Database 2022-11-15 00:38:00 -05:00
system-target.h

This directory contains the checkwps tool which can be used to
validate wps files outside of Rockbox.

checkwps uses the Rockbox WPS parser and is therefore built in
target-specific versions (to avoid making lots of changes to the core
code).

To compile
----------

Just run the ./buildall.sh script


To remove all compiled files
----------------------------

./cleanall.sh


To add a new target
-------------------

Add $target and $modelname from tools/configure to targets.txt