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