refactoring of serial drivers for linux #705
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#705
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive/fsfw:mueller/refactor_serial_linux"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Uart
toSerial
. Thetermios
interface can be used for more than just UART, it can be used to communicate with general serial interfacesFSFW_HAL_LINUX_ADD_PERIPHERAL_DRIVERS
. I think those can stand as separately compilable helper modules. Might rename/removeFSFW_HAL_LINUX_ADD_PERIPHERAL_DRIVERS
toFSFW_HAL_LINUX_ADD_SPI_I2C_DRIVERS
in a separate PR because those are only interesting for embedded Linux devices with appropriate driver support.LGTM