Changeset 3358
- Timestamp:
- Oct 11, 2012 12:12:48 AM (7 months ago)
- Location:
- cpu/arm
- Files:
-
- 3 edited
-
mmp2/rtc.fth (modified) (2 diffs)
-
olpc/4.0/ec-version.fth (modified) (1 diff)
-
olpc/suspend.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/mmp2/rtc.fth
r3282 r3358 41 41 ; 42 42 : wake1 ( -- ) ['] cancel-alarm 1 rtc-wake ; 43 : wake2 ( -- ) ['] cancel-alarm 2 rtc-wake ; 43 44 : alarm-in-3 ( -- ) ['] take-alarm 3 rtc-wake ; 44 45 : wakeup-loop ( -- ) … … 47 48 5 0 do 48 49 cr i . 49 wake 1strp50 wake2 strp 50 51 d# 500 ms 51 52 key? if unloop unloop exit then -
cpu/arm/olpc/4.0/ec-version.fth
r3312 r3358 1 1 \ The EC microcode 2 2 macro: EC_PLATFORM cl4 3 macro: EC_VERSION 7_0_2_0 23 macro: EC_VERSION 7_0_2_03 4 4 5 5 \ Alternate command for getting EC microcode, for testing new versions. -
cpu/arm/olpc/suspend.fth
r3270 r3358 216 216 ; 217 217 218 : strp ( -- ) ec-rst-pwr str ec- max-pwr .d ." mW " soc .% space ;218 : strp ( -- ) ec-rst-pwr str ec-sus-pwr .d ." mW " soc .% space ;
Note: See TracChangeset
for help on using the changeset viewer.
