progif.h 513 B

1234567891011121314151617181920212223242526272829
  1. #ifndef _INCLUDE_CFG_PROGIF_H_
  2. #define _INCLUDE_CFG_PROGIF_H_
  3. /*
  4. * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  5. */
  6. #ifndef AVRTARGET_PAGESIZE
  7. #define AVRTARGET_PAGESIZE 128
  8. #endif
  9. #ifndef AVRTARGET_CHIPERASE_TIMEOUT
  10. #define AVRTARGET_CHIPERASE_TIMEOUT 200
  11. #endif
  12. #ifndef AVRTARGET_PAGEWRITE_TIMEOUT
  13. #define AVRTARGET_PAGEWRITE_TIMEOUT 10
  14. #endif
  15. #ifndef AVRTARGET_SPI_MODE
  16. #define AVRTARGET_SPI_MODE 0
  17. #endif
  18. #ifndef AVRTARGET_SPI_RATE
  19. #define AVRTARGET_SPI_RATE 100000
  20. #endif
  21. #endif