Root/prod/atusb

Source at commit 89bcd3cfa8c798405ce0f7626f2c12f098eacb63 created 12 years 11 months ago.
By Werner Almesberger, tools/lib/atben.c (atben_open): corrected comment claiming the clock was 316 MHz
1#!/bin/sh
2
3. ./Common
4
5
6flash()
7{
8    step "Flash boot loader"
9    todo
10}
11
12
13enumerate()
14{
15    step "Enumeration"
16    todo
17}
18
19
20led()
21{
22    step "LED"
23    todo
24}
25
26
27dfu()
28{
29    step "DFU application"
30    todo
31}
32
33
34gpio_usb()
35{
36    step "GPIO scan"
37    todo
38}
39
40
41xtal_usb()
42{
43    step "Crystal frequency"
44    todo
45}
46
47
48begin usb.profile
49flash
50enumerate
51led
52dfu
53# power ?
54gpio_usb
55# identify # local anomaly (using a 230-based card at the moment)
56xtal_usb
57spectrum
58transmit
59

Archive Download this file



interactive