-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AM tlm のキャスト緩和のためにテレメを再設定 #275
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meltingrabbit
changed the title
AM tlm で不用意に小さくしたキャストを緩和し,初期化時間や実行時間の長い App の時間を正確に知れるように
AM tlm で不用意にサイズを切り詰めたキャストを緩和し,初期化時間や実行時間の長い App の時間を正確に知れるように
Jan 1, 2024
meltingrabbit
changed the base branch from
main
to
feature/TMGR_get_master_total_cycle_in_sec
January 1, 2024 11:59
meltingrabbit
added
enhancement
New feature or request
priority::medium
priority medium
labels
Jan 1, 2024
@ToshiAki64 @hender14 レビューお願いします |
meltingrabbit
force-pushed
the
feature/TMGR_get_master_total_cycle_in_sec
branch
from
January 4, 2024 03:38
f14a9c4
to
dc23994
Compare
meltingrabbit
force-pushed
the
feature/fix_AM_tlm_for_long_time
branch
from
January 4, 2024 03:39
7c4ba66
to
7e94faf
Compare
meltingrabbit
force-pushed
the
feature/TMGR_get_master_total_cycle_in_sec
branch
from
January 4, 2024 09:03
dc23994
to
0182c9f
Compare
meltingrabbit
force-pushed
the
feature/fix_AM_tlm_for_long_time
branch
from
January 4, 2024 09:04
7e94faf
to
de2741c
Compare
ToshiAki64
approved these changes
Jan 5, 2024
meltingrabbit
force-pushed
the
feature/TMGR_get_master_total_cycle_in_sec
branch
from
January 5, 2024 06:09
0182c9f
to
ba2b050
Compare
meltingrabbit
force-pushed
the
feature/fix_AM_tlm_for_long_time
branch
from
January 5, 2024 06:09
de2741c
to
7ea7d86
Compare
meltingrabbit
force-pushed
the
feature/TMGR_get_master_total_cycle_in_sec
branch
from
January 5, 2024 06:21
ba2b050
to
e46efb4
Compare
meltingrabbit
force-pushed
the
feature/fix_AM_tlm_for_long_time
branch
from
January 5, 2024 06:21
7ea7d86
to
45901ef
Compare
hender14
reviewed
Jan 5, 2024
meltingrabbit
force-pushed
the
feature/TMGR_get_master_total_cycle_in_sec
branch
from
January 5, 2024 09:35
e46efb4
to
a9a7ecb
Compare
Base automatically changed from
feature/TMGR_get_master_total_cycle_in_sec
to
main
January 5, 2024 09:36
meltingrabbit
force-pushed
the
feature/fix_AM_tlm_for_long_time
branch
from
January 5, 2024 09:36
45901ef
to
e4bee6d
Compare
meltingrabbit
changed the title
AM tlm で不用意にサイズを切り詰めたキャストを緩和し,初期化時間や実行時間の長い App の時間を正確に知れるように
AM tlm のキャスト緩和のために,テレメを再設定
Jan 11, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
初期化時間や実行時間の長い App の時間を正確に知れるように,AM tlm で不用意にサイズを切り詰めたキャストを緩和した.
キャストを u8 → u16 に緩和することで,テレメサイズが CTP サイズから溢れたので,ページネーションのページサイズを切りの良い数字に小さくした.
Issue
補足
TMGR_get_master_mode_cycle_in_msec
などの in_sec 版を実装 #274 を先にマージする