Skip to content

Commit

Permalink
flash: retire unused eCos flash driver
Browse files Browse the repository at this point in the history
even the AT91EB40a's flash is covered by CFI and nobody ever submitted
any other drivers based on eCos code. It's just possible that this
idea was missing documentation and "marketing", but it's in git if
somebody wants to resurrect it.

Change-Id: I66449aa6e0997301f9d67f28098789bfc891d6e9
Signed-off-by: Øyvind Harboe <[email protected]>
Reviewed-on: http://openocd.zylin.com/502
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe authored and Øyvind Harboe committed Mar 11, 2012
1 parent 0999bdb commit ed12a65
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 1,085 deletions.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ https://lists.berlios.de/pipermail/openocd-development/2009-October/011506.html

- finish documentation for the following flash drivers:
- avr
- ecosflash
- pic32mx
- ocl
- str9xpec
Expand Down
7 changes: 0 additions & 7 deletions doc/openocd.texi
Original file line number Diff line number Diff line change
Expand Up @@ -4654,13 +4654,6 @@ The AVR 8-bit microcontrollers from Atmel integrate flash memory.
@comment - defines mass_erase ... pointless given flash_erase_address
@end deffn

@deffn {Flash Driver} ecosflash
@emph{No idea what this is...}
The @var{ecosflash} driver defines one mandatory parameter,
the name of a modules of target code which is downloaded
and executed.
@end deffn

@deffn {Flash Driver} lpc2000
Most members of the LPC1700 and LPC2000 microcontroller families from NXP
include internal flash and use Cortex-M3 (LPC1700) or ARM7TDMI (LPC2000) cores.
Expand Down
41 changes: 0 additions & 41 deletions ecosflash/Makefile

This file was deleted.

Binary file removed ecosflash/debug_at91eb40a.elf
Binary file not shown.
90 changes: 0 additions & 90 deletions ecosflash/flash.S

This file was deleted.

104 changes: 0 additions & 104 deletions ecosflash/flash.c

This file was deleted.

Loading

0 comments on commit ed12a65

Please sign in to comment.