Changeset 34c57e8 in avrstuff for EPRoxygen/Makefile


Ignore:
Timestamp:
Jul 7, 2012, 6:19:53 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
a6ae6ac
Parents:
d09030d
Message:

More work.

  • Power on/off sequence OK
  • Code to read chip ID written, but not working yet...

git-svn-id: svn://pulkomandy.tk/avrstuff@59 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EPRoxygen/Makefile

    rd09030d r34c57e8  
    11eproxygen: main.o at29c040.o
    2         g++ $^ -o $@
     2        g++ -Wall -g -O3 -fno-rtti -fno-exceptions $^ -o $@
    33
    44%.o: %.cpp
    5         g++ -c $^ -o $@
     5        g++ -Wall -g -save-temps -O3 -fno-rtti -fno-exceptions -c $^ -o $@
Note: See TracChangeset for help on using the changeset viewer.