Changeset 3170
- Timestamp:
- Aug 14, 2012 10:41:15 PM (9 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 4 edited
-
1.75/gpiopins.fth (modified) (2 diffs)
-
3.0/gpiopins.fth (modified) (1 diff)
-
cl4/gpiopins.fth (modified) (2 diffs)
-
nn-touchscreen.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/gpiopins.fth
r3142 r3170 9 9 d# 46 constant spi-flash-cs-gpio# 10 10 11 d# 154 constant ec-spi-int-gpio# 11 12 d# 155 constant ec-spi-cmd-gpio# 12 13 d# 125 constant ec-spi-ack-gpio# … … 67 68 d# 98 constant touch-tck-gpio# 68 69 d# 152 constant touch-rst-gpio# 69 d# 99 constant touch- scr-gpio#70 d# 99 constant touch-int-gpio# -
cpu/arm/olpc/3.0/gpiopins.fth
r3118 r3170 10 10 d# 46 constant spi-flash-cs-gpio# 11 11 12 d# 154 constant ec-spi-int-gpio# 12 13 d# 155 constant ec-spi-cmd-gpio# 13 14 d# 125 constant ec-spi-ack-gpio# -
cpu/arm/olpc/cl4/gpiopins.fth
r3135 r3170 9 9 d# 46 constant spi-flash-cs-gpio# 10 10 11 d# 154 constant ec-spi-int-gpio# 11 12 d# 155 constant ec-spi-cmd-gpio# 12 13 d# 113 constant ec-spi-ack-gpio# … … 63 64 d# 139 constant touch-tck-gpio# 64 65 d# 98 constant touch-rst-gpio# 65 d# 99 constant touch- scr-gpio#66 d# 99 constant touch-int-gpio# 66 67 67 68 d# 3 constant soc-sel-gpio# -
cpu/arm/olpc/nn-touchscreen.fth
r3156 r3170 20 20 ; 21 21 : reset ( -- ) touch-rst-gpio# dup gpio-clr gpio-set d# 250 ms ; 22 : no-data? ( -- no-data? ) touch- scr-gpio# gpio-pin@ ;22 : no-data? ( -- no-data? ) touch-int-gpio# gpio-pin@ ; 23 23 24 24 d# 250 constant /pbuf
Note: See TracChangeset
for help on using the changeset viewer.
