Changeset 2715
- Timestamp:
- Nov 29, 2011 10:06:43 PM (19 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/1.75/usb.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/usb.fth
r2657 r2715 29 29 \ Turn on USB power after a delay, to ensure that USB devices are reset correctly on boot 30 30 : usb-power-on ( -- ) ; \ The EC controls the USB power 31 : reset-usb-hub ( -- ) d# 146 gpio- setd# 10 ms d# 146 gpio-set ;31 : reset-usb-hub ( -- ) d# 146 gpio-clr d# 10 ms d# 146 gpio-set ; 32 32 33 33 : init-usb ( -- )
Note: See TracChangeset
for help on using the changeset viewer.
