Skip to content

style: 🎨 rename sensor board to flight computer - #200

Open
ayecptn wants to merge 4 commits into
mainfrom
chris-rename-sensor-board
Open

style: 🎨 rename sensor board to flight computer#200
ayecptn wants to merge 4 commits into
mainfrom
chris-rename-sensor-board

Conversation

@ayecptn

@ayecptn ayecptn commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Used commands:

grep -rlIZ "sensor_board" . | xargs -0 sed -i 's/sensor_board/flight_computer/g'
grep -rlIZ "sensor board" . | xargs -0 sed -i 's/sensor board/flight computer/g'
grep -rlIZ "Sensor Board" . | xargs -0 sed -i 's/Sensor Board/Flight Computer/g'
grep -rlIZ "SENSOR_BOARD" . | xargs -0 sed -i 's/SENSOR_BOARD/FLIGHT_COMPUTER/g'

Description

What does this PR do and why?
Rename every occurance of sensor board to flight computer

Related Issues

Closes #180

Type of Change

  • feat — new feature
  • fix — bug fix
  • docs — documentation only
  • refactor — no behavior change
  • build / ci — build system or CI changes
  • tests — adding or updating tests

Testing

How was this tested? Which boards / targets were used?

  • west twister -T tests -v --inline-logs passes
  • Tested on hardware: micrometer_v2
  • Docs build without warnings: cd doc && make html
  • sensor_board_v2 now flight_computer_v2 builds
  • micrometer@1 and micrometer@2 build

Checklist

Used commands:
grep -rlIZ "sensor_board" . | xargs -0 sed -i 's/sensor_board/flight_computer/g'
grep -rlIZ "sensor board" . | xargs -0 sed -i 's/sensor board/flight computer/g'
grep -rlIZ "Sensor Board" . | xargs -0 sed -i 's/Sensor Board/Flight Computer/g'
grep -rlIZ "SENSOR_BOARD" . | xargs -0 sed -i 's/SENSOR_BOARD/FLIGHT_COMPUTER/g'

@maxistephan maxistephan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I see the change is more needed than I anticipated 😆

The rename of the application sensor_board is wanted, not of the board.

  • ./sensor_board shall be renamed everywhere, since it is NOT a board, but a flight computer application.
  • ./boards/auxspace/sensor_board_v2 is a board, so its name sensor_board_v2 is secured for the time being.

@ayecptn
ayecptn force-pushed the chris-rename-sensor-board branch from 59a9ce5 to 5748f45 Compare August 20, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rename sensor_board app

2 participants