Before updating version numbers.

This commit is contained in:
Richard Barry 2008-03-25 21:09:14 +00:00
parent df711a4a65
commit 3dfbb349ca
2610 changed files with 719427 additions and 0 deletions

View file

@ -0,0 +1,18 @@
Use one of the following four batch files to build the demo application:
+ rom_arm.bat
Creates an ARM mode release build suitable for programming into flash.
+ ram_arm.bat
Creates an ARM mode debug build suitable for running from RAM.
+ rom_thumb.bat
Creates a THUMB mode release build suitable for programming into flash.
+ ram_thumb.bat
Creates a THUMB mode debug build suitable for running from RAM.