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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-08
Add notes, rename gpio class to gpio_pin and rename led variables
HEAD
master
Nao Pross
2
-6
/
+28
2018-05-06
Fix uart device static_assert, add backspace support
Nao Pross
1
-4
/
+4
2018-05-05
Fix comments
Nao Pross
1
-2
/
+2
2018-05-05
Add gpio::is_set() to read from _latch register, update command parsing
Nao Pross
4
-4
/
+34
2018-05-05
Rename class pin to io_pin, add general gpio class, add uart echo
Nao Pross
4
-47
/
+126
2018-05-05
Add top comments
Nao Pross
3
-0
/
+15
2018-05-04
Implement TX read(n) and readline() (not working yet)
Nao Pross
3
-9
/
+67
2018-05-04
Implement uart TX features
Nao Pross
2
-15
/
+46
2018-05-04
Implement most of basic HAL
Nao Pross
7
-33
/
+208
2018-05-04
Add templated generic implementaions for uart, rename uart1.tpp to uart.tpp
Nao Pross
2
-50
/
+105
2018-05-04
Fix indent, replace tabs with spaces
Nao Pross
4
-94
/
+94
2018-05-04
Update pin class to support input and output mode
Nao Pross
3
-14
/
+100
2018-05-04
Start own HAL implementation based on MCC's generated files
Nao Pross
4
-0
/
+185