annotate packages/devs/wallclock/cortexm/stm32/current/ChangeLog @ 2638:37ef80c83961

* src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT macro.
author nickg
date Wed, 19 Nov 2008 17:48:37 +0000
parents 55ad6e12c647
children 74dbf4c3f2e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2638
37ef80c83961 * src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
nickg
parents: 2620
diff changeset
1 2008-11-12 Simon Kallweit <simon.kallweit@intefo.ch>
37ef80c83961 * src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
nickg
parents: 2620
diff changeset
2
37ef80c83961 * src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
nickg
parents: 2620
diff changeset
3 * src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
37ef80c83961 * src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
nickg
parents: 2620
diff changeset
4 macro.
37ef80c83961 * src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
nickg
parents: 2620
diff changeset
5
2620
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
6 2008-11-05 Simon Kallweit <simon.kalweit@intefo.ch>
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
7
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
8 * cdl/wallclock_stm32.cdl:
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
9 * src/stm32_wallclock.cxx:
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
10 Adapted to ecoscentric cortexm port.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
11
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
12 2008-10-27 Simon Kallweit <simon.kallweit@intefo.ch>
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
13
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
14 * cdl/stm32_wallclock.cdl:
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
15 * src/stm32_wallclock.cxx:
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
16 Driver for on-chip RTC unit.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
17
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
18 //===========================================================================
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
19 //####ECOSGPLCOPYRIGHTBEGIN####
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
20 // -------------------------------------------
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
21 // This file is part of eCos, the Embedded Configurable Operating System.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
22 // Copyright (C) 2008 Free Software Foundation, Inc.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
23 //
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
24 // eCos is free software; you can redistribute it and/or modify it under
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
25 // the terms of the GNU General Public License as published by the Free
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
26 // Software Foundation; either version 2 or (at your option) any later version.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
27 //
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
28 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
29 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
30 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
31 // for more details.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
32 //
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
33 // You should have received a copy of the GNU General Public License along
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
34 // with eCos; if not, write to the Free Software Foundation, Inc.,
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
35 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
36 //
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
37 // As a special exception, if other files instantiate templates or use macros
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
38 // or inline functions from this file, or you compile this file and link it
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
39 // with other works to produce a work based on this file, this file does not
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
40 // by itself cause the resulting work to be covered by the GNU General Public
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
41 // License. However the source code for this file must still be made available
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
42 // in accordance with section (3) of the GNU General Public License.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
43 //
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
44 // This exception does not invalidate any other reasons why a work based on
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
45 // this file might be covered by the GNU General Public License.
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
46 // -------------------------------------------
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
47 //####ECOSGPLCOPYRIGHTEND####
55ad6e12c647 * cdl/stm32_wallclock.cdl:
nickg
parents:
diff changeset
48 //===========================================================================