summaryrefslogtreecommitdiffstats
path: root/development/mcu8051ide/README
diff options
context:
space:
mode:
author R. S. Ananda Murthy <rsamurti@gmail.com>2014-06-29 10:08:21 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-29 10:08:21 +0700
commit9553f98f6cc65173388602e4d2d80e2c6497bd4a (patch)
tree6eb9dbca71fa9f9f08f9d432114d303dd7c8a5c2 /development/mcu8051ide/README
parentab0df875814f98fc910e11b73ca66ecd5711982a (diff)
downloadslackbuilds-9553f98f6cc65173388602e4d2d80e2c6497bd4a.tar.gz
slackbuilds-9553f98f6cc65173388602e4d2d80e2c6497bd4a.tar.xz
development/mcu8051ide: Added (GUI IDE for 8051 microcontrollers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mcu8051ide/README')
-rw-r--r--development/mcu8051ide/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/development/mcu8051ide/README b/development/mcu8051ide/README
new file mode 100644
index 0000000000..7455d06fee
--- /dev/null
+++ b/development/mcu8051ide/README
@@ -0,0 +1,17 @@
+MCU 8051 IDE is integrated development enviroment for
+microcontrollers based on 8051.
+
+Supported programming languages are C and assembly. It has its own
+assembler and support for 2 external assemblers. For C language it
+uses SDCC compiler.
+
+This program is intended for Linux systems, other POSIX systems and
+Microsoft® Windows® system.
+
+This IDE contains simulator, source code editor, assembler,
+HW programmer and much other tools. Simulator supports over 79 MCU
+primarily from Atmel.
+
+HW programmer supports 8 ISP programmable MCUs from Atmel
+(AT89Sxx, AT89LSxx). There is also support for simple hardware
+simulation (like LEDs, keys, etc.).