Ignore:
Timestamp:
12/03/10 09:56:48 (13 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
e792ecf
Parents:
598a4505
Message:

2010-12-03 Sebastian Huber <sebastian.huber@…>

  • include/lcd.h, misc/lcd.c: New files.
  • misc/io.c, include/io.h: Documentation, bug fixes, more configurations.
  • include/lpc24xx.h: Added DAC and I2S.
  • Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c, startup/linkcmds.lpc2362, startup/linkcmds.lpc23xx_tli800, startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram, startup/linkcmds.lpc24xx_ncs_rom_ext, startup/linkcmds.lpc24xx_ncs_rom_int: Update due to linker command file changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/lpc24xx/Makefile.am

    r598a4505 rdd853a3  
    3535include_bsp_HEADERS += ../../shared/include/uart-output-char.h
    3636include_bsp_HEADERS += ../../shared/tod.h
    37 include_bsp_HEADERS += ../shared/include/linker-symbols.h
    3837include_bsp_HEADERS += ../shared/include/start.h
    3938include_bsp_HEADERS += ../shared/lpc/include/lpc-timer.h
     39include_bsp_HEADERS += ../shared/lpc/include/lpc-i2s.h
    4040include_bsp_HEADERS += include/irq.h
    4141include_bsp_HEADERS += include/lpc24xx.h
     
    4545include_bsp_HEADERS += include/i2c.h
    4646include_bsp_HEADERS += include/io.h
     47include_bsp_HEADERS += include/lcd.h
    4748include_bsp_HEADERS += include/lpc-clock-config.h
    4849include_bsp_HEADERS += include/lpc-ethernet-config.h
     
    6364
    6465project_lib_DATA += startup/linkcmds
    65 project_lib_DATA += ../shared/startup/linkcmds.base
    6666EXTRA_DIST = startup/linkcmds.lpc24xx_ea
    6767EXTRA_DIST += startup/linkcmds.lpc24xx_ncs_rom_int
     
    124124        misc/bspidle.c \
    125125        misc/io.c \
     126        misc/lcd.c \
    126127        misc/timer.c
    127128
Note: See TracChangeset for help on using the changeset viewer.