Ignore:
Timestamp:
Dec 14, 2009, 7:26:15 PM (14 years ago)
Author:
sven
Message:
  • The PC Documation M200 uC Serial Communication Protocol: Initial write
  • driver/documation-m200: Implemented the protocol (code compiles, but not tested yet on device)

-- Sven @ p3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • punch-card/driver/documation-m200/bin/Makefile

    r46 r50  
    1616## Compile options common for all C compilation units.
    1717CFLAGS = $(COMMON)
    18 CFLAGS += -Wall -gdwarf-2 -std=gnu99 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
     18CFLAGS += -Wall -gdwarf-2 -std=gnu99   -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
    1919CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d
    2020
     
    3737
    3838
     39## Include Directories
     40INCLUDES = -I"D:\Server\htdocs\paper-tape-project\punch-card\driver\documation-m200\..\protocols\documation-m200" -I"D:\Server\htdocs\paper-tape-project\punch-card\driver\documation-m200\..\..\protocols\documation-m200"
     41
    3942## Objects that must be built in order to link
    40 OBJECTS = main.o punchcard.o
     43OBJECTS = main.o punchcard.o io.o
    4144
    4245## Objects explicitly added by the user
     
    5154
    5255punchcard.o: ../src/punchcard.c
     56        $(CC) $(INCLUDES) $(CFLAGS) -c  $<
     57
     58io.o: ../src/io.c
    5359        $(CC) $(INCLUDES) $(CFLAGS) -c  $<
    5460
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License