1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-02 23:31:59 +03:00
ben-wpan/prod/atusb
Werner Almesberger cd59b8524b prod/: on-going development
- prod/Common: added section titles
- prod/Common (begin): new command to set up and check the test environment
- prof/atben: call "begin" to set up the test environment
- prod/Common (spectrum): added the profile
- prod/Makefile: convenience commands, for development
- prod/atben: run "identify" after checking the GPIOs
- prod/atusb: test script for ATUSB
2011-04-20 08:13:27 -03:00

59 lines
430 B
Bash
Executable File

#!/bin/sh
. ./Common
flash()
{
step "Flash boot loader"
todo
}
enumerate()
{
step "Enumeration"
todo
}
led()
{
step "LED"
todo
}
dfu()
{
step "DFU application"
todo
}
gpio_usb()
{
step "GPIO scan"
todo
}
xtal_usb()
{
step "Crystal frequency"
todo
}
begin usb.profile
flash
enumerate
led
dfu
# power ?
gpio_usb
# identify # local anomaly (using a 230-based card at the moment)
xtal_usb
spectrum
transmit