From 357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Mon, 5 May 2008 10:32:46 +0000 Subject: Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657 --- docs/TECH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/TECH') diff --git a/docs/TECH b/docs/TECH index ded9a7a01b..d53943ad29 100644 --- a/docs/TECH +++ b/docs/TECH @@ -6,7 +6,7 @@ Background [Most, if not all, of this document is completely outdated. You should rather hunt down this info in the Rockbox wiki or source code!] - Björn Stenberg started this venture back in the late year 2001. The first + Björn Stenberg started this venture back in the late year 2001. The first Rockbox code was committed to CVS end of March 2002. Rockbox 1.0 was released in June. @@ -54,7 +54,7 @@ Playing MPEG The DEMAND signal is connected to a port pin on the CPU which can generate an IRQ, but only on the falling edge. That means that the mpeg driver code -  must poll the DEMAND signal every ms to keep the MAS happy. The mpeg code +  must poll the DEMAND signal every ms to keep the MAS happy. The mpeg code does use the IRQ to detect the falling edge when the MAS is "full". Unfortunately, the serial port on the CPU sends the LSB first, and the MAS -- cgit v1.2.3