index
:
sam/SAMLiquidSmoke
master
Hardware Abstraction Layer in C++ for a PIC microcontroller
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add notes, rename gpio class to gpio_pin and rename led variables
HEAD
master
Nao Pross
2018-05-08
2
-6
/
+28
*
Fix uart device static_assert, add backspace support
Nao Pross
2018-05-06
1
-4
/
+4
*
Fix comments
Nao Pross
2018-05-05
1
-2
/
+2
*
Add gpio::is_set() to read from _latch register, update command parsing
Nao Pross
2018-05-05
4
-4
/
+34
*
Rename class pin to io_pin, add general gpio class, add uart echo
Nao Pross
2018-05-05
4
-47
/
+126
*
Add top comments
Nao Pross
2018-05-05
3
-0
/
+15
*
Implement TX read(n) and readline() (not working yet)
Nao Pross
2018-05-04
3
-9
/
+67
*
Implement uart TX features
Nao Pross
2018-05-04
2
-15
/
+46
*
Implement most of basic HAL
Nao Pross
2018-05-04
7
-33
/
+208
*
Add templated generic implementaions for uart, rename uart1.tpp to uart.tpp
Nao Pross
2018-05-04
2
-50
/
+105
*
Fix indent, replace tabs with spaces
Nao Pross
2018-05-04
4
-94
/
+94
*
Update pin class to support input and output mode
Nao Pross
2018-05-04
3
-14
/
+100
*
Start own HAL implementation based on MCC's generated files
Nao Pross
2018-05-04
4
-0
/
+185