source: rtems/cpukit/score/cpu/avr/ChangeLog @ 6162bc2

4.104.115
Last change on this file since 6162bc2 was 6162bc2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/11/08 at 14:10:16

2008-09-11 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/types.h: Do not define boolean, single_precision, double_precision unless RTEMS_DEPRECATED_TYPES is given.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Do not define boolean, single_precision,
4        double_precision unless RTEMS_DEPRECATED_TYPES is given.
5
62008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * rtems/score/avr.h: Add avr25, avr31, avr35, avr51 to
9        CPU_NAME cascade.
10        * rtems/score/cpu.h: Add missing prototypes.h.
11
122008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * rtems/score/types.h: Include stdbool.h.
15        Use bool as base-type for boolean.
16
172008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
20
212008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
24        parameter to indicate that the port uses the Simple Vectored
25        Interrupt model or the Programmable Interrupt Controller Model. The
26        PIC model is implemented primarily in the BSP and it is responsible
27        for all memory allocation.
28
292007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
32
332007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * rtems/score/avr.h: Sweep to make sure grep for COPYRIGHT passes.
36
372007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
40        Table to Configuration Table. Eliminate CPU Table from all ports.
41        Delete references to CPU Table in all forms.
42
432007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
46        the Configuration Table. This included pretasking_hook,
47        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
48        extra_mpci_receive_server_stack, stack_allocate_hook, and
49        stack_free_hook. As a side-effect of this effort some multiprocessing
50        code was made conditional and some style clean up occurred.
51
522007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
55
562007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * cpu_asm.c:
59          Use Context_Control_fp* instead of void* for fp_contexts.
60        * rtems/score/cpu.h:
61          Use Context_Control_fp* instead of void* for fp_contexts.
62          Eliminate evil casts.
63
642006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * rtems/score/types.h: Remove unsigned64, signed64.
67
682006-01-16      Joel Sherrill <joel@OARcorp.com>
69
70        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
71        As a side-effect, grammar and spelling errors were corrected, spacing
72        errors were address, and some variable names were improved.
73
742005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
77
782005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * rtems/asm.h: Remove private version of CONCAT macros.
81        Include <rtems/concat.h> instead.
82
832005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * rtems/score/cpu.h: Remove traces from NO_CPU.
86
872005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Split out preinstallation rules.
90        * preinstall.am: New (Split out from Makefile.am).
91
922005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        PR 754/rtems
95        * rtems/asm.h: New (relocated from .).
96        * asm.h: Remove (moved to rtems/asm.h).
97        * Makefile.am: Reflect changes above.
98
992004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
100
101        * asm.h, rtems/score/avr.h, rtems/score/cpu.h,
102        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
103
1042005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * rtems/score/types.h: Remove signed8, signed16, signed32,
107        unsigned8, unsigned16, unsigned32.
108
1092005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
112
1132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
116
1172005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Remove build-variant support.
120
1212004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * asm.h: Add doxygen preamble.
124
1252004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * rtems/score/avr.h: Add doxygen preamble.
128        * rtems/score/cpu.h: Add doxygen preamble.
129        * rtems/score/cpu_asm.h: Add doxygen preamble.
130        * rtems/score/types.h: Add doxygen preamble.
131
1322004-11-01      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * rtems/score/types.h: s/no_cpu/avr/g.
135        Use POSIX types from rtems/stdint.h.
136
1372004-09-29      Joel Sherrill <joel@OARcorp.com>
138
139        * rtems/score/cpu.h: i960 obsoleted and all references removed.
140
1412004-09-23      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * rtems/score/types.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
144        rtems/score/avr.h, Makefile.am, asm.h, cpu.c, cpu_asm.c, README:
145        New.
146
Note: See TracBrowser for help on using the repository browser.