Skip to content

Commit a9c3ec3

Browse files
robyoungeldruin
andauthored
Apply suggestions from code review
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
1 parent a26f48a commit a9c3ec3

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

src/appendix/glossary.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ attempts to list them with pointers for understanding them better.
66

77
### BSP
88

9-
A Board Support Crate provides a high level interface configured for a specific developer
9+
A Board Support Crate provides a high level interface configured for a specific
1010
board. It usually depends on a [HAL](#hal) crate.
1111
There is a more detailed description on the [memory mapper registers page](../start/registers.md).
1212

@@ -23,10 +23,10 @@ There is a more detailed description on the [memory mapper registers page](../st
2323

2424
### I2C
2525

26-
Sometimes referred to as ` C` or Inter-IC. It is a protocol meant for hardware communication
27-
within a single integrated circuit. See [i2c.info] for more details
26+
Sometimes referred to as `I²C` or Inter-IC. It is a protocol meant for hardware communication
27+
within a single integrated circuit. See [here][i2c] for more details
2828

29-
[i2c.info]: https://i2c.info/
29+
[i2c]: https://en.wikipedia.org/wiki/I2c
3030

3131
### PAC
3232

@@ -38,7 +38,9 @@ There is a more detailed description on the [memory mapper registers page](../st
3838

3939
### SPI
4040

41-
Serial Peripheral Interface
41+
Serial Peripheral Interface. See [here][spi] for more information.
42+
43+
[spi]: https://en.wikipedia.org/wiki/Serial_peripheral_interface
4244

4345
### SVD
4446

@@ -48,8 +50,12 @@ microcontroller device. You can read more about it on
4850

4951
### UART
5052

51-
Universal asynchronous receiver-transmitter
53+
Universal asynchronous receiver-transmitter. See [here][uart] for more information.
54+
55+
[uart]: https://en.wikipedia.org/wiki/Universal_asynchronous_receiver-transmitter
5256

5357
### USART
5458

55-
Universal synchronous and asynchronous receiver-transmitter
59+
Universal synchronous and asynchronous receiver-transmitter. See [here][usart] for more information.
60+
61+
[usart]: https://en.wikipedia.org/wiki/Universal_synchronous_and_asynchronous_receiver-transmitter

0 commit comments

Comments
 (0)