Nuke the never-functional iriver ifp-7xx port

It never worked, and hasn't compiled in something like a decade, Given
the HW capabilities (limited onboard flash, no expandability) there's
really no point in trying to fix/complete it.

Change-Id: I7d175089840396f8891645bd10010d730dd5bfdc
This commit is contained in:
Solomon Peachy 2021-04-23 11:31:58 -04:00
parent 3ba2f6e5c7
commit 7d0d32dbc6
58 changed files with 3 additions and 4087 deletions

View file

@ -7,7 +7,7 @@
# $Id$
#
ifeq ($(MODELNAME),ifp7xx)
ifeq ($(MODELNAME),EXAMPLE)
INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) \
-I$(BUILDDIR)

View file

@ -21,9 +21,7 @@
#include <stdbool.h>
#include <string.h>
#include "ifp_usb_serial.h"
#include "sscanf.h"
#include "pnx0101.h"
#include "gdb_api.h"
#define BUFMAX 1024

View file

@ -8,7 +8,7 @@ OUTPUT_FORMAT(elf32-littlearm)
#error "Unsupported CPU!"
#endif
#ifdef IRIVER_IFP7XX_SERIES
#ifdef EXAMPLE
MEMORY
{
IRAM : ORIGIN = 0, LENGTH = 0x10000