Mercurial > ecos
annotate packages/devs/wallclock/cortexm/stm32/current/ChangeLog @ 3141:180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
parts.
* src/stm32_wallclock.cxx (Cyg_WallClock::init_hw_seconds): Add
enables for clocks of devices used by this device.
| author | jlarmour |
|---|---|
| date | Sun, 01 Apr 2012 02:01:28 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
| rev | line source |
|---|---|
|
3141
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
1 2012-01-19 Jonathan Larmour <jifl@eCosCentric.com> |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
2 |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
3 * cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1 |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
4 parts. |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
5 |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
6 2009-06-29 Nick Garnett <nickg@ecoscentric.com> |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
7 |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
8 * src/stm32_wallclock.cxx (Cyg_WallClock::init_hw_seconds): Add |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
9 enables for clocks of devices used by this device. |
|
180ded1a8753
* cdl/wallclock_stm32.cdl: Ensure this driver is only active for F1
jlarmour
parents:
2729
diff
changeset
|
10 |
|
2638
37ef80c83961
* src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
nickg
parents:
2620
diff
changeset
|
11 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
|
12 |
|
37ef80c83961
* src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
nickg
parents:
2620
diff
changeset
|
13 * 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
|
14 macro. |
|
37ef80c83961
* src/stm32_wallclock.cxx: Using new CYGHWR_HAL_STM32_BD_PROTECT
nickg
parents:
2620
diff
changeset
|
15 |
| 2620 | 16 2008-11-05 Simon Kallweit <simon.kalweit@intefo.ch> |
| 17 | |
| 18 * cdl/wallclock_stm32.cdl: | |
| 19 * src/stm32_wallclock.cxx: | |
| 20 Adapted to ecoscentric cortexm port. | |
| 21 | |
| 22 2008-10-27 Simon Kallweit <simon.kallweit@intefo.ch> | |
| 23 | |
| 24 * cdl/stm32_wallclock.cdl: | |
| 25 * src/stm32_wallclock.cxx: | |
| 26 Driver for on-chip RTC unit. | |
| 27 | |
| 28 //=========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
29 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
30 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
31 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
32 // Copyright (C) 2008 Free Software Foundation, Inc. |
| 2620 | 33 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
34 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
35 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
36 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
37 // later version. |
| 2620 | 38 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
39 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
40 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
41 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
42 // General Public License for more details. |
| 2620 | 43 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
44 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
45 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
46 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
47 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
48 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2638
diff
changeset
|
49 // ####GPLCOPYRIGHTEND#### |
| 2620 | 50 //=========================================================================== |
