i2c.d
7.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/home/vincent/Documents/RiotOS/RIOT/tests/test_perso_at86RF/bin/stm32f4discovery/periph/i2c.o: \
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32f4/periph/i2c.c \
/home/vincent/Documents/RiotOS/RIOT/tests/test_perso_at86RF/bin/stm32f4discovery/riotbuild/riotbuild.h \
/usr/lib/gcc/arm-none-eabi/6.2.1/include/stdint.h \
/usr/arm-none-eabi/include/stdint.h \
/usr/arm-none-eabi/include/machine/_default_types.h \
/usr/arm-none-eabi/include/sys/features.h \
/usr/arm-none-eabi/include/_newlib_version.h \
/usr/arm-none-eabi/include/sys/_intsup.h \
/usr/arm-none-eabi/include/sys/_stdint.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/cpu.h \
/usr/arm-none-eabi/include/stdio.h /usr/arm-none-eabi/include/_ansi.h \
/usr/arm-none-eabi/include/newlib.h \
/usr/arm-none-eabi/include/sys/config.h \
/usr/arm-none-eabi/include/machine/ieeefp.h \
/usr/arm-none-eabi/include/sys/cdefs.h \
/usr/lib/gcc/arm-none-eabi/6.2.1/include/stddef.h \
/usr/lib/gcc/arm-none-eabi/6.2.1/include/stdarg.h \
/usr/arm-none-eabi/include/sys/reent.h \
/usr/arm-none-eabi/include/_ansi.h \
/usr/arm-none-eabi/include/sys/_types.h \
/usr/arm-none-eabi/include/machine/_types.h \
/usr/arm-none-eabi/include/sys/lock.h \
/usr/arm-none-eabi/include/sys/types.h \
/usr/arm-none-eabi/include/sys/_pthreadtypes.h \
/usr/arm-none-eabi/include/machine/types.h \
/usr/arm-none-eabi/include/sys/stdio.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/irq.h \
/usr/lib/gcc/arm-none-eabi/6.2.1/include/stdbool.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/arch/irq_arch.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/sched.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/kernel_defines.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/bitarithm.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/kernel_types.h \
/usr/arm-none-eabi/include/inttypes.h \
/usr/lib/gcc/arm-none-eabi/6.2.1/include-fixed/limits.h \
/usr/lib/gcc/arm-none-eabi/6.2.1/include-fixed/syslimits.h \
/usr/arm-none-eabi/include/limits.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/native_sched.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/clist.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/list.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/thread.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/cib.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/assert.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/panic.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/msg.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/arch/thread_arch.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/kernel_defines.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32f4/include/cpu_conf.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/cpu_conf_common.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32f4/include/stm32f407xx.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/core_cm4.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/core_cmInstr.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/cmsis_gcc.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/core_cmFunc.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/core_cmSimd.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/sched.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/mutex.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/atomic.h \
/home/vincent/Documents/RiotOS/RIOT/boards/stm32f4discovery/include/periph_conf.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32f4/include/periph_cpu.h \
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32_common/include/periph_cpu_common.h \
/home/vincent/Documents/RiotOS/RIOT/drivers/include/periph/i2c.h \
/home/vincent/Documents/RiotOS/RIOT/drivers/include/periph/dev_enums.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/debug.h \
/home/vincent/Documents/RiotOS/RIOT/core/include/thread.h
/home/vincent/Documents/RiotOS/RIOT/tests/test_perso_at86RF/bin/stm32f4discovery/riotbuild/riotbuild.h:
/usr/lib/gcc/arm-none-eabi/6.2.1/include/stdint.h:
/usr/arm-none-eabi/include/stdint.h:
/usr/arm-none-eabi/include/machine/_default_types.h:
/usr/arm-none-eabi/include/sys/features.h:
/usr/arm-none-eabi/include/_newlib_version.h:
/usr/arm-none-eabi/include/sys/_intsup.h:
/usr/arm-none-eabi/include/sys/_stdint.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/cpu.h:
/usr/arm-none-eabi/include/stdio.h:
/usr/arm-none-eabi/include/_ansi.h:
/usr/arm-none-eabi/include/newlib.h:
/usr/arm-none-eabi/include/sys/config.h:
/usr/arm-none-eabi/include/machine/ieeefp.h:
/usr/arm-none-eabi/include/sys/cdefs.h:
/usr/lib/gcc/arm-none-eabi/6.2.1/include/stddef.h:
/usr/lib/gcc/arm-none-eabi/6.2.1/include/stdarg.h:
/usr/arm-none-eabi/include/sys/reent.h:
/usr/arm-none-eabi/include/_ansi.h:
/usr/arm-none-eabi/include/sys/_types.h:
/usr/arm-none-eabi/include/machine/_types.h:
/usr/arm-none-eabi/include/sys/lock.h:
/usr/arm-none-eabi/include/sys/types.h:
/usr/arm-none-eabi/include/sys/_pthreadtypes.h:
/usr/arm-none-eabi/include/machine/types.h:
/usr/arm-none-eabi/include/sys/stdio.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/irq.h:
/usr/lib/gcc/arm-none-eabi/6.2.1/include/stdbool.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/arch/irq_arch.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/sched.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/kernel_defines.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/bitarithm.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/kernel_types.h:
/usr/arm-none-eabi/include/inttypes.h:
/usr/lib/gcc/arm-none-eabi/6.2.1/include-fixed/limits.h:
/usr/lib/gcc/arm-none-eabi/6.2.1/include-fixed/syslimits.h:
/usr/arm-none-eabi/include/limits.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/native_sched.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/clist.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/list.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/thread.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/cib.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/assert.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/panic.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/msg.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/arch/thread_arch.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/kernel_defines.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32f4/include/cpu_conf.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/cpu_conf_common.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32f4/include/stm32f407xx.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/core_cm4.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/core_cmInstr.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/cmsis_gcc.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/core_cmFunc.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/cortexm_common/include/core_cmSimd.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/sched.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/mutex.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/atomic.h:
/home/vincent/Documents/RiotOS/RIOT/boards/stm32f4discovery/include/periph_conf.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32f4/include/periph_cpu.h:
/home/vincent/Documents/RiotOS/RIOT/cpu/stm32_common/include/periph_cpu_common.h:
/home/vincent/Documents/RiotOS/RIOT/drivers/include/periph/i2c.h:
/home/vincent/Documents/RiotOS/RIOT/drivers/include/periph/dev_enums.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/debug.h:
/home/vincent/Documents/RiotOS/RIOT/core/include/thread.h: