SPI refactoring #80
muellerr
commented 2022-05-11 11:30:10 +02:00
Owner
- Cache SPI device name in ComIF. Architecturally, this makes a lot more sense because each ComIF should be responsible for one SPI bus
- Rename mutex to csMutex to better represent its purpose
- Move the empty transfer to update the line polarity to separate function
- Cache SPI device name in ComIF. Architecturally, this makes a lot more sense because each ComIF should be responsible for one SPI bus
- Rename mutex to csMutex to better represent its purpose
- Move the empty transfer to update the line polarity to separate function
muellerr
added 33 commits 2022-05-11 11:30:21 +02:00
update changelog
e98857fab4
added option to change initial submode
bf2e0f2d73
Merge remote-tracking branch 'upstream/development' into mueller/new-ss-adder-functions
7801c6effe
Proposed fix for gcc and clang
54feb77770
Tested only std::numeric_limits in MSVC
3332f68ce7
bugfix for prepareHealthSetReply function
4e4820af05
mark unused function
e5e163bdbf
update changelog
79f17843d8
important bugfix for TCP server
16e55a98ce
update changelog
6bfdace512
Move some directives up top
226f28dc7b
update changelog
b0d71597f0
bump CMAKE_CXX_STANDARD to C++17
73ff9b97db
update changelog
10cc954d27
Merge pull request 'CMake move some directives up top' (#621) from mueller/cmake-fixes into development
fe1c51ae6d
Merge branch 'development' into mueller/cpp17-update
83de5b4ec1
Merge branch 'development' into gaisser_fix_compile_check
8b0508d50a
Merge pull request 'Bump C++ standard to C++17' (#622) from mueller/cpp17-update into development
118f1da8dd
Merge remote-tracking branch 'origin/development' into mueller/health-srv-bugfix
281f91ec5d
Merge remote-tracking branch 'origin/development' into mueller/tcp-server-bugfix
88fa4f1d9d
Merge branch 'development' into gaisser_fix_compile_check
96eb8fc21f
Merge pull request 'Health Service Bugfix' (#617) from mueller/health-srv-bugfix into development
46cfe65321
Merge remote-tracking branch 'origin/development' into mueller/tcp-server-bugfix
ece32f88f4
Merge pull request 'Compile Time Size Check fixed' (#614) from gaisser/fsfw:gaisser_fix_compile_check into development
c83cc492c0
Merge branch 'development' into mueller/tcp-server-bugfix
3448292e8a
Merge pull request 'important bugfix for TCP server' (#618) from mueller/tcp-server-bugfix into development
d45cda93b2
Merge pull request 'Added new functions to add sequences and tables' (#606) from eive/fsfw:mueller/new-ss-adder-functions into development
4499c9bf04
getter functions for speed and mode
29c3a43760
update changelog
0e880de0d0
Merge remote-tracking branch 'origin/develop' into mueller/spi-speed-mode-getter
5941c21adf
Cache SPI device name in ComIF
e06c457743
Some improvements
56e4fca06f
update changelog and docs
ab2d7ca98f
muellerr
added 2 commits 2022-05-11 15:45:31 +02:00
hotfix
0a97077a0e
Merge remote-tracking branch 'origin/develop' into mueller/spi-cache-spi-dev-in-com-if
dafcaa6007
meierj
approved these changes 2022-05-11 16:28:02 +02:00
meierj
merged commit c0ff84bb9d into develop 2022-05-11 16:28:09 +02:00
meierj
referenced this issue from a commit 2022-05-11 16:28:09 +02:00
Merge pull request 'SPI refactoring' (#80) from mueller/spi-cache-spi-dev-in-com-if into develop
muellerr
deleted branch mueller/spi-cache-spi-dev-in-com-if 2022-05-20 15:43:34 +02:00
No reviewers
Labels
No Label
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/fsfw#80
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mueller/spi-cache-spi-dev-in-com-if"
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?