aboutsummaryrefslogtreecommitdiff
path: root/development/kontrollerlab/README
diff options
context:
space:
mode:
authorAndrzej Telszewski <atelszewski@gmail.com>2010-05-11 20:00:26 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 20:00:26 +0200
commit2eebab9920494e3172b3b8ce83089ec361296ee3 (patch)
treeb0d598b4312b0cb1ca89926fe53f1cc59eba8b79 /development/kontrollerlab/README
parent51230a82e53443e8ba9f6394b5bda18fa982f51f (diff)
development/kontrollerlab: Added to 12.0 repository
Diffstat (limited to 'development/kontrollerlab/README')
-rw-r--r--development/kontrollerlab/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/kontrollerlab/README b/development/kontrollerlab/README
new file mode 100644
index 0000000000..3618d1990d
--- /dev/null
+++ b/development/kontrollerlab/README
@@ -0,0 +1,11 @@
+The KontrollerLab is a tool which can be used for developing
+ATMEL AVR microcontrollers software.
+
+The KontrollerLab uses these tools to make developing easier:
+ * Avr-gcc and helper programs to compile the C files,
+ link the object files, and assemble the ASM files.
+ * Uisp and avrdude to upload and download the programs.
+ * Built-in debugger for PC-only and in-circuit debugging,
+ currently at an early stage. [05/28/07]
+ * Serial terminal embedded in the IDE to ease debugging.
+ * Kate as the editor embedded in the IDE.