source: ISPProgrammer/ISPProgrammer.pas

Last change on this file was 363, checked in by chronos, 12 years ago
  • Added: Package ISPProgrammer for in-system programming of various chips. Supports Dallas ISP protocol, Presto, Rabbit RFU and some others Atmel devices.
File size: 647 bytes
Line 
1{ This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5unit ISPProgrammer;
6
7interface
8
9uses
10 UCPUType, UISPProgrammer, UProgrammerType, UDallasProgrammer, UPrestoDLL,
11 UPresto, URFUProgrammer, Processors, SerialFlash, SPI, UISPprog, CfgMgr,
12 DataFlash, Delays, Globals, InpOut32, ISP, ISP_EEPROM, ISP_Flash,
13 ISP_Fusebits, ISP_Lockbits, ISP_UserSign, ISPLib, MemBuffer, PinsIO,
14 PortsIO, UIntelHexFile, LazarusPackageIntf;
15
16implementation
17
18procedure Register;
19begin
20end;
21
22initialization
23 RegisterPackage('ISPProgrammer', @Register);
24end.
Note: See TracBrowser for help on using the repository browser.