Added callback to ISR (miceuz)
[hackover2013-badge-firmware.git] / Readme.md
index 327ed90..e198551 100644 (file)
--- a/Readme.md
+++ b/Readme.md
@@ -28,6 +28,23 @@ me a salary to keep providing this stuff).  If you find this library
 useful, please consider ordering something from the people that
 make this financially possible:  http://www.adafruit.com
 
+## Toolchains
+
+The entire LPC1343 Code Base is based around GCC, and can be built
+from the command-line using only free tools like the Yagarto
+distribution for Windows or the Mac, etc.
+
+Nonetheless, it's often more productive to develop in an IDE with a
+full set of debugging tools at your disposal, and the code base also
+includes project files for Rowley Associate's Crossworks for ARM, as
+well as project files for the free and open source CodeLite, which can
+be used in combination with a Segger J-Link for ARM and GDB Server.
+
+Project files for the two IDEs are stored in the /build folder, and
+project files for the free LPCXpresso IDE are stored in root (see
+http://www.microbuilder.eu/Projects/LPC1343ReferenceDesign/DebuggingWithLPCXpresso.aspx
+for more information on using LPCXpresso).
+
 ## Documentation
 
 Online documentation is available at the following URLs, though the
@@ -39,8 +56,8 @@ particular has been reorganized quite a bit.
 General API Documentation:
 http://www.microbuilder.eu/Projects/LPC1343ReferenceDesign/CodeBaseDocumentation.aspx
 
-TFT LCD API:
-http://www.microbuilder.eu/Projects/LPC1343ReferenceDesign/TFTLCDAPI.aspx
+TFT/OLED Graphics Sub-System:
+http://www.microbuilder.eu/Projects/LPC1343ReferenceDesign/TFTLCDAPI_v1_1_0.aspx
 
 Other tutorials and links:
 http://www.microbuilder.eu/Projects/LPC1343ReferenceDesign.aspx
This page took 0.024989 seconds and 4 git commands to generate.