source: rtems/c/src/lib/libbsp/m68k/mcf5225x/README @ af03345

4.115
Last change on this file since af03345 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 5.2 KB
Line 
1Description: embed-it dpu
2============================================================================
3CPU: MCF52259, ??MHz
4SRAM: 64K
5FLASH: 512K
6
7This is a embed-it board that uses the MCF52258 Coldfire CPU.
8This board is running at ??MHz scaled from the internal relocation 8MHz oscillator.
9
10
11
12OLD-STUFF from MCF52235 EVB ... we have to change it ...
13============================================================================
14NOTES:
15
16Currently this BSP must be configured with most RTEMS features turned
17off as RAM usage is too high.
18
19Configure as follows:
20configure --target=m68k-rtems4.XXX --enable-rtemsbsp=mcf52235 ...
21
22To get the tests to compile (but not run) change the linkcmds to specify
23a larger sram memory region (256K works).  This of course will let you
24compile all tests, but many or most of them wont run.
25
26See testsuites/samples/minumum for an example of what type of config flags
27you need for this BSP!
28
29In you project before you include confdefs.h, define some or all of the
30following:
31
32#define CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
33#define CONFIGURE_DISABLE_CLASSIC_NOTEPADS
34#define CONFIGURE_INIT_TASK_STACK_SIZE x
35#define CONFIGURE_MINIMUM_TASK_STACK_SIZE x
36#define CONFIGURE_INTERRUPT_STACK_SIZE x
37
38Note that the default stack size is 1K
39Note that the default number of priorities is 15
40
41============================================================================
42TODO:
43
44*) Add drivers for I2C, ADC, FEC
45*) Support for LWIP
46*) Update the coverhd.h (calling overheads) page 21 of the BSP guide
47*) Recover the 1K stack space reserved in linkcmds used for board startup.
48
49============================================================================
50
51      Interrupt map
52
53+-----+-----------------------------------------------------------------------+
54|     |                                PRIORITY                               |
55+-----+--------+--------+--------+--------+--------+--------+--------+--------+
56|LEVEL|    7   |    6   |    5   |    4   |    3   |    2   |    1   |    0   |
57+-----+--------+--------+--------+--------+--------+--------+--------+--------+
58|  7  |        |        |        |        |        |        |        |        |
59+-----+--------+--------+--------+--------+--------+--------+--------+--------+
60|  6  |        |        |        |        |        |        |        |        |
61+-----+--------+--------+--------+--------+--------+--------+--------+--------+
62|  5  |        |        |        |        |        |        |        |        |
63+-----+--------+--------+--------+--------+--------+--------+--------+--------+
64|  4  |        |        |        |        |        |        |        |   PIT  |
65+-----+--------+--------+--------+--------+--------+--------+--------+--------+
66|  3  | UART 0 | UART 1 | UART 2 |        |        |        |        |        |
67+-----+--------+--------+--------+--------+--------+--------+--------+--------+
68|  2  |        |        |        |        |        |        |        |        |
69+-----+--------+--------+--------+--------+--------+--------+--------+--------+
70|  1  |        |        |        |        |        |        |        |        |
71+-----+--------+--------+--------+--------+--------+--------+--------+--------+
72
73============================================================================
74
75*** TIME TEST 1 ***
76rtems_semaphore_create 8
77rtems_semaphore_delete 10
78rtems_semaphore_obtain: available 3
79rtems_semaphore_obtain: not available -- NO_WAIT 3
80rtems_semaphore_release: no waiting tasks 7
81*** END OF TEST 1 ***
82
83
84*** TIME TEST OVERHEAD ***
85rtems_shutdown_executive 0
86rtems_task_create 0
87rtems_task_ident 0
88rtems_task_start 0
89rtems_task_restart 0
90rtems_task_delete 0
91rtems_task_suspend 0
92rtems_task_resume 0
93rtems_task_set_priority 0
94rtems_task_mode 0
95rtems_task_get_note 0
96rtems_task_set_note 0
97rtems_task_wake_when 0
98rtems_task_wake_after 0
99rtems_interrupt_catch 0
100rtems_clock_get 0
101rtems_clock_set 0
102rtems_clock_tick 0
103<pause>
104rtems_timer_create 0
105rtems_timer_delete 0
106rtems_timer_ident 0
107rtems_timer_fire_after 0
108rtems_timer_fire_when 1
109rtems_timer_reset 0
110rtems_timer_cancel 0
111rtems_semaphore_create 0
112rtems_semaphore_delete 0
113rtems_semaphore_ident 0
114rtems_semaphore_obtain 0
115rtems_semaphore_release 0
116rtems_message_queue_create 0
117rtems_message_queue_ident 0
118rtems_message_queue_delete 0
119rtems_message_queue_send 0
120rtems_message_queue_urgent 0
121rtems_message_queue_broadcast 0
122rtems_message_queue_receive 0
123rtems_message_queue_flush 0
124<pause>
125rtems_event_send 0
126rtems_event_receive 0
127rtems_signal_catch 0
128rtems_signal_send 0
129rtems_partition_create 0
130rtems_partition_ident 0
131rtems_partition_delete 0
132rtems_partition_get_buffer 0
133rtems_partition_return_buffer 0
134rtems_region_create 0
135rtems_region_ident 0
136rtems_region_delete 0
137rtems_region_get_segment 0
138rtems_region_return_segment 0
139rtems_port_create 0
140rtems_port_ident 0
141rtems_port_delete 0
142rtems_port_external_to_internal 0
143rtems_port_internal_to_external 0
144<pause>
145rtems_io_initialize 0
146rtems_io_open 0
147rtems_io_close 0
148rtems_io_read 0
149rtems_io_write 0
150rtems_io_control 0
151rtems_fatal_error_occurred 0
152rtems_rate_monotonic_create 0
153rtems_rate_monotonic_ident 0
154rtems_rate_monotonic_delete 0
155rtems_rate_monotonic_cancel 0
156rtems_rate_monotonic_period 0
157rtems_multiprocessing_announce 0
158*** END OF TIME OVERHEAD ***
159
160
Note: See TracBrowser for help on using the repository browser.