Skip to content
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

任意の Component Driver に対して,任意バイト列の送受信と HAL init, reopen Cmd を提供する #273

Merged
merged 22 commits into from
Jan 5, 2024

Conversation

meltingrabbit
Copy link
Member

@meltingrabbit meltingrabbit commented Jan 1, 2024

概要

任意の Component Driver に対して,任意バイト列の送受信と HAL init, reopen Cmd を提供する

Issue

検証結果

  • HAL_TX; pytest を追加
  • HAL_RX: 以下のコードで簡易検証
# subobc も実行させる
## AOBC HK
RT.MOBC.TG_FORWARD_AS_RT_TLM 0x511 0x91
## subobc の rec を止める
## 雑だが BC_AR_DRIVERS_UPDATE_INI = 42 を飛ばす
RT.MOBC.BCT_CLEAR_BLOCK 42
## APBC のラインを RX してダンプ
RT.MOBC.TG_GENERATE_RT_TLM 0x2e
RT.MOBC.CDRV_UTIL_HAL_RX 0
RT.MOBC.TG_GENERATE_RT_TLM 0x2e
RT.MOBC.CDRV_UTIL_HAL_RX 0
RT.MOBC.TG_GENERATE_RT_TLM 0x2e
RT.MOBC.CDRV_UTIL_HAL_CLEAR_RX_BUFFER
RT.MOBC.TG_GENERATE_RT_TLM 0x2e

補足

@meltingrabbit meltingrabbit added enhancement New feature or request priority::medium priority medium labels Jan 1, 2024
@meltingrabbit meltingrabbit self-assigned this Jan 1, 2024
@meltingrabbit meltingrabbit changed the title WIP 任意の Component Driver に対して,任意バイト列の送受信と HAL init, reopen Cmd を提供する Jan 1, 2024
@meltingrabbit meltingrabbit force-pushed the feature/cds_low_level_cmd branch from 310f3c0 to f0bd4d9 Compare January 1, 2024 10:50
@meltingrabbit
Copy link
Member Author

@ToshiAki64 @hender14 レビューお願いします

@meltingrabbit meltingrabbit force-pushed the feature/cds_low_level_cmd branch from e81afd8 to e0a66ac Compare January 1, 2024 11:30
@meltingrabbit meltingrabbit force-pushed the feature/sync_with_mobc_example branch from ae7c4d8 to 0b1f479 Compare January 4, 2024 03:37
@meltingrabbit meltingrabbit force-pushed the feature/cds_low_level_cmd branch from e0a66ac to 8f6deae Compare January 4, 2024 03:38
@meltingrabbit meltingrabbit force-pushed the feature/sync_with_mobc_example branch from 0b1f479 to b00b8cc Compare January 4, 2024 09:03
@meltingrabbit meltingrabbit force-pushed the feature/cds_low_level_cmd branch from 8f6deae to 13f3554 Compare January 4, 2024 09:03
@meltingrabbit meltingrabbit force-pushed the feature/sync_with_mobc_example branch from b00b8cc to 8224ac9 Compare January 5, 2024 06:08
@meltingrabbit meltingrabbit force-pushed the feature/cds_low_level_cmd branch from 13f3554 to 74e3cff Compare January 5, 2024 06:08
@meltingrabbit meltingrabbit force-pushed the feature/sync_with_mobc_example branch from 8224ac9 to 97cbd9c Compare January 5, 2024 06:18
Base automatically changed from feature/sync_with_mobc_example to main January 5, 2024 06:18
@meltingrabbit meltingrabbit force-pushed the feature/cds_low_level_cmd branch from 74e3cff to 951c8a3 Compare January 5, 2024 06:19
Copy link
Collaborator

@ToshiAki64 ToshiAki64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いいと思います。

@meltingrabbit meltingrabbit merged commit bc992ae into main Jan 5, 2024
37 checks passed
@meltingrabbit meltingrabbit deleted the feature/cds_low_level_cmd branch January 5, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority::medium priority medium
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants