Changeset 3176
- Timestamp:
- Aug 15, 2012 2:09:38 AM (10 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 2 edited
-
1.75/switches.fth (modified) (1 diff)
-
cl4/switches.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/switches.fth
r2991 r3176 4 4 0 0 " 0" " /" begin-package 5 5 " switches" device-name 6 7 " olpc,xo1.75-switch" +compatible 8 ebook-mode-gpio# 1 " ebook-gpios" gpio-property 9 lid-switch-gpio# 1 " lid-gpios" gpio-property 10 6 11 0 0 reg \ So test-all will run the test 7 12 : open ( -- okay? ) true ; -
cpu/arm/olpc/cl4/switches.fth
r3175 r3176 4 4 0 0 " 0" " /" begin-package 5 5 6 " switches" device-name 7 6 8 " olpc,xo1.75-switch" +compatible 7 d#ebook-mode-gpio# 1 " ebook-gpios" gpio-property8 d#lid-switch-gpio# 1 " lid-gpios" gpio-property9 ebook-mode-gpio# 1 " ebook-gpios" gpio-property 10 lid-switch-gpio# 1 " lid-gpios" gpio-property 9 11 10 " switches" device-name11 12 0 0 reg \ So test-all will run the test 12 13 : open ( -- okay? ) true ;
Note: See TracChangeset
for help on using the changeset viewer.
