1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

added clock frequency test for atusb and updated documentation

- prod/atusb: added clock frequency test
- prod/doc/setup.hmac: added GSL (libgsl) build dependency
- prod/doc/setup.hmac: recommend use of NTP on the PC
- prod/doc/test.hmac: added atusb to the clock frequency section
This commit is contained in:
Werner Almesberger
2011-05-30 20:04:54 -03:00
parent 9515d96c24
commit c8e942f9ee
3 changed files with 23 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
USB_ID=20b7:1540
CLOCK_DRIFT_PPM=50
enumerate()
@@ -31,7 +32,8 @@ gpio_usb()
xtal_usb()
{
step "Crystal frequency"
todo
cmd "$LOCAL_EXEC atrf-xtal -d $LOCAL_DUT -p $CLOCK_DRIFT_PPM"
expect_re ppm # we catch any problems via the exit code
}