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

4.115
Last change on this file since b7765d62 was b7765d62, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 11:52:02

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • include/bsp.h: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 2.4 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
13
142010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * bsp_specs: Remove warning on __start not found.
17
182009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * make/custom/avrtest.cfg: Remove RTEMS_BSP_FAMILY.
21
222009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Don't add -ansi -fasm to CFLAGS.
25
262009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * make/custom/avrtest.cfg: New (relocated from /make/custom).
29
302009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
33
34 2009-07-23     Josh Switnicki <josh.switnicki@utoronto.ca>
35
36        * README: Included information about simulavrxx
37
382009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
41        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
42        have the same options.
43
442009-07-03      Josh Switnicki <josh.switnicki@utoronto.ca>
45       
46        * start/start.S: copied gcrt1.S and macros.inc from avr-libc.
47        Change from call main to call boot_card for RTEMS.
48        * start/macros.inc: New file.
49
502009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * startup/linkcmds: Correct to have 65K total RAM (mostly external) and
53        correct base address.
54
552009-05-04      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * include/bsp.h: Add BSP_SMALL_MEMORY.
58
592009-04-28      Chris Johns <chrisj@rtems.org>
60
61        * start/start.S: Update for boot_card command line change.
62
632008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * bsp_specs, start/start.S: Move -e start from *link to *startfile to
66        avoid warning for undefined entry symbol when linking relocatables
67        with binutils 2.19. Also rename entry from _init to _start to avoid
68        conflict with C++ constructor method name on other architectures.
69
702008-11-20      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
73        preinstall.am, console/console-io.c, include/.cvsignore,
74        include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore,
75        tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
76
Note: See TracBrowser for help on using the repository browser.