source: rtems/c/src/lib/libbsp/avr/avrtest/ChangeLog @ ee2903f2

4.104.115
Last change on this file since ee2903f2 was ee2903f2, checked in by Joel Sherrill <joel.sherrill@…>, on 04/25/10 at 15:20:36

2010-04-25 Joel Sherrill <joel.sherrilL@…>

  • bsp_specs: Remove warning on start not found.
  • Property mode set to 100644
File size: 2.0 KB
Line 
12010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * bsp_specs: Remove warning on __start not found.
4
52009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/avrtest.cfg: Remove RTEMS_BSP_FAMILY.
8
92009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Don't add -ansi -fasm to CFLAGS.
12
132009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * make/custom/avrtest.cfg: New (relocated from /make/custom).
16
172009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
20
21 2009-07-23     Josh Switnicki <josh.switnicki@utoronto.ca>
22
23        * README: Included information about simulavrxx
24
252009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
28        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
29        have the same options.
30
312009-07-03      Josh Switnicki <josh.switnicki@utoronto.ca>
32       
33        * start/start.S: copied gcrt1.S and macros.inc from avr-libc.
34        Change from call main to call boot_card for RTEMS.
35        * start/macros.inc: New file.
36
372009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * startup/linkcmds: Correct to have 65K total RAM (mostly external) and
40        correct base address.
41
422009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * include/bsp.h: Add BSP_SMALL_MEMORY.
45
462009-04-28      Chris Johns <chrisj@rtems.org>
47
48        * start/start.S: Update for boot_card command line change.
49
502008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * bsp_specs, start/start.S: Move -e start from *link to *startfile to
53        avoid warning for undefined entry symbol when linking relocatables
54        with binutils 2.19. Also rename entry from _init to _start to avoid
55        conflict with C++ constructor method name on other architectures.
56
572008-11-20      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
60        preinstall.am, console/console-io.c, include/.cvsignore,
61        include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore,
62        tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
63
Note: See TracBrowser for help on using the repository browser.