Conversation
|
Hi, @lorc could you please take a look? |
|
Hi @Mishytca, could you please read and follow https://xen-troops.github.io/process/process.html ? Especially "Make your commits atomic" section in this case. But please read the whole document. I am asking because your last patch "Handle udev-based serial symlinks and avoid unconditional pyftdi import" does two completely unrelated things. Also, please follow one style in the commit message headers. Why 2 commits start with a capital letter, but other one - with a lowercase letter? |
8e01609 to
7320d00
Compare
|
Hi @lorc, thank you so much for your comment. Done. |
8f716e2 to
827607c
Compare
12f96dd to
a8a3956
Compare
71eb1da to
7af9fb1
Compare
|
Hi @lorc , hi @rshym . I adapted the code considering that CI had been previously added. |
rshym
left a comment
There was a problem hiding this comment.
Changes made by this commit to the README.md need to be reworked:
- the pyftdi-related part should not be removed
- should be minimized
- the reformatting is needed, to align with already used width of the text
23b347d to
78dc834
Compare
da837bd to
7676446
Compare
99dcc45 to
304c8c2
Compare
|
Hi @lorc. Please take a look at the latest version of the changes when you have time |
|
I tested these changes on |
lorc
left a comment
There was a problem hiding this comment.
This looks much better. Thanks.
Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Wrapped the `rcar_flash` tool into a pip-installable Python package. - Added `setup.py` with metadata and dependency definitions. - Restructured source code into a proper package layout. - Configured a console script entry point for `rcar_flash`. - Updated `README.md` with `pipx` installation instructions. - Adapted CI configuration to reflect the new project structure. Signed-off-by: Mykhailo Androsiuk <mykhailo_androsiuk@epam.com> Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Added a log message to show the path of the configuration file being used. This improves visibility and helps users understand which config is applied during flashing. Signed-off-by: Mykhailo Androsiuk <mykhailo_androsiuk@epam.com> Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
|
|
No description provided.