public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2009-02-20 22:06 jlarmour
0 siblings, 0 replies; 10+ messages in thread
From: jlarmour @ 2009-02-20 22:06 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2009-02-20 22:06:15
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
packages/io/flash/current/include: flash.h
packages/io/flash/current/src: flash.c flashiodev.c
flashiodevlegacy.c legacy_api.c
Log message:
* include/flash.h: Reinstate printf arg to cyg_flash_init, but it
will now be officially required to be set to NULL.
* src/flash.c (cyg_flash_init): Act on printf arg again (even though
it's not meant to be non-NULL).
* src/flashiodev.c (flashiodev_init): Call cyg_flash_init with NULL.
* src/flashiodevlegacy.c (flashiodev_init): Ditto.
* src/legacy_api.c (flash_init): Ditto.
* doc/flash.sgml: Update cyg_flash_init as above, deprecating use of
non-NULL parameter.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2011-12-21 19:18 jld
0 siblings, 0 replies; 10+ messages in thread
From: jld @ 2011-12-21 19:18 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jld@sourceware.org 2011-12-21 19:18:08
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
Log message:
* doc/flash.sgml: Fix block_info field name. Issue reported by Keith
Smith. [ Bugzilla 1001431 ]
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2011-05-13 8:09 jld
0 siblings, 0 replies; 10+ messages in thread
From: jld @ 2011-05-13 8:09 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jld@sourceware.org 2011-05-13 08:09:00
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
Log message:
* doc/flash.sgml: Fix cyg_flash_get_into_addr() function name. Issue
reported by Christophe Coutand. [ Bugzilla 1001233 ]
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2009-03-07 11:59 jld
0 siblings, 0 replies; 10+ messages in thread
From: jld @ 2009-03-07 11:59 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: ecos-v3_0-branch
Changes by: jld@sourceware.org 2009-03-07 11:59:42
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
Log message:
* doc/flash.sgml: Fix typos in a FLASH API listing. [ Bugzilla 1000704 ]
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2009-03-07 11:58 jld
0 siblings, 0 replies; 10+ messages in thread
From: jld @ 2009-03-07 11:58 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jld@sourceware.org 2009-03-07 11:58:38
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
Log message:
* doc/flash.sgml: Fix typos in a FLASH API listing. [ Bugzilla 1000704 ]
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2009-02-20 22:33 jlarmour
0 siblings, 0 replies; 10+ messages in thread
From: jlarmour @ 2009-02-20 22:33 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: ecos-v3_0-branch
Changes by: jlarmour@sourceware.org 2009-02-20 22:33:32
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
packages/io/flash/current/include: flash.h
packages/io/flash/current/src: flash.c flashiodev.c
flashiodevlegacy.c legacy_api.c
Log message:
* include/flash.h: Reinstate printf arg to cyg_flash_init, but it
will now be officially required to be set to NULL.
* src/flash.c (cyg_flash_init): Act on printf arg again (even though
it's not meant to be non-NULL).
* src/flashiodev.c (flashiodev_init): Call cyg_flash_init with NULL.
* src/flashiodevlegacy.c (flashiodev_init): Ditto.
* src/legacy_api.c (flash_init): Ditto.
* doc/flash.sgml: Update cyg_flash_init as above, deprecating use of
non-NULL parameter.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2009-02-19 0:14 jlarmour
0 siblings, 0 replies; 10+ messages in thread
From: jlarmour @ 2009-02-19 0:14 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2009-02-19 00:14:26
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
packages/io/flash/current/include: flash.h
packages/io/flash/current/src: flash.c flashiodev.c
flashiodevlegacy.c legacy_api.c
legacy_dev.c
Log message:
* include/flash.h: Modest API change: cyg_flash_init() no longer
takes a printf function argument. Instead two new API functions
are available: cyg_flash_set_printf() and
cyg_flash_set_global_printf().
* src/flash.c (CHATTER): Don't attempt output if printf function
is NULL.
(cyg_flash_init): No longer takes printf arg.
(cyg_flash_set_printf): New. Set per-device printf function, locking
if needed.
(cyg_flash_set_global_printf): New. Set printf function for all
devices, locking if needed.
* src/flashiodev.c (flashiodev_init): cyg_flash_init no longer takes
printf arg, and we can leave global printf at default.
* src/flashiodevlegacy.c (flashiodev_init): Ditto.
* src/legacy_api.c (flash_init): cyg_flash_init no longer takes
printf arg. So call cyg_flash_set_global_printf as well.
* src/legacy_dev.c (legacy_flash_init): legacy drivers can't handle
NULL printf function, so provide a dummy.
* doc/flash.sgml: Document removal of printf functionality of
cyg_flash_init() and document cyg_flash_set_printf() and
cyg_flash_set_global_printf().
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2008-11-23 2:41 jlarmour
0 siblings, 0 replies; 10+ messages in thread
From: jlarmour @ 2008-11-23 2:41 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2008-11-23 02:41:29
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
Log message:
* doc/flash.sgml: Fix flash.h header name typos.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2004-09-05 20:13 msalter
0 siblings, 0 replies; 10+ messages in thread
From: msalter @ 2004-09-05 20:13 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: msalter@sourceware.org 2004-09-05 20:13:45
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
Log message:
doco fix
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/io/flash/current ChangeLog doc/f ...
@ 2004-08-21 13:47 asl
0 siblings, 0 replies; 10+ messages in thread
From: asl @ 2004-08-21 13:47 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: flash_v2
Changes by: asl@sourceware.org 2004-08-21 13:47:56
Modified files:
packages/io/flash/current: ChangeLog
packages/io/flash/current/doc: flash.sgml
packages/io/flash/current/include: flash.h
packages/io/flash/current/src: flash.c flashiodev.c legacy_api.c
Log message:
* removed the functions cyg_flash_get_limits and
cyg_flash_get_block_info. Reimplemented the legacy functions
that depended on them and flashiodev.c
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-12-21 19:18 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-20 22:06 ecos/packages/io/flash/current ChangeLog doc/f jlarmour
-- strict thread matches above, loose matches on Subject: below --
2011-12-21 19:18 jld
2011-05-13 8:09 jld
2009-03-07 11:59 jld
2009-03-07 11:58 jld
2009-02-20 22:33 jlarmour
2009-02-19 0:14 jlarmour
2008-11-23 2:41 jlarmour
2004-09-05 20:13 msalter
2004-08-21 13:47 asl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).