diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-19 13:17:38 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-19 13:17:38 +0000 |
commit | cf313989e6f451a3b6058db94929a51bc1b5e68b (patch) | |
tree | 44b62fbaa4fe869d5c24031d9cb89063a9057048 /LUFA | |
parent | cc879df4f014e403e57caca50a5791c996c0d79c (diff) | |
download | lufa-cf313989e6f451a3b6058db94929a51bc1b5e68b.tar.gz lufa-cf313989e6f451a3b6058db94929a51bc1b5e68b.tar.bz2 lufa-cf313989e6f451a3b6058db94929a51bc1b5e68b.zip |
Don't send terminal RESET codes via serial - just set the foreground colour and assume the user has the background set to something sane, so that the demos don't wipe out custom user terminal settings.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 04d5d09a6..d7c47e4cd 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -44,6 +44,8 @@ * - Changed F_CLOCK entries in project makefiles to alias to F_CPU by default, as this is the most common case
* - The device-mode CALLBACK_USB_GetDescriptor() function now has an extra parameter so that the memory space in which the requested
* descriptor is located can be specified. This means that descriptors can now be located in multiple memory spaces within a device.
+ * - Host mode demos now use sane terminal escape codes, so that text is always readable and events/program output is visually distinguished
+ * from oneanother using foreground colours
*
* <b>Fixed:</b>
* - Changed bootloaders to use FLASHEND rather than the existence of RAMPZ to determine if far FLASH pointers are needed to fix
|