Changeset 3437
- Timestamp:
- Nov 16, 2012 2:17:56 AM (6 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 3 edited
-
4.0/nn-version.fth (modified) (1 diff)
-
nn-touchscreen.fth (modified) (3 diffs)
-
nnflash.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/4.0/nn-version.fth
r3414 r3437 1 1 \ The Neonode touchscreen firmware 2 macro: NN_VERSION 0_0_0_ 72 macro: NN_VERSION 0_0_0_8 -
cpu/arm/olpc/nn-touchscreen.fth
r3413 r3437 109 109 ; 110 110 111 : flush-input ( -- ) 112 0 0 anticipate 113 ; 111 114 112 115 … … 136 139 137 140 : deactivate ( -- ) 138 h# 00 h# 01 h# ee 3 bytes-out h# 00 d# 20 anticipate141 h# 00 h# 01 h# ee 3 bytes-out h# 00 d# 60 anticipate 139 142 ; 140 143 … … 165 168 pbuf-free false exit 166 169 then 167 then 168 ['] read-boot-complete catch ?dup if 169 .error 170 ." failed to boot" cr 171 pbuf-free false exit 170 ['] read-boot-complete catch ?dup if 171 .error 172 ." failed to boot" cr 173 pbuf-free false exit 174 then 175 else 176 flush-input 172 177 then 173 178 ['] configure catch ?dup if -
cpu/arm/olpc/nnflash.fth
r3414 r3437 55 55 \ XO-4 B1 have clear lightguides incompatible with later versions 56 56 \ of touchscreen firmware. 57 \ (disabled temporarily so that automatic update can be tested) 57 \ (disabled temporarily so that automatic update can be tested) 58 58 \ board-revision h# 4b20 < if false exit then 59 59 nn-image$ nn-up-to-date? 0=
Note: See TracChangeset
for help on using the changeset viewer.
