File tree 3 files changed +3
-49
lines changed
3 files changed +3
-49
lines changed Original file line number Diff line number Diff line change 5
5
# Copyright 2011 Dominic Spill
6
6
# Copyright 2010 TheSeven
7
7
#
8
- # This file is part of Project Ubertooth.
8
+ # This file was forked form Project Ubertooth.
9
9
#
10
- # This program is free software; you can redistribute it and/or modify
11
- # it under the terms of the GNU General Public License as published by
12
- # the Free Software Foundation; either version 2, or (at your option)
13
- # any later version.
14
- #
15
- # This program is distributed in the hope that it will be useful,
16
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- # GNU General Public License for more details.
19
- #
20
- # You should have received a copy of the GNU General Public License
21
- # along with this program; see the file COPYING. If not, write to
22
- # the Free Software Foundation, Inc., 51 Franklin Street,
23
- # Boston, MA 02110-1301, USA.
10
+
24
11
from struct import pack , unpack
25
12
26
13
crc_table = []
Original file line number Diff line number Diff line change 9
9
# TYT MD380, an amateur radio for the DMR protocol on the UHF bands.
10
10
# This script implements a lot of poorly understood extensions unique
11
11
# to the MD380.
12
- #
13
- #
14
- #
15
- #
16
- # This program is free software; you can redistribute it and/or modify
17
- # it under the terms of the GNU General Public License as published by
18
- # the Free Software Foundation; either version 2, or (at your option)
19
- # any later version.
20
- #
21
- # This program is distributed in the hope that it will be useful,
22
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
23
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
- # GNU General Public License for more details.
25
- #
26
- # You should have received a copy of the GNU General Public License
27
- # along with this program; see the file COPYING. If not, write to
28
- # the Free Software Foundation, Inc., 51 Franklin Street,
29
- # Boston, MA 02110-1301, USA.
30
12
31
- # http://pyusb.sourceforge.net/docs/1.0/tutorial.html
13
+
32
14
from __future__ import print_function
33
15
34
16
import sys
Original file line number Diff line number Diff line change 5
5
#
6
6
# This file is forked from Project Ubertooth in order to support the
7
7
# STM32F2xx.
8
- #
9
- # This program is free software; you can redistribute it and/or modify
10
- # it under the terms of the GNU General Public License as published by
11
- # the Free Software Foundation; either version 2, or (at your option)
12
- # any later version.
13
- #
14
- # This program is distributed in the hope that it will be useful,
15
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- # GNU General Public License for more details.
18
- #
19
- # You should have received a copy of the GNU General Public License
20
- # along with this program; see the file COPYING. If not, write to
21
- # the Free Software Foundation, Inc., 51 Franklin Street,
22
- # Boston, MA 02110-1301, USA.
23
8
24
9
# The STM32 series of ARM chips implement a weird variant of DFU, so
25
10
# I've written this client in order to understand it. Sometime in the
You can’t perform that action at this time.
0 commit comments