Upgrade to MRI build 0.3-20120911.1
authorAdam Green <adamgrym@yahoo.com>
Wed, 12 Sep 2012 06:58:10 +0000 (23:58 -0700)
committerAdam Green <adamgrym@yahoo.com>
Thu, 13 Sep 2012 22:34:03 +0000 (15:34 -0700)
Fixed a bug which was causing GDB to fail to connect to Smoothie when there
wasn't an initial break in the init code and a dedicated serial port was
being used.

gcc4mbed/mri/mri.ar
gcc4mbed/mri/mri.h

index f8f87bd..bbbac3a 100644 (file)
Binary files a/gcc4mbed/mri/mri.ar and b/gcc4mbed/mri/mri.ar differ
index 8577f9d..9df1297 100644 (file)
@@ -79,7 +79,7 @@ int __mriNewlib_SemihostRead(int file, char *ptr, int len);
 
 #define MRI_VERSION_MAJOR       0
 #define MRI_VERSION_MINOR       3
-#define MRI_VERSION_BUILD       20120809
+#define MRI_VERSION_BUILD       20120911
 #define MRI_VERSION_SUBBUILD    1
 
 #define MRI_STR(X) MRI_STR2(X)