David Warren | 5f6ca4f | 2009-04-30 17:11:58 -0700 | [diff] [blame] | 1 | <ul> |
| 2 | |
| 3 | <li> <h2>Introduction</h2> |
| 4 | <ul> |
| 5 | <li><a href="<?cs var:toroot ?>guide/system_requirements.html">Device Requirements</a></li> |
| 6 | </ul> |
| 7 | </li> |
| 8 | |
| 9 | |
| 10 | <li> <h2>Dev Environment Setup</h2> |
| 11 | <ul> |
| 12 | <li><a href="<?cs var:toroot ?>guide/build_system.html">Build System</a></li> |
| 13 | </ul> |
| 14 | </li> |
| 15 | |
| 16 | |
| 17 | <li><h2>Basic Bring up</h2> |
| 18 | <ul> |
| 19 | <li><a href="<?cs var:toroot ?>guide/build_new_device.html">Building New Device</a></li> |
| 20 | <li><a href="<?cs var:toroot ?>guide/bring_up.html">Bring up</a></li> |
| 21 | <li><a href="<?cs var:toroot ?>guide/keymaps_keyboard_input.html">Keymaps and Keyboard</a></li> |
| 22 | <li><a href="<?cs var:toroot ?>guide/display_drivers.html">Display Drivers</a></li> |
| 23 | </ul> |
| 24 | </li> |
| 25 | |
| 26 | |
| 27 | <li> <h2>Multimedia</h2> |
| 28 | <ul> |
| 29 | <li><a href="<?cs var:toroot ?>guide/audio.html">Audio</a></li> |
| 30 | <li><a href="<?cs var:toroot ?>guide/camera.html">Camera</a></li> |
| 31 | </ul> |
| 32 | </li> |
| 33 | |
| 34 | <li> <h2>Power Management</h2> |
| 35 | <ul> |
| 36 | <li><a href="<?cs var:toroot ?>guide/power_management.html">Power Management</a></li> |
| 37 | </ul> |
| 38 | </li> |
| 39 | |
| 40 | <li> <h2>Networking</h2> |
| 41 | <ul> |
| 42 | <li><a href="<?cs var:toroot ?>guide/wifi.html">Wi-Fi</a></li> |
| 43 | <li><a href="<?cs var:toroot ?>guide/gps.html">GPS</a></li> |
| 44 | <li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li> |
| 45 | </ul> |
| 46 | </li> |
| 47 | |
| 48 | <li> <h2>Telephony</h2> |
| 49 | <ul> |
| 50 | <li><a href="<?cs var:toroot ?>guide/telephony.html">Radio Interface Layer</a></li> |
| 51 | </ul> |
| 52 | </li> |
| 53 | |
| 54 | <li> <h2>Testing</h2> |
| 55 | <ul> |
| 56 | <li><a href="<?cs var:toroot ?>guide/instrumentation_testing.html">Instrumentation Testing</a></li> |
| 57 | </ul> |
| 58 | </li> |
| 59 | |
| 60 | <li> <h2>Debugging</h2> |
| 61 | <ul> |
| 62 | <li><a href="<?cs var:toroot ?>guide/debugging_gdb.html">Debugging with GDB</a></li> |
| 63 | <li><a href="<?cs var:toroot ?>guide/debugging_native.html">Debugging Native Code</a></li> |
| 64 | </ul> |
| 65 | </li> |
| 66 | </ul> |
| 67 | |
| 68 | <script type="text/javascript"> |
| 69 | <!-- |
| 70 | buildToggleLists(); |
| 71 | //--> |
| 72 | </script> |