bicyclesonthemoon

Results 5 issues of bicyclesonthemoon

One of the available commands is "-c", the verification. If it is successful the return code is 0. If it fails the return is code is 5. The problem is...

enhancement

Some tools produce s-record (or hex) files which have an additonal empty line(s) at the end. rl78flash will not accept such otherwise perfectly valid file. It makes much more sense...

bug

If I try by mistake to program a microcontroller with an s-record file which is supposed for a different, bigger microcontroller, then the file will not fit in the memory....

enhancement

I added the possibility to disable data flash or code flash operations as commented on issue #9 I added two commandline options. -x and -y. And two variables char nodata...

enhancement

I have noticed that only the code flash is erased, programmed and verified. The data flash is not. I looked into rl78.c and I saw things like this: int rl78_program(port_handle_t...