whiteheat_loader.HEX 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. :/*(DEBLOBBED)*/
  2. /*****************************************************************************
  3. *
  4. * whiteheat.h -- ConnectTech WhiteHEAT Firmware.
  5. *
  6. * Copyright (C) 2000-2002 ConnectTech Inc (http://www.connecttech.com/)
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 2 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21. *
  22. * (10/09/2002) Stuart MacDonald
  23. * Firmware 4.06
  24. *
  25. * (04/09/2000) gkh
  26. * Updated the firmware with the latest provided by ConnectTech.
  27. *
  28. * (01/16/2000) gkh
  29. * Fixed my intel hex processing tool, so now the firmware actually
  30. * matches the original file (this was causing a few problems...)
  31. *
  32. * (01/15/2000) gkh
  33. * Added debug loader firmware if DEBUG is #defined:
  34. * Port 1 LED flashes when the vend_ax program is running
  35. * Port 2 LED flashes when any SETUP command arrives
  36. * Port 3 LED flashes when any valid VENDOR request occurs
  37. * Port 4 LED flashes when the EXTERNAL RAM DOWNLOAD request occurs
  38. *
  39. * version 1.0 (01/09/2000) gkh
  40. * Original firmware from ConnectTech massaged a little to be program
  41. * readable.
  42. *
  43. *****************************************************************************/
  44. #define whiteheat_DATE "20000106"