config.h 670 B

12345678910111213141516171819202122
  1. /* configuratino file for usbload */
  2. /* after this timeout, the main application ist started, if no usb
  3. * connection is detected */
  4. #define TIMEOUT 50
  5. /* uncomment this if you need to define some other signature bytes */
  6. //#define SIGNATURE_BYTES 0x23, 0x24, 0x25, 0
  7. /* uncomment this if you want to catch the eeprom isp bytewise read/write
  8. * commands. costs ~34 byte */
  9. //#define ENABLE_CATCH_EEPROM_ISP
  10. /* uncomment this if you want a usb echo function (for communication testing) */
  11. //#define ENABLE_ECHO_FUNC
  12. /* uncomment this for debug information via uart */
  13. #define DEBUG_UART
  14. #define DEBUG 1
  15. #define DEBUG_USB 2