arachnidlabs / cyflash

Bootloader tool for Cypress PSoC series microcontrollers.
BSD 2-Clause "Simplified" License
44 stars 23 forks source link

Some functionalities for work with several projects #6

Closed tfuk closed 6 years ago

tfuk commented 8 years ago

Hi there, your cyflash was very well structured.

I just managed to add some functionalities that i needed in my boards and in the field, like configuration for parity, stopbits, break data into chunks and basic summation as checksum.

Then i added some features that are very useful for me, like the -r that let the host trying to get the bootloader with several packets. This gives me time to turn off and on the equipment to get to the bootloader with no hurry or frustration for hitting the ENTER in the computer in the right time.

Hope i didnt messed too much the source code and added too much trivial bugs.

Arachnid commented 8 years ago

Thanks for the pull request, and I'm sorry it took me so long to get to it. Any chance you could break each of the features into a separate PR? That would make it a lot easier to review.

jsiverskog commented 6 years ago

Some of these features have already been implemented. Closing this pull request due inactivity. Please rebase on latest HEAD and open a new request to get the changes merged.