-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuni.bib
341 lines (294 loc) · 9.78 KB
/
uni.bib
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
@book{rust2018book,
author = {Klabnik, Steve and Nichols, Carol},
title = {{The Rust Programming Language}},
year = {2018},
isbn = {1593278284},
publisher = {No Starch Press},
address = {USA}
}
@manual{iso_iec_9899,
organization = {ISO, IEC},
title = {{The Current C Programming Language Standard – ISO/IEC 9899:2018 (C18)}},
url = {http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2310.pdf},
year = {2018},
month = {11}
}
@manual{tivac_getting_started,
organization = {Texas Instruments},
title = {{Getting started with the {Tiva$^{TM}$} TM4C123G Launchpad Workshop}},
year = {2013},
month = {11}
}
@manual{tivac_datasheet,
organization = {Texas Instruments},
title = {{{Tiva$^{TM}$} TM4C123GH6PM Microcontroller Datasheet}},
url = {https://www.ti.com/lit/ds/symlink/tm4c123gh6pm.pdf},
year = {2014},
month = {07}
}
@manual{lcd_datasheet,
organization = {Shiezhen Eone Electronics Co. LTD},
title = {{Specification for LCD Module 1602A-1}}
}
@mastersthesis(rustygecko,
author = {H\r{a}vard Wormdal H{\o}iby and Sondre Lefsaker},
title = {{RustyGecko - Developing Rust on Bare-Metal}},
school = {Norwegian University of Science and Technology},
year = {2015}
}
@mastersthesis(rust_embedded_c,
author = {Karl Rikte},
title = {{Using Rust as a Complement to C for Embedded Systems Software Development}},
school = {Axis Communication AB},
year = {2018}
}
@mastersthesis(ownership_semantics,
author = {Nienke Wessel},
title = {{The Semantics of Ownership and Borrowing in the Rust Programming Language}},
school = {Radboud University},
year = {2019}
}
@article{rust_iot,
author = {Tun\c{c} Uzlu and Ediz \c{S}aykol},
title = {{On Ultilizing Rust Programming Language for Internet of Things}},
journal = {2017 9\textsuperscript{th} International Conference on Computer Intelligence and Communication Networks},
year = {2017}
}
@techreport{rtos_rust,
author = {Wicher Heldring},
title = {{An RTOS for Embedded systems in Rust}},
institution = {University of Amsterdam},
year = {2018}
}
@book{rustforge,
author = {{Rust Language Team}},
title = {{Rust Forge}},
url = {https://forge.rust-lang.org/index.html},
year = {2021}
}
@book{rustc_book,
author = {{Rust Language Team}},
title = {{The rustc book}},
url = {https://doc.rust-lang.org/nightly/rustc/},
year = {2021}
}
@book{cargo_book,
author = {{Rust Language Team}},
title = {{The Cargo Book}},
url = {https://doc.rust-lang.org/cargo/},
year = {2021}
}
@conference(frans_overview,
author = {Frans Skarman},
title = {{An Overview of the Embedded Rust Ecosystem}},
month = {7},
year = {2020},
organization = {{Ferrous Systems}}
}
@misc(tivac_register_c,
title = {{Use Push Button to Control LED with TM4C123G Tiva LaunchPad}},
author = {{Microcontroller Lab}},
url = {https://web.archive.org/web/20210423091816/https://microcontrollerslab.com/controlling-led-push-button-tiva-launchpad/},
urldate = {2021-04-23}
}
@misc(tivac_gpio_abstract,
title = {{Tiva C GPIOs}},
author = {{Embedded Lab}},
url = {http://embedded-lab.com/blog/tiva-c-gpios/},
urldate = {2021-04-23}
}
@misc(tivac_tivaware,
title = {{SW-TM4C {Tiva$^{TM}$} for C Series (Complete)}},
author = {{Texas Instruments}},
url = {https://www.ti.com/tool/SW-TM4C}
}
@misc(hal_aht20,
title = {{HAL AHT20}},
author = {Ferdia McKeogh},
url = {https://github.com/chocol4te/aht20}
}
@misc(embedded_hal,
title = {{A Hardware Abstraction Layer (HAL) for embedded systems}},
author = {{HAL Team}},
url = {https://crates.io/crates/embedded-hal}
}
@manual{aht20_datasheet,
organization = {ASAIR{\textregistered}},
title = {{AHT20 Product manuals}},
url = {https://files.seeedstudio.com/wiki/Grove-AHT20_I2C_Industrial_Grade_Temperature_and_Humidity_Sensor/AHT20-datasheet-2020-4-16.pdf},
year = {2020},
month = {04}
}
@manual{msp430_datasheet,
organization = {{Texas Instruments}},
title = {{MSP430G2x53, MSP430G2x13 Mixed Signal Microcontroller datasheet (Rev. J)}},
url = {https://www.ti.com/lit/ds/symlink/msp430g2553.pdf},
year = {2013},
month = {05}
}
@manual{blue_pill_datasheet,
organization = {{ST-Microelectronics}},
title = {{STM32F103x8, STM32F103xB Medium-density performance line ARM{\textregistered}-based 32-bit MCU with 64 or 128 KB Flash, USB, CAN, 7 timers, 2 ADCs, 9 com. interfaces}},
url = {https://www.st.com/resource/en/datasheet/stm32f103c8.pdf},
year = {2015},
month = {08}
}
@manual{stlinkv2_datasheet,
organization = {{ST-Microelectronics}},
title = {{ST-LINK/V2 in-circuit debugger/programmer for STM8 and STM32}},
url = {https://www.st.com/resource/en/data_brief/st-link-slsh-v2.pdf},
year = {2020},
month = {11}
}
@manual{discovery_datasheet,
organization = {{ST-Microelectronics}},
title = {{STM32F411xC STM32F411xE Arm{\textregistered} Cortex{\textregistered}-M4 32b MCU+FPU, 125 DMIPS, 512KB Flash, 128KB RAM, USB OTG FS, 11 TIMs, 1 ADC, 13 comm. interfaces}},
url = {https://www.st.com/resource/en/datasheet/stm32f411ce.pdf},
year = {2017},
month = {12}
}
@manual{arduino_datasheet,
organization = {Atmel{\textregistered}},
title = {{ATmega328P 8-bit AVR Microcontroller with 32K Bytes In-System Programmable Flash}},
url = {https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf},
year = {2015},
month = {01}
}
@manual{raspberry_datasheet,
organization = {Broadcom{\textregistered}},
title = {{BCM2835 ARM Peripherals}},
url = {https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/BCM2835-ARM-Peripherals.pdf},
year = {2012},
month = {06}
}
@book{hoffman2019programming,
title={Programming WebAssembly with Rust: Unified Development for Web, Mobile, and Embedded Applications},
author={Kevin Hoffman},
isbn={9781680506365},
year={2019},
publisher={Pragmatic Bookshelf}
}
@book{wasm_book,
author = {{Rust Language Team}},
title = {{Rust and WebAssembly}},
url = {https://rustwasm.github.io/docs/book/},
year = {2021}
}
@misc(hex_no_std,
title = {{rust-hex crate}},
author = {Julianne Hervier},
url = {https://github.com/kokakiwi/rust-hex}
}
@misc(stm32f407g_disc,
title = {{Rust BSP crate for the STM32F4DISCOVERY (STM32F407G-DISC) development board}},
author = {{stm32-rs Team}},
url = {https://github.com/stm32-rs/stm32f407g-disc}
}
@misc(rust_website,
title = {{Rust Programming Language}},
author = {{Rust Foundation}},
url = {https://www.rust-lang.org}
}
@misc(gdb_website,
title = {{GDB: The GNU Project Debugger}},
author = {{GNU Foundation}},
url = {https://www.gnu.org/software/gdb/}
}
@misc(cargo_clone,
title = {{cargo-clone: A cargo subcommand to fetch the source code of a Rust crate}},
author = {Jan Likar},
url = {https://github.com/JanLikar}
}
@misc(openocd_website,
title = {{Open On-Chip Debugger}},
author = {Dominic Rath},
url = {http://openocd.org/}
}
@misc(stellaris_launchpad_bsp,
title = {{stellaris-launchpad: A bare metal Rust example for the TI Stellaris/Tiva-C Launchpad}},
author = {Jonathan Pallant},
url = {https://github.com/thejpster/stellaris-launchpad}
}
@misc(gdbinit,
title = {{gdbinit(5) — Linux manual page}},
author = {Free Software Foundation},
url = {https://man7.org/linux/man-pages/man5/gdbinit.5.html}
}
@book{embedded_rust_book,
author = {{Rust Language Team}},
title = {The Embedded Rust Book},
url = {https://docs.rust-embedded.org/book/},
year = {2021}
}
@misc(lm4tools,
title = {{lm4tools: Tools to enable multi-platform development on the TI Stellaris Launchpad boards Resources}},
author = {Fabio Utzig},
url = {https://github.com/utzig/lm4tools}
}
@misc(tm4c_hal,
title = {{tm4c-hal: An Embedded HAL and general chip support for the TM4C123/LM4F120.}},
author = {{Rust Embedded Community}},
url = {https://github.com/rust-embedded-community/tm4c-hal/}
}
@misc(cortex_m_rt,
title = {{cortex-m-rt: Minimal startup / runtime for Cortex-M microcontrollers}},
author = {{Rust Embedded Community}},
url = {https://github.com/rust-embedded/cortex-m-rt}
}
@book{rust_reference,
author = {{Rust Language Team}},
title = {The Rust Reference},
url = {https://doc.rust-lang.org/reference/},
year = {2021}
}
@book{embedonomicon,
author = {{Rust Language Team}},
title = {The Embedonomicon},
url = {https://docs.rust-embedded.org/embedonomicon/},
year = {2021}
}
@manual{mfrc522_datasheet,
organization = {NXP Semiconductors},
title = {{MFRC522: Standard performance MIFARE and NTAG frontend}},
year = {2006},
month = {4}
}
@misc{rust_chess_engine,
title = {{chess-engine: A dependency-free chess engine library built to run anywhere. }},
author = {Adam Mcdaniel},
url = {https://github.com/adam-mcdaniel/chess-engine}
}
@misc{minimax_chess_programming,
title = {{Minimax}},
author = {{Chess Programming Wiki}},
url = {https://www.chessprogramming.org/Minimax}
}
@misc{alpha_beta_chess_programming,
title = {{Alpha-Beta}},
author = {{Chess Programming Wiki}},
url = {https://www.chessprogramming.org/Alpha-Beta}
}
@misc{rtic_website,
title = {{RTIC - Real-Time Interrupt-driven Concurrency}},
author = {{RTIC organization}},
url = {https://rtic.rs/}
}
@misc{ms_70,
title = {{We need a safer systems programming language}},
author = {{MSRC Team}},
url = {https://msrc-blog.microsoft.com/2019/07/18/we-need-a-safer-systems-programming-language/}
}
@book{rust_action,
author = {Timothy Samuel McNamara},
title = {{Rust in Action}},
year = {2021},
isbn = {9781617294556},
publisher = {Manning Publications},
address = {USA}
}
@phdthesis{phd_safe_type,
author = {Raft Jung},
title = {{Understanding and Evolving the Rust Programming Language}},
school = {Saarland University},
year = {2020}
}