public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2009-02-20 22:01 jlarmour
0 siblings, 0 replies; 11+ messages in thread
From: jlarmour @ 2009-02-20 22:01 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2009-02-20 22:01:45
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/tests: flash2.c
Log message:
* tests/flash2.c (cyg_user_start): Call cyg_flash_init with
NULL arg.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2009-02-20 22:32 jlarmour
0 siblings, 0 replies; 11+ messages in thread
From: jlarmour @ 2009-02-20 22:32 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:32:11
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/tests: flash2.c
Log message:
* tests/flash2.c (cyg_user_start): Call cyg_flash_init with
NULL arg.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2009-02-19 0:11 jlarmour
0 siblings, 0 replies; 11+ messages in thread
From: jlarmour @ 2009-02-19 0:11 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2009-02-19 00:11:07
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/tests: flash2.c
Log message:
* tests/flash2.c (cyg_user_start): Update for minor flash API
mod to call cyg_flash_set_global_printf() to set printf
function.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2008-12-23 18:27 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2008-12-23 18:27 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-12-23 18:27:18
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/src: flash_erase_block.c
flash_program_buf.c
Log message:
* src/flash_erase_block.c:
* src/flash_program_buf.c:
Implemented simulation of proper NOR flash writes. General cleanup.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2008-12-22 20:05 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2008-12-22 20:05 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-12-22 20:05:02
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/src: synth.c
Log message:
* src/synth.c: Fixed error check of mmap call.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2008-11-23 12:04 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2008-11-23 12:04 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-11-23 12:04:07
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/tests: flash2.c
Log message:
* tests/flash2.c: Fixed a few warnings.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2005-08-03 20:43 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2005-08-03 20:43 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-08-03 20:43:18
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/src: synth.c
packages/devs/flash/synth/current/tests: flash1.c
Log message:
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
signedness of pointers.
* src/synth.c (flash_hwr_init): Cast to keep the compiler happy.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2005-03-27 18:22 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2005-03-27 18:22 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-03-27 18:22:41
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/tests: flash1.c
Log message:
* tests/flash1.c: gcc 3.x does not like string continuing
over lines with the " open.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2004-12-15 14:00 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2004-12-15 14:00 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-12-15 14:00:39
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/src: synth.c
Log message:
* src/synth.c: Moved cyg_hal_sys_mmap into the HAL.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2004-08-05 13:34 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2004-08-05 13:34 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: flash_v2
Changes by: asl@sourceware.org 2004-08-05 13:34:46
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/cdl: flash_synth.cdl
packages/devs/flash/synth/current/src: synth.c
packages/devs/flash/synth/current/tests: flash1.c
Log message:
* cdl/flash_synth.cdl: Indicate we need the legacy device API.
* cdl/flash_synth.cdl:
* tests/flash2.c: Added a second test case for the new API.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/devs/flash/synth/current ChangeL ...
@ 2003-11-24 11:21 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2003-11-24 11:21 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2003-11-24 11:21:29
Modified files:
packages/devs/flash/synth/current: ChangeLog
packages/devs/flash/synth/current/tests: flash1.c
Log message:
tests/flash1.c: Update flash_init() call to reflect
new prototype.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2009-02-20 22:32 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-20 22:01 ecos/packages/devs/flash/synth/current ChangeL jlarmour
-- strict thread matches above, loose matches on Subject: below --
2009-02-20 22:32 jlarmour
2009-02-19 0:11 jlarmour
2008-12-23 18:27 asl
2008-12-22 20:05 asl
2008-11-23 12:04 asl
2005-08-03 20:43 asl
2005-03-27 18:22 asl
2004-12-15 14:00 asl
2004-08-05 13:34 asl
2003-11-24 11:21 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).