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
The firmware section contains lots of information how to update and edit the firmware, and update the bootloader. I feel it would be useful to have a document that ties it all together, also adds some guides on actually making changes to the code.
What coding style to use. Emphasis on insertion of comments
What conventions about making changes then sending them back to the github repository. (i.e. communication with SC team). You cannot just push up a set of changes to the main repository on Github, so what procedure needs to be followed.?
Separate installation of Bootloader info from Firmware update info (i.e. separate files) because its confusing to have them in together (because both of them are technically firmware). Include a memory map diagram of the MCU showing Bootloader and User Firmware code areas to make the distinction clear. Loading of Bootloader is rarely going to be necessary, unless the user did something to trash it. Why would a SC user ever need to make changes to bootloader ? Is the user going to try to replace bootloader code because the SC does not seem to be functional? What is a simple test to establish if bootloader replacement is needed ?
Rearrange the editing the firmware file to add a top level list of tasks to perform in an enumerated list, in the logical order in which things need to be done. For example, the cloning of the repository needs to happen before you can CD into the directory and run commands.
There needs to be some guidance added on having (a) a local clone of the master repository (which will always be a fork); and (b) a local clone of the fork used for direct editing and debugging. Where is the best place to put the local copy ?
Provide guidance on actions to be taken when code is ready to be merged with the master.
A list of functions performed by each part of the firmware with a middle level of detail e.g.
The firmware section contains lots of information how to update and edit the firmware, and update the bootloader. I feel it would be useful to have a document that ties it all together, also adds some guides on actually making changes to the code.
....
The text was updated successfully, but these errors were encountered: