Changeset 2863
- Timestamp:
- Feb 15, 2012 1:23:33 AM (16 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/testitems.fth (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/testitems.fth
r2788 r2863 1 purpose: Platform-specific layout of diagnostic GUI menu items 2 3 d# 5 to #mfgcols 4 d# 4 to #mfgrows 5 1 6 icon: cpu.icon rom:cpu.565 2 7 icon: spi.icon rom:spi.565 … … 16 21 icon: ebook.icon rom:ebook.565 17 22 icon: leds.icon rom:leds.565 18 19 d# 15 to #mfgtests20 d# 5 to #mfgcols21 d# 4 to #mfgrows22 23 23 24 \+ olpc-cl3 : screen-kbd-scroller ( -- ) blank-screen open-screen-keyboard ; … … 47 48 48 49 : olpc-test-menu-items ( -- ) 49 clear-menu 50 0 to #mfgtests 51 1 0 set-row-col 50 52 51 \ " CPU"52 \ ['] cpu-item cpu.icon 1 0 install-icon53 \ " CPU" 54 \ ['] cpu-item cpu.icon add-icon 53 55 54 56 " SPI Flash: Contains EC code, firmware, manufacturing data." 55 ['] spiflash-item spi.icon 1 0 install-icon57 ['] spiflash-item spi.icon add-icon 56 58 57 59 " RAM chips" 58 ['] memory-item ram.icon 1 1 install-icon60 ['] memory-item ram.icon add-icon 59 61 60 62 " Internal mass storage" 61 ['] int-sd-item sdcard.icon 1 2 install-icon63 ['] int-sd-item sdcard.icon add-icon 62 64 63 \- olpc-cl3 " Plug-in SD card"64 \- olpc-cl3 ['] ext-sd-item sdcard.icon 1 3 install-icon65 \- olpc-cl3 " Plug-in SD card" 66 \- olpc-cl3 ['] ext-sd-item sdcard.icon add-icon 65 67 66 68 " Wireless LAN" 67 ['] wlan-item wifi.icon 1 4 install-icon69 ['] wlan-item wifi.icon add-icon 68 70 69 71 " Display" 70 ['] display-item display.icon 2 0 install-icon72 ['] display-item display.icon add-icon 71 73 72 74 " Camera" 73 ['] camera-item camera.icon 2 1 install-icon75 ['] camera-item camera.icon add-icon 74 76 75 77 " Audio: Speaker and microphone" 76 ['] audio-item audio.icon 2 2 install-icon78 ['] audio-item audio.icon add-icon 77 79 78 80 " Battery" 79 ['] battery-item battery.icon 2 3 install-icon81 ['] battery-item battery.icon add-icon 80 82 81 83 " RTC (Real-Time Clock)" 82 ['] rtc-item clock.icon 2 4 install-icon84 ['] rtc-item clock.icon add-icon 83 85 84 86 \+ olpc-cl2 " USB ports" 85 87 \+ olpc-cl3 " USB-A port" 86 ['] usb-item usb.icon 3 0 install-icon88 ['] usb-item usb.icon add-icon 87 89 88 90 \+ olpc-cl3 " USB OTG port" 89 \+ olpc-cl3 ['] otg-item usb.icon 3 1 install-icon91 \+ olpc-cl3 ['] otg-item usb.icon add-icon 90 92 91 93 \ These are last because they require user participation. 92 94 \ The earlier tests are all included in automatic batch-mode. 93 95 94 \- olpc-cl3 " Keyboard"95 \- olpc-cl3 ['] keyboard-item keyboard.icon 3 1 install-icon96 \- olpc-cl3 " Keyboard" 97 \- olpc-cl3 ['] keyboard-item keyboard.icon add-icon 96 98 97 \- olpc-cl3 " Touchpad"98 \- olpc-cl3 ['] touchpad-item touchpad.icon 3 2 install-icon99 \- olpc-cl3 " Touchpad" 100 \- olpc-cl3 ['] touchpad-item touchpad.icon add-icon 99 101 100 \+ olpc-cl3 " Touchscreen"101 \+ olpc-cl3 ['] touchscreen-item touchscreen.icon 3 2 install-icon102 \+ olpc-cl3 " Touchscreen" 103 \+ olpc-cl3 ['] touchscreen-item touchscreen.icon add-icon 102 104 103 105 " LEDs" 104 ['] leds-item leds.icon 3 3 install-icon106 ['] leds-item leds.icon add-icon 105 107 106 108 " Switches and Accelerometer" 107 ['] switch-item ebook.icon 3 4 install-icon109 ['] switch-item ebook.icon add-icon 108 110 ; 109 111 ' olpc-test-menu-items to test-menu-items
Note: See TracChangeset
for help on using the changeset viewer.
