Mercurial > ecos
annotate packages/hal/cortexm/arch/current/ChangeLog @ 3028:ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
header and include it at proper place. [ Bugzilla 1001184 ]
| author | sergeig |
|---|---|
| date | Tue, 05 Apr 2011 16:01:30 +0000 |
| parents | 843c497ed312 |
| children | 9aec6a8ff9b9 |
| rev | line source |
|---|---|
|
3028
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
1 2011-04-01 Ilija Kocho <ilijak@siva.com.mk> |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
2 |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
3 * include/hal_intr.h: Remove double inclusion of var_intr.h |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
4 header and include it at proper place. [ Bugzilla 1001184 ] |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
5 |
|
3009
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
6 2011-02-17 John Dallaway <john@dallaway.org.uk> |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
7 |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
8 * include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
9 an earlyclobber operand to ensure correct register usage. Issue |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
10 reported by both Ulrich Holeschak and Stanislav Meduna. |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
11 [ Bugzilla 1001154 ] |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
12 |
|
3010
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
13 2011-02-16 Ilija Kocho <ilijak@siva.com.mk> |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
14 |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
15 * src/cortexm.ld: Added USER_SECTION() macro. [Bugzilla 1001142 ] |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
16 |
| 3000 | 17 2011-01-20 Christophe Coutand <ccoutand@stmi.com> |
| 18 | |
| 19 * include/hal_intr.h: | |
| 20 * cdl/hal_cortexm.cdl: | |
| 21 Allow variant or platform to define their own RTC clock. Add | |
| 22 CDL entry to select SysTick clock source. [ Bugzilla 1001090 ] | |
| 23 | |
|
2999
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
24 2010-12-28 Ilija Kocho <ilijak@siva.com.mk> |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
25 |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
26 * include/hal_io.h: conditional VTOR setting. |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
27 |
|
2995
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
28 2011-01-13 John Dallaway <john@dallaway.org.uk> |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
29 |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
30 * src/vectors.S (hal_default_interrupt_vsr): Save interrupt state |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
31 if CYGINT_HAL_COMMON_SAVED_INTERRUPT_STATE_REQUIRED is implemented. |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
32 [ Bugzilla 1001111 ] |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
33 |
|
2985
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
34 2011-01-02 Sergei Gavrikov <sergei.gavrikov@gmail.com> |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
35 |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
36 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
37 1001083 ] |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
38 |
|
2952
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
39 2010-05-17 Spencer Oliver <spen@spen-soft.co.uk> |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
40 |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
41 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS): |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
42 * src/hal_misc.c (hal_reset_vsr): Add 0 argument to SWI. |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
43 |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
44 * src/vectors.S (hal_switch_state_vsr): Eliminate "msr psp,sp", |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
45 which is now deprecated. |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
46 (hal_pendable_svc_vsr): Add 0 argument to SWI. |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
47 |
| 2842 | 48 2009-02-27 Simon Kallweit <simon.kallweit@intefo.ch> |
| 49 | |
| 50 * include/hal_io.h: Added system control register definitions | |
| 51 | |
| 2799 | 52 2009-02-13 Nick Garnett <nickg@ecoscentric.com> |
| 53 | |
| 2805 | 54 * include/hal_arch.h: Add include for var_arch.h. |
| 2799 | 55 (HAL_IDLE_THREAD_ACTION): Tidy up debug code left in by mistake. |
| 56 | |
| 2774 | 57 2009-02-07 Chris Holgate <chris@zynaptic.com> |
| 58 | |
| 59 * src/hal_misc.c: | |
| 60 * src/cortexm.ld: | |
| 61 Modified SRAM linker section to support initialisation from ROM. | |
| 62 | |
|
2677
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
63 2008-12-03 Nick Garnett <nickg@ecoscentric.com> |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
64 |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
65 * src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
66 to allow it to compile properly. |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
67 |
| 2671 | 68 2008-11-24 Simon Kallweit <simon.kallweit@intefo.ch> |
| 69 | |
| 70 * include/hal_io.c: Fixed MASK_ macro. | |
| 71 | |
| 2589 | 72 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch> |
| 73 | |
| 74 * include/hal_intr.h: | |
| 75 Fixed load value of SysTick counter. | |
| 76 * src/hal_misc.c: | |
| 77 Fixed wrap-around in hal_delay_us(). | |
| 78 | |
| 2588 | 79 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch> |
| 80 | |
| 81 * include/hal_intr.h: | |
| 82 Fixed base address in reset function. | |
| 83 | |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
84 2008-10-16 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
85 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
86 * src/vectors.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
87 * src/hal_misc.c: Tidy some comments and code. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
88 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
89 2008-10-10 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
90 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
91 * src/hal_misc.c (hal_deliver_interrupt): Add support for chained |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
92 interrupts. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
93 (hal_interrupt_end): Only increment scheduler lock when the kernel |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
94 is present. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
95 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
96 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Add end-stop to |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
97 new thread states to terminate GDB backtraces. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
98 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
99 2008-10-06 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
100 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
101 * hal_cortexm.cdl: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
102 * include/basetype.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
103 * include/hal_arch.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
104 * include/hal_intr.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
105 * include/hal_io.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
106 * include/cortex_stub.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
107 * src/vectors.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
108 * src/context.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
109 * src/cortexm.ld: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
110 * src/cortexm_stub.c: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
111 * src/hal_misc.c: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
112 New package -- Cortex-M architecture HAL. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
113 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
114 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
115 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
116 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
117 // This file is part of eCos, the Embedded Configurable Operating System. |
|
2995
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
118 // Copyright (C) 2008, 2011 Free Software Foundation, Inc. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
119 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
120 // 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:
2677
diff
changeset
|
121 // 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:
2677
diff
changeset
|
122 // 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:
2677
diff
changeset
|
123 // later version. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
124 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
125 // 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:
2677
diff
changeset
|
126 // 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:
2677
diff
changeset
|
127 // 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:
2677
diff
changeset
|
128 // General Public License for more details. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
129 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
130 // 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:
2677
diff
changeset
|
131 // 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:
2677
diff
changeset
|
132 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
133 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
134 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
135 // ####GPLCOPYRIGHTEND#### |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
136 //=========================================================================== |
