micro_ros_setup
micro_ros_setup copied to clipboard
Logic broken in check if generic platform
https://github.com/micro-ROS/micro_ros_setup/blob/7e07042c256cc34a4e972f6e36f1724fc7a5c38d/scripts/build_firmware.sh#L72
I believe the proper check is:
if [ $PLATFORM == "generic" ] && [ -d "$PREFIX/config/$RTOS/generic" ]; then
Please open a PR with the fix
actually, creat_firmware.sh
are as same as build_firmware.sh for the generic check .......
so, when some platform had generic
, customized configrution of another board will never go into effect.
@Kay-Anonymous I am preparing a MR that fixes create_firmware.sh
as well. Had to clarify open-source contribution permission company-internally first...
Closing as PR was merged