Changes between Initial Version and Version 2 of Ticket #38008


Ignore:
Timestamp:
Feb 10, 2013, 8:47:42 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38008

    • Property Keywords avr-gcc 4.7.2 removed
    • Property Owner changed from macports-tickets@… to g5pw@…
  • Ticket #38008 – Description

    initial v2  
    33- a MakeFile for building the avr hex and elf files along with the commands I use to get the resulting files
    44- a pdf where I have tried to highlight the offending lines
    5 - a main.c file you can compile using the make file to build the avr target or build for your native platform (I'm on a Mac OS X machine so I have a  __APPLE__ preprocessor which you may need to change)
     5- a main.c file you can compile using the make file to build the avr target or build for your native platform (I'm on a Mac OS X machine so I have a `__APPLE__` preprocessor which you may need to change)
    66- a Problem.txt file that details what I was trying to do (The LED does in one direction and never turns around)