Skip to content

Commit 039b4dc

Browse files
authored
Merge pull request adafruit#968 from arturo182/nrf_qstr
nrf: Remove old qstr defines
2 parents ae82a93 + 1fa8fac commit 039b4dc

File tree

1 file changed

+0
-138
lines changed

1 file changed

+0
-138
lines changed

ports/nrf/qstrdefsport.h

Lines changed: 0 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -1,139 +1 @@
1-
/*
2-
* This file is part of the MicroPython project, http://micropython.org/
3-
*
4-
* The MIT License (MIT)
5-
*
6-
* Copyright (c) 2015 Glenn Ruben Bakke
7-
*
8-
* Permission is hereby granted, free of charge, to any person obtaining a copy
9-
* of this software and associated documentation files (the "Software"), to deal
10-
* in the Software without restriction, including without limitation the rights
11-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12-
* copies of the Software, and to permit persons to whom the Software is
13-
* furnished to do so, subject to the following conditions:
14-
*
15-
* The above copyright notice and this permission notice shall be included in
16-
* all copies or substantial portions of the Software.
17-
*
18-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
* THE SOFTWARE.
25-
*/
26-
271
// qstrs specific to this port
28-
Q(a)
29-
Q(a#)
30-
Q(a#:1)
31-
Q(a#:3)
32-
Q(a2)
33-
Q(a4)
34-
Q(a4:1)
35-
Q(a4:3)
36-
Q(a:1)
37-
Q(a:2)
38-
Q(a:4)
39-
Q(a:5)
40-
Q(b)
41-
Q(b2:1)
42-
Q(b3)
43-
Q(b4)
44-
Q(b4:1)
45-
Q(b4:2)
46-
Q(b5)
47-
Q(b5:1)
48-
Q(b:1)
49-
Q(b:2)
50-
Q(c)
51-
Q(c#)
52-
Q(c#5)
53-
Q(c#5:1)
54-
Q(c#5:2)
55-
Q(c#:1)
56-
Q(c#:8)
57-
Q(c2:2)
58-
Q(c3)
59-
Q(c3:3)
60-
Q(c3:4)
61-
Q(c4)
62-
Q(c4:1)
63-
Q(c4:3)
64-
Q(c4:4)
65-
Q(c5)
66-
Q(c5:1)
67-
Q(c5:2)
68-
Q(c5:3)
69-
Q(c5:4)
70-
Q(c:1)
71-
Q(c:2)
72-
Q(c:3)
73-
Q(c:4)
74-
Q(c:8)
75-
Q(d)
76-
Q(d#)
77-
Q(d#5:2)
78-
Q(d#:2)
79-
Q(d#:3)
80-
Q(d3)
81-
Q(d4)
82-
Q(d4:1)
83-
Q(d5)
84-
Q(d5:1)
85-
Q(d5:2)
86-
Q(d:1)
87-
Q(d:2)
88-
Q(d:3)
89-
Q(d:4)
90-
Q(d:5)
91-
Q(d:6)
92-
Q(d:8)
93-
Q(e)
94-
Q(e3:3)
95-
Q(e4)
96-
Q(e4:1)
97-
Q(e5)
98-
Q(e6:3)
99-
Q(e:1)
100-
Q(e:2)
101-
Q(e:3)
102-
Q(e:4)
103-
Q(e:5)
104-
Q(e:6)
105-
Q(e:8)
106-
Q(eb:8)
107-
Q(f)
108-
Q(f#)
109-
Q(f#5)
110-
Q(f#5:2)
111-
Q(f#:1)
112-
Q(f#:2)
113-
Q(f#:8)
114-
Q(f2)
115-
Q(f:1)
116-
Q(f:2)
117-
Q(f:3)
118-
Q(f:4)
119-
Q(f:8)
120-
Q(g)
121-
Q(g#)
122-
Q(g#:1)
123-
Q(g#:3)
124-
Q(g3:1)
125-
Q(g4)
126-
Q(g4:1)
127-
Q(g4:2)
128-
Q(g5)
129-
Q(g5:1)
130-
Q(g:1)
131-
Q(g:2)
132-
Q(g:3)
133-
Q(g:8)
134-
Q(r)
135-
Q(r4:2)
136-
Q(r:1)
137-
Q(r:2)
138-
Q(r:3)
139-

0 commit comments

Comments
 (0)