You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, setting up a new custom device/board is quite a lot of effort, because you have to go through a lot of locations and edit the names/values of things. This issue suggests creating a interactive script, similar to npm init or create-react-app that asks the user for some values (e.g. the name of the device, supported boards, etc.) and then applies them to setup the project as required. This would reduce the barrier to entry/time taken for creating new devices.
I think the easiest way would be another python script to run pre-build if the project has not been configured as yet with interactive prompts, but it could also be a seporate python script for users to run (e.g python ./project-setup.py)
The text was updated successfully, but these errors were encountered:
Currently, setting up a new custom device/board is quite a lot of effort, because you have to go through a lot of locations and edit the names/values of things. This issue suggests creating a interactive script, similar to
npm init
orcreate-react-app
that asks the user for some values (e.g. the name of the device, supported boards, etc.) and then applies them to setup the project as required. This would reduce the barrier to entry/time taken for creating new devices.I think the easiest way would be another python script to run pre-build if the project has not been configured as yet with interactive prompts, but it could also be a seporate python script for users to run (e.g
python ./project-setup.py
)The text was updated successfully, but these errors were encountered: