source: rtems/c/src/lib/libcpu/bfin/ChangeLog @ 682a05b3

4.115
Last change on this file since 682a05b3 was 682a05b3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 09:33:06

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

  • timer/timer.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c:
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
102010-01-11      Allan Hessenflow <allanh@kallisti.com>
11
12        * serial/spi.c, serial/spi.h:
13        Fill in skeleton with functional SPI master code.
14        * include/spiRegs.h:
15        Correct spi shadow register declaration.
16
172009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * serial/uart.c:
20        Reflect changes to rtems_termios_callbacks->write.
21
222009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * clock/rtc.c: Add initializer (Silence warning).
25
262009-05-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
27
28        * clock/rtc.c, clock/tod.h: Update for new RTC driver interface.
29
302009-05-25      Allan Hessenflow <allanh@kallisti.com>
31
32        * mmu/mmu.c: enable mmu after initializing it.
33        * mmu/mmu.h: add missing mmu flags entries.
34        * include/mmuRegs.h: correct a couple field name typos.
35
362008-09-25      Allan Hessenflow <allanh@kallisti.com>
37
38        * clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h:
39
402008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * interrupt/interrupt.h, serial/spi.h, serial/twi.h, serial/uart.h:
43        Convert to "bool".
44
452008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * clock/clock.c: The Shared Memory Driver no longer requires the
48        special IOCTL in Clock_control. This was a hack which has existed
49        since before the Classic API Timer Manager was implemented. All
50        implementations of and references to Clock_control were removed.
51
522008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
55        * network/ethernet.c, serial/twi.c, timer/timer.c: Convert to "bool".
56
572008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * timer/timer.c: Rename timer driver methods to follow RTEMS
60        programming conventions.
61
622008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * serial/twi.c: Remove unused var.
65        * clock/tod.h: Add missing prototypes.
66
672008-08-15      Allan Hessenflow <allanh@kallisti.com>
68
69        * ChangeLog, Makefile.am, README, configure.ac, preinstall.am,
70        cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c,
71        clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h,
72        include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h,
73        include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h,
74        include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h,
75        include/sicRegs.h, include/spiRegs.h, include/sportRegs.h,
76        include/timerRegs.h, include/twiRegs.h, include/uartRegs.h,
77        include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h,
78        mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h,
79        serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h,
80        serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h,
81        timer/timer.c: New files.
82
Note: See TracBrowser for help on using the repository browser.