Root/prod/atusb

Source at commit 0db361d49da04eef1f4dd77996450d54e900e083 created 12 years 10 months ago.
By Werner Almesberger, atusb/fw/Makefile (dfu): pass transfer size to hide DFU non-compliance
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