update files to correct FSF address
[openocd.git] / src / jtag / drivers / versaloon / versaloon.h
1 /***************************************************************************
2 * Copyright (C) 2009 by Simon Qian <SimonQian@SimonQian.com> *
3 * *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
8 * *
9 * This program is distributed in the hope that it will be useful, *
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12 * GNU General Public License for more details. *
13 * *
14 * You should have received a copy of the GNU General Public License *
15 * along with this program; if not, write to the *
16 * Free Software Foundation, Inc., *
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *
18 ***************************************************************************/
19
20 #ifndef __VERSALOON_H_INCLUDED__
21 #define __VERSALOON_H_INCLUDED__
22
23 struct usart_status_t {
24 uint32_t tx_buff_avail;
25 uint32_t tx_buff_size;
26 uint32_t rx_buff_avail;
27 uint32_t rx_buff_size;
28 };
29
30 #include "usbtoxxx/usbtoxxx.h"
31
32 /* GPIO pins */
33 #define GPIO_SRST (1 << 0)
34 #define GPIO_TRST (1 << 1)
35 #define GPIO_USR1 (1 << 2)
36 #define GPIO_USR2 (1 << 3)
37 #define GPIO_TCK (1 << 4)
38 #define GPIO_TDO (1 << 5)
39 #define GPIO_TDI (1 << 6)
40 #define GPIO_RTCK (1 << 7)
41 #define GPIO_TMS (1 << 8)
42
43 struct interface_gpio_t {
44 RESULT(*init)(uint8_t interface_index);
45 RESULT(*fini)(uint8_t interface_index);
46 RESULT(*config)(uint8_t interface_index, uint32_t pin_mask, uint32_t io,
47 uint32_t pull_en_mask, uint32_t input_pull_mask);
48 RESULT(*out)(uint8_t interface_index, uint32_t pin_mask, uint32_t value);
49 RESULT(*in)(uint8_t interface_index, uint32_t pin_mask, uint32_t *value);
50 };
51
52 struct interface_delay_t {
53 RESULT(*delayms)(uint16_t ms);
54 RESULT(*delayus)(uint16_t us);
55 };
56
57 struct interface_swd_t {
58 RESULT(*init)(uint8_t interface_index);
59 RESULT(*fini)(uint8_t interface_index);
60 RESULT(*config)(uint8_t interface_index, uint8_t trn, uint16_t retry,
61 uint16_t dly);
62 RESULT(*seqout)(uint8_t interface_index, uint8_t *data, uint16_t bitlen);
63 RESULT(*seqin)(uint8_t interface_index, uint8_t *data, uint16_t bitlen);
64 RESULT(*transact)(uint8_t interface_index, uint8_t request,
65 uint32_t *data, uint8_t *ack);
66 };
67
68 struct interface_jtag_raw_t {
69 RESULT(*init)(uint8_t interface_index);
70 RESULT(*fini)(uint8_t interface_index);
71 RESULT(*config)(uint8_t interface_index, uint32_t kHz);
72 RESULT(*execute)(uint8_t interface_index, uint8_t *tdi, uint8_t *tms,
73 uint8_t *tdo, uint32_t bitlen);
74 };
75
76 struct interface_target_voltage_t {
77 RESULT(*get)(uint16_t *voltage);
78 RESULT(*set)(uint16_t voltage);
79 };
80
81 struct versaloon_adaptors_t {
82 struct interface_target_voltage_t target_voltage;
83 struct interface_gpio_t gpio;
84 struct interface_delay_t delay;
85 struct interface_swd_t swd;
86 struct interface_jtag_raw_t jtag_raw;
87 RESULT(*peripheral_commit)(void);
88 };
89
90 struct versaloon_usb_setting_t {
91 uint16_t vid;
92 uint16_t pid;
93 uint8_t ep_out;
94 uint8_t ep_in;
95 uint8_t interface;
96 char *serialstring;
97
98 uint16_t buf_size;
99 };
100
101 struct versaloon_interface_t {
102 RESULT(*init)(void);
103 RESULT(*fini)(void);
104 struct versaloon_adaptors_t adaptors;
105 struct versaloon_usb_setting_t usb_setting;
106 };
107
108 extern struct versaloon_interface_t versaloon_interface;
109 extern usb_dev_handle *versaloon_usb_device_handle;
110
111 #endif /* __VERSALOON_H_INCLUDED__ */
112

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)