r4762 - developers/charlie/Wiki

charlie at docs.openmoko.org charlie at docs.openmoko.org
Thu Nov 6 12:41:58 CET 2008


Author: charlie
Date: 2008-11-06 12:41:57 +0100 (Thu, 06 Nov 2008)
New Revision: 4762

Modified:
   developers/charlie/Wiki/ATCommands
   developers/charlie/Wiki/Hardware
   developers/charlie/Wiki/PyGame
   developers/charlie/Wiki/Todo
   developers/charlie/Wiki/WelcomePage
   developers/charlie/Wiki/Work
   developers/charlie/Wiki/emacs
   developers/charlie/Wiki/framework
Log:
Updated pesonnal wiki


Modified: developers/charlie/Wiki/ATCommands
===================================================================
--- developers/charlie/Wiki/ATCommands	2008-11-06 08:58:53 UTC (rev 4761)
+++ developers/charlie/Wiki/ATCommands	2008-11-06 11:41:57 UTC (rev 4762)
@@ -1,4 +1,4 @@
-* ATCOmmands
+* ATCommands
 
 - ATZ	: start the modem
 - AT+IPR?	: Get the bit rate of the UART

Modified: developers/charlie/Wiki/Hardware
===================================================================
--- developers/charlie/Wiki/Hardware	2008-11-06 08:58:53 UTC (rev 4761)
+++ developers/charlie/Wiki/Hardware	2008-11-06 11:41:57 UTC (rev 4762)
@@ -1,3 +1,4 @@
 
 
+- [[Calypso]]
 - [[SMD]]

Modified: developers/charlie/Wiki/PyGame
===================================================================
--- developers/charlie/Wiki/PyGame	2008-11-06 08:58:53 UTC (rev 4761)
+++ developers/charlie/Wiki/PyGame	2008-11-06 11:41:57 UTC (rev 4762)
@@ -1,3 +1,5 @@
+* Pygame
 
-
-pygame.image.get_extended() should return 1 !!!
+About the png loading problem : To check that pygame has been compiled
+with proper support, we can check that *pygame.image.get_extended()*
+returns 1

Modified: developers/charlie/Wiki/Todo
===================================================================
--- developers/charlie/Wiki/Todo	2008-11-06 08:58:53 UTC (rev 4761)
+++ developers/charlie/Wiki/Todo	2008-11-06 11:41:57 UTC (rev 4762)
@@ -1,9 +1,13 @@
 * TODO
 
-- Write automatic GSM testing script (IN PROGRESS)
+- Write automatic GSM testing script 			--> in progress
     - Check connection
-    - Check AT command list, compatible with framework
-- Do the same things with the testing board
-- Update Tichy to use Framework (GRR python-pygame is broken again !)
-- See how to handle SIM + PUK with AT commands (GRRR, I forgot my PIN number !!!)
-- Put all this in my personal dir (remove private info !!!)
+    - Check AT command list, compatible with framework (do we need to create a new modem class in ogmsd ?)
+    - How can i automatically get all the needed framework commands ?? (script done)
+       
+- Have a look at Chris production tests framework 	--> waiting for it to be online
+- Check MC75i hardware spec, how does it fit into our kernel and production test
+- Do the same things with the testing board 		--> ask DKay (2morrow 10am)
+- See how to handle SIM + PUK with AT commands 		--> I forgot my PIN number !!!
+
+- BY PLANE TICKETS FOR XMASS !!!

Modified: developers/charlie/Wiki/WelcomePage
===================================================================
--- developers/charlie/Wiki/WelcomePage	2008-11-06 08:58:53 UTC (rev 4761)
+++ developers/charlie/Wiki/WelcomePage	2008-11-06 11:41:57 UTC (rev 4762)
@@ -1,7 +1,14 @@
 
 * Welcome Page
 
+Welcome to my personal wiki. Most of the stuffs here are only for my
+personal use, so don't expect to find nuch useful information
+here. But I will use this wiki to send link to documentation when
+needed.
+
+To see the page correctly, and beeing able to navigate through them,
+use emacs-wiki-mode (need to set up emacs-wiki to use this directory
+as wiki dir though)
+
 - [[Work]]
-- [[People]]
 - [[Todo]]
-- [[Places]]

Modified: developers/charlie/Wiki/Work
===================================================================
--- developers/charlie/Wiki/Work	2008-11-06 08:58:53 UTC (rev 4761)
+++ developers/charlie/Wiki/Work	2008-11-06 11:41:57 UTC (rev 4762)
@@ -20,8 +20,8 @@
 
 - [[Hardware]]
 
+- [[OpenmokoToFix]]
 
-
 ** Tools
 - [[vi]]
 - [[emacs]]

Modified: developers/charlie/Wiki/emacs
===================================================================
--- developers/charlie/Wiki/emacs	2008-11-06 08:58:53 UTC (rev 4761)
+++ developers/charlie/Wiki/emacs	2008-11-06 11:41:57 UTC (rev 4762)
@@ -1,6 +1,8 @@
 
 * Emacs
 
+(setq-default indent-tabs-mode nil)
+
 M-x c-set-style
    set the c style for indentation
 
@@ -18,4 +20,7 @@
 
 
 * Text mode
-M-q : auto justify paragraph
\ No newline at end of file
+M-q : auto justify paragraph
+
+* python mode
+M-; : add comment at the end of a line (but it uses tab :( )

Modified: developers/charlie/Wiki/framework
===================================================================
--- developers/charlie/Wiki/framework	2008-11-06 08:58:53 UTC (rev 4761)
+++ developers/charlie/Wiki/framework	2008-11-06 11:41:57 UTC (rev 4762)
@@ -3,9 +3,48 @@
 * Framework
 
 ** How to run it
-I use nfs, then just start it, don't forget to set PYTHONPATH.
-We may need to edit /etc/framework.conf, we can set the debug output and the log level of all subsystems.
 
+I use nfs, then just start it, don't forget to set PYTHONPATH.  We may
+need to edit /etc/framework.conf, we can set the debug output and the
+log level of all subsystems.
+
 ** TODO
+
 - More unittests
 
+** List of AT commands used by TI modem in framework 
+
+(I used a small scrip to retrieve this list it may contains error but
+it is just to get an idea...)
+
+The Hidden commands are the ones that don't show up with the AT+CLAC
+command.
+
+AT%CBHZ
+AT%CGEREP
+AT%CGREG
+AT%CNIV
+AT%CPI
+AT%CSCN
+AT%CSQ
+AT%CSTAT
+AT%N0125	# Those are the magic commands for noise reduction
+AT%N028B	# And echo cancel !
+AT%SLEEP	(Hidden)
+AT+CAOC		(Hidden)
+AT+CCWA
+AT+CEER
+AT+CGEREP
+AT+CGREG	(Hidden)
+AT+CHLD		(Hidden, but there is a %CHLD)
+AT+CLIP
+AT+COLP
+AT+CPAS
+AT+CREG
+AT+CSSN
+AT+CTZR
+AT+CTZU
+AT at ST
+ATA
+ATH
+




More information about the commitlog mailing list