diff options
author | Akshay Chipkar | 2016-04-25 16:08:33 +0530 |
---|---|---|
committer | Akshay Chipkar | 2016-04-25 16:08:33 +0530 |
commit | a1aae3c1fffce5807de2abe48d33545f528741dd (patch) | |
tree | 359d01574bad1392adceff9e05f02787bccd0e1e | |
parent | 88dfbfa8a9ea63b72c5d185e1678c98b7585e8b3 (diff) | |
download | OpenPLC-ldmicro-a1aae3c1fffce5807de2abe48d33545f528741dd.tar.gz OpenPLC-ldmicro-a1aae3c1fffce5807de2abe48d33545f528741dd.tar.bz2 OpenPLC-ldmicro-a1aae3c1fffce5807de2abe48d33545f528741dd.zip |
Added List of prerequisites to compile LDMicro
-rw-r--r-- | README.rst | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -1,7 +1,31 @@ -README + +LDmicro is a ladder logic editor, simulator and compiler for 8-bit +microcontrollers. It can generate native code for Atmel AVR and Microchip +PIC16 CPUs from a ladder diagram. + + +Building LDMICRO ====== +LDmicro is build using Microsoft Visual C++ compiler. Simply execute + +make.bat + +from visual studio command prompt and see everything build. + + +Multiple Perl Scripts are executed by the batch files. In order to execute +these scripts, you need perl. I am using ActivePerl Community Edition + +http://www.activestate.com/activeperl + +The make files use GNU utilities which are not available on windows by default. +Download GNU utilities for Win32 + +http://unxutils.sourceforge.net + Changes made to original version of ldmicro: +====== 1. Added support for Atmega328 microcontroller(Arduino) 2. Added PWM support for Atmega16 on OC2(pin 21) |