Implement UART I/O protocol
This commit is contained in:
parent
ba71e718df
commit
4d7bef58a1
11 changed files with 610 additions and 36 deletions
|
|
@ -8,7 +8,7 @@ extended=${2:-false}
|
|||
|
||||
|
||||
features_base=(
|
||||
#cam,denm,uart
|
||||
uart,cam,denm
|
||||
spat,gnss,screen
|
||||
spat,gnss,screen,cam_tx
|
||||
)
|
||||
|
|
@ -17,7 +17,7 @@ features_more=(
|
|||
spat,gnss,screen,cam_tx,cam,denm
|
||||
)
|
||||
features_test=(
|
||||
spat,cam,denm
|
||||
spat,cam,denm,uart
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue