comparison packages/devs/flash/synth/current/ChangeLog @ 2814:465fd3fc7787

* tests/flash2.c (cyg_user_start): Update for minor flash API mod to call cyg_flash_set_global_printf() to set printf function.
author jlarmour
date Thu, 19 Feb 2009 00:11:07 +0000
parents 74dbf4c3f2e1
children 7b953c0c429e
comparison
equal deleted inserted replaced
2813:28304e4aafd7 2814:465fd3fc7787
1 2009-02-18 Jonathan Larmour <jifl@eCosCentric.com>
2
3 * tests/flash2.c (cyg_user_start): Update for minor flash API
4 mod to call cyg_flash_set_global_printf() to set printf
5 function.
6
1 2008-12-23 Simon Kallweit <simon.kallweit@intefo.ch> 7 2008-12-23 Simon Kallweit <simon.kallweit@intefo.ch>
2 8
3 * src/flash_erase_block.c: 9 * src/flash_erase_block.c:
4 * src/flash_program_buf.c: 10 * src/flash_program_buf.c:
5 Implemented simulation of proper NOR flash writes. General cleanup. 11 Implemented simulation of proper NOR flash writes. General cleanup.
79 85
80 //=========================================================================== 86 //===========================================================================
81 // ####GPLCOPYRIGHTBEGIN#### 87 // ####GPLCOPYRIGHTBEGIN####
82 // ------------------------------------------- 88 // -------------------------------------------
83 // This file is part of eCos, the Embedded Configurable Operating System. 89 // This file is part of eCos, the Embedded Configurable Operating System.
84 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 90 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
85 // 91 //
86 // This program is free software; you can redistribute it and/or modify 92 // This program is free software; you can redistribute it and/or modify
87 // it under the terms of the GNU General Public License as published by 93 // it under the terms of the GNU General Public License as published by
88 // the Free Software Foundation; either version 2 or (at your option) any 94 // the Free Software Foundation; either version 2 or (at your option) any
89 // later version. 95 // later version.