Guest User

Untitled

a guest
Oct 28th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.82 KB | None | 0 0
  1. # MCU name
  2. #MCU = at90s2343
  3. MCU = attiny2313
  4.  
  5.  
  6. # Processor frequency.
  7. #     This will define a symbol, F_CPU, in all source code files equal to the
  8. #     processor frequency. You can then use this symbol in your source code to
  9. #     calculate timings. Do NOT tack on a 'UL' at the end, this will be done
  10. #     automatically to create a 32-bit value in your source code.
  11. #     Typical values are:
  12. #
  13.          F_CPU =  500000
  14. #         F_CPU =  1000000
  15. #         F_CPU =  1843200
  16. #         F_CPU =  2000000
  17. #         F_CPU =  3686400
  18. #         F_CPU =  4000000
  19. #         F_CPU =  7372800
  20. #         F_CPU =  8000000
  21. #         F_CPU = 11059200
  22. #         F_CPU = 14745600
  23. #         F_CPU = 16000000
  24. #         F_CPU = 18432000
  25. #         F_CPU = 20000000
  26.  
  27.  
  28. # Output format. (can be srec, ihex, binary)
  29. FORMAT = ihex
Add Comment
Please, Sign In to add comment