Mercurial > ecos
annotate packages/hal/cortexm/arch/current/ChangeLog @ 3280:0e7f32e78b4d
* src/mcount.S: Add mcount functions for call-graph profiling.
* cdl/hal_cortexm.cdl: Add option to build mcount functions.
[ Bugzilla 1001954 ]
| author | jld |
|---|---|
| date | Mon, 03 Mar 2014 08:30:32 +0000 |
| parents | c53b67b63b63 |
| children | 8dd9eb5508ca |
| rev | line source |
|---|---|
|
3280
0e7f32e78b4d
* src/mcount.S: Add mcount functions for call-graph profiling.
jld
parents:
3261
diff
changeset
|
1 2014-02-28 John Dallaway <john@dallaway.org.uk> |
|
0e7f32e78b4d
* src/mcount.S: Add mcount functions for call-graph profiling.
jld
parents:
3261
diff
changeset
|
2 |
|
0e7f32e78b4d
* src/mcount.S: Add mcount functions for call-graph profiling.
jld
parents:
3261
diff
changeset
|
3 * src/mcount.S: Add mcount functions for call-graph profiling. |
|
0e7f32e78b4d
* src/mcount.S: Add mcount functions for call-graph profiling.
jld
parents:
3261
diff
changeset
|
4 * cdl/hal_cortexm.cdl: Add option to build mcount functions. |
|
0e7f32e78b4d
* src/mcount.S: Add mcount functions for call-graph profiling.
jld
parents:
3261
diff
changeset
|
5 [ Bugzilla 1001954 ] |
|
0e7f32e78b4d
* src/mcount.S: Add mcount functions for call-graph profiling.
jld
parents:
3261
diff
changeset
|
6 |
|
3261
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
7 2013-08-25 Ilija Kocho <ilijak@siva.com.mk> |
|
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
8 |
|
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
9 * cdl/hal_cortexm_fpu.cdl, include/fpv4_sp_d16_libm.h: Define Cortex-M4F |
|
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
10 architecture specific builtin mathematical functions. [ Bugzilla 1001539 ] |
|
c53b67b63b63
Define Cortex-M4F architecture specific builtin mathematical functions.
vae
parents:
3233
diff
changeset
|
11 |
| 3233 | 12 2013-04-29 Ilija Kocho <ilijak@siva.com.mk> |
| 13 | |
| 14 * include/cortexm_stub.h: Remove unwanted diag_printf(). | |
| 15 | |
|
3208
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
16 2013-02-10 Ilija Kocho <ilijak@siva.com.mk> |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
17 Jonathan Larmour <jifl@eCosCentric.com> |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
18 |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
19 * cdl/hal_cortexm.cdl: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
20 * cdl/hal_cortexm_fpu.cdl: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
21 * include/cortexm_core.h: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
22 * include/cortexm_fpu.h: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
23 * include/cortexm_regs.h: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
24 * include/cortexm_stub.h: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
25 * include/fpv4_sp_d16.h: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
26 * include/hal_arch.h: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
27 * include/hal_arch.inc: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
28 * include/hal_io.h: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
29 * src/context.S: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
30 * src/cortexm_fpu.c: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
31 * src/cortexm_stub.c: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
32 * src/fpv4_sp_d16.c: New |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
33 * src/hal_misc.c: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
34 * src/vectors.S: |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
35 Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ] |
|
614e724c4b7a
Add: hardware floating point support for Cortex-M4F [ Bugzilla 1001607 ]
vae
parents:
3157
diff
changeset
|
36 |
| 3157 | 37 2012-04-23 Ilija Kocho <ilijak@siva.com.mk> |
| 38 | |
| 39 * cdl/hal_cortexm.cdl: | |
| 40 * include/basetype.h: | |
| 41 * include/cortexm_stub.h: | |
| 42 * include/hal_arch.h: | |
| 43 * include/hal_intr.h: | |
| 44 * include/hal_io.h: | |
| 45 * src/context.S: | |
| 46 * src/cortexm_stub.c: | |
| 47 * src/hal_misc.c: | |
| 48 * src/vectors.S: | |
| 49 Whitespace cleanup [Bugzilla 1001569] | |
| 50 | |
| 3112 | 51 2012-03-06 Ilija Kocho <ilijak@siva.com.mk> |
| 52 | |
| 53 * include/hal_intr.h: Fix compiler warning about unused variables. | |
| 54 [Bugzilla 1001520] | |
| 55 | |
|
3138
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
56 2012-02-05 Jonathan Larmour <jifl@eCosCentric.com> |
|
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
57 |
|
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
58 * src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors |
|
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
59 up to top of VSR table. |
|
9dd3ea41e5b6
* src/hal_misc.c (hal_reset_vsr): Ensure we only init intr vectors
jlarmour
parents:
3112
diff
changeset
|
60 |
|
3050
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
61 2011-08-23 Ilija Kocho <ilijak@siva.com.mk> |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
62 |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
63 * cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
64 * include/cortexm_endian.h: New file |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
65 * include/cortexm_regs.h: New file |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
66 [ Bugzilla 1001275 ] |
|
b8cb8bedf5e1
* cdl/hal_cortexm.cdl: New CDL option CYGIMP_HAL_ARCH_ENDIAN
sergeig
parents:
3029
diff
changeset
|
67 |
|
3029
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
68 2011-04-06 Nick Garnett <nickg@ecoscentric.com> |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
69 |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
70 * cdl/cortexm.cdl: Remove M1 CPU family from architecture config |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
71 file (as not supported for now). [Bugzilla 1001186] |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
72 |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
73 2011-04-02 Ilija Kocho <ilijak@siva.com.mk> |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
74 * cdl/cortexm.cdl: Add M4 CPU family to CYGHWR_HAL_CORTEXM. Add |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
75 FPU (Floating Point Unit) interface. |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
76 * include/hal_io.h: Add CYGHWR_HAL_CORTEXM_M4 to some preprocessor |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
77 conditions. [Bugzilla 1001186] |
|
9aec6a8ff9b9
* cdl/cortexm.cdl: Remove M1 CPU family from architecture config
sergeig
parents:
3028
diff
changeset
|
78 |
|
3028
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
79 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
|
80 |
|
ca5a6d972d84
* include/hal_intr.h: Remove double inclusion of var_intr.h
sergeig
parents:
3010
diff
changeset
|
81 * 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
|
82 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
|
83 |
|
3009
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
84 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
|
85 |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
86 * 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
|
87 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
|
88 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
|
89 [ Bugzilla 1001154 ] |
|
9ba76199bff2
* include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Mark operand as an
jld
parents:
3000
diff
changeset
|
90 |
|
3010
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
91 2011-02-16 Ilija Kocho <ilijak@siva.com.mk> |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
92 |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
93 * src/cortexm.ld: Added USER_SECTION() macro. [Bugzilla 1001142 ] |
|
843c497ed312
* src/cortexm.ld: Add USER_SECTION() macro. [ Bugzilla 1001142 ]
jld
parents:
3009
diff
changeset
|
94 |
| 3000 | 95 2011-01-20 Christophe Coutand <ccoutand@stmi.com> |
| 96 | |
| 97 * include/hal_intr.h: | |
| 98 * cdl/hal_cortexm.cdl: | |
| 99 Allow variant or platform to define their own RTC clock. Add | |
| 100 CDL entry to select SysTick clock source. [ Bugzilla 1001090 ] | |
| 101 | |
|
2999
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
102 2010-12-28 Ilija Kocho <ilijak@siva.com.mk> |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
103 |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
104 * include/hal_io.h: conditional VTOR setting. |
|
a532b7c12094
* include/hal_io.h: conditional VTOR setting. [ Bugzilla 1001117 ]
sergeig
parents:
2995
diff
changeset
|
105 |
|
2995
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
106 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
|
107 |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
108 * 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
|
109 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
|
110 [ Bugzilla 1001111 ] |
|
05d279424483
* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
jld
parents:
2985
diff
changeset
|
111 |
|
2985
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
112 2011-01-02 Sergei Gavrikov <sergei.gavrikov@gmail.com> |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
113 |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
114 * cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
115 1001083 ] |
|
7650f522d135
* cdl/hal_cortexm.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
sergeig
parents:
2952
diff
changeset
|
116 |
|
2952
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
117 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
|
118 |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
119 * 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
|
120 * 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
|
121 |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
122 * 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
|
123 which is now deprecated. |
|
996c69429643
* include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS):
nickg
parents:
2842
diff
changeset
|
124 (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
|
125 |
| 2842 | 126 2009-02-27 Simon Kallweit <simon.kallweit@intefo.ch> |
| 127 | |
| 128 * include/hal_io.h: Added system control register definitions | |
| 129 | |
| 2799 | 130 2009-02-13 Nick Garnett <nickg@ecoscentric.com> |
| 131 | |
| 2805 | 132 * include/hal_arch.h: Add include for var_arch.h. |
| 2799 | 133 (HAL_IDLE_THREAD_ACTION): Tidy up debug code left in by mistake. |
| 134 | |
| 2774 | 135 2009-02-07 Chris Holgate <chris@zynaptic.com> |
| 136 | |
| 137 * src/hal_misc.c: | |
| 138 * src/cortexm.ld: | |
| 139 Modified SRAM linker section to support initialisation from ROM. | |
| 140 | |
|
2677
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
141 2008-12-03 Nick Garnett <nickg@ecoscentric.com> |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
142 |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
143 * 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
|
144 to allow it to compile properly. |
|
d16f29a90821
* src/hal_misc.c (hal_deliver_interrupt): Fix instrumentation call
nickg
parents:
2671
diff
changeset
|
145 |
| 2671 | 146 2008-11-24 Simon Kallweit <simon.kallweit@intefo.ch> |
| 147 | |
| 148 * include/hal_io.c: Fixed MASK_ macro. | |
| 149 | |
| 2589 | 150 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch> |
| 151 | |
| 152 * include/hal_intr.h: | |
| 153 Fixed load value of SysTick counter. | |
| 154 * src/hal_misc.c: | |
| 155 Fixed wrap-around in hal_delay_us(). | |
| 156 | |
| 2588 | 157 2008-11-04 Simon Kallweit <simon.kallweit@intefo.ch> |
| 158 | |
| 159 * include/hal_intr.h: | |
| 160 Fixed base address in reset function. | |
| 161 | |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
162 2008-10-16 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
163 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
164 * src/vectors.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
165 * 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
|
166 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
167 2008-10-10 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
168 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
169 * 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
|
170 interrupts. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
171 (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
|
172 is present. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
173 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
174 * 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
|
175 new thread states to terminate GDB backtraces. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
176 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
177 2008-10-06 Nick Garnett <nickg@ecoscentric.com> |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
178 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
179 * hal_cortexm.cdl: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
180 * include/basetype.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
181 * include/hal_arch.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
182 * include/hal_intr.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
183 * include/hal_io.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
184 * include/cortex_stub.h: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
185 * src/vectors.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
186 * src/context.S: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
187 * src/cortexm.ld: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
188 * src/cortexm_stub.c: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
189 * src/hal_misc.c: |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
190 New package -- Cortex-M architecture HAL. |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
191 |
|
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
192 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
193 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
194 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
195 // This file is part of eCos, the Embedded Configurable Operating System. |
|
3280
0e7f32e78b4d
* src/mcount.S: Add mcount functions for call-graph profiling.
jld
parents:
3261
diff
changeset
|
196 // Copyright (C) 2008, 2011, 2014 Free Software Foundation, Inc. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
197 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
198 // 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
|
199 // 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
|
200 // 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
|
201 // later version. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
202 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
203 // 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
|
204 // 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
|
205 // 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
|
206 // General Public License for more details. |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
207 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
208 // 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
|
209 // 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
|
210 // 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
|
211 // 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
|
212 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2677
diff
changeset
|
213 // ####GPLCOPYRIGHTEND#### |
|
2580
07fc475e1c28
Add Cortex-M architecture HAL, STM32 variant and STM3210E platform HALs.
nickg
parents:
diff
changeset
|
214 //=========================================================================== |
