style: 🎨 rename sensor board to flight computer - #200
Open
ayecptn wants to merge 4 commits into
Open
Conversation
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
requested changes
Aug 19, 2026
maxistephan
left a comment
Contributor
There was a problem hiding this comment.
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_v2is secured for the time being.
ayecptn
force-pushed
the
chris-rename-sensor-board
branch
from
August 20, 2026 12:44
59a9ce5 to
5748f45
Compare
This file contains hidden or 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
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.
Used commands:
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 featurefix— bug fixdocs— documentation onlyrefactor— no behavior changebuild/ci— build system or CI changestests— adding or updating testsTesting
How was this tested? Which boards / targets were used?
west twister -T tests -v --inline-logspassescd doc && make htmlChecklist