Skip to content

Commit

Permalink
add board id object to all configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Apr 28, 2024
1 parent 28d2171 commit 18adb66
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions oresat_configs/base/fw_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,15 @@ objects:
name: vrefint
data_type: uint8
access_type: ro

# index 0x3004 reserved
# index 0x3005 reserved
# index 0x3006 reserved
# index 0x3007 reserved
# index 0x3008 reserved

- index: 0x3009
name: board_id
data_type: uint8
description: the unique board id for the board revision
access_type: const
6 changes: 6 additions & 0 deletions oresat_configs/base/sw_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,12 @@ objects:
description: number of oresat daemons that have failed
access_type: ro

- index: 0x3009
name: board_id
data_type: uint8
description: the unique board id for the board revision
access_type: const

tpdos:
- num: 1
fields:
Expand Down

0 comments on commit 18adb66

Please sign in to comment.