Francesco Valla
Francesco Valla
@nkaramolegos Hello, while I expect that chip to be largely compatible with pic18fj support already present in picberry, it is not currently supported. I have no access to any part...
Hi, I pushed a (possible) correction on branch wip_oddbytecount - commit #0b87aae, but I have no time to test it now. Can you test and report? Thanks
Good to hear that writing is OK! Are you considering register masking? Can you elaborate a bit on _not good_ and/or post an example of incorrect writing of conf register?...
Hi, It's ctrl+shift modifier, see https://gist.github.com/MightyPork/6da26e382a7ad91b5496ee55fdc73db2
Hi! Byte 0 is reserved for modifier mask. In my code, 0x01 (lctrl) is OR'ed with 0x02 (lshift) to provide ctrl+shift modifier (0x03). The 0x03 you are referring to is...
This is required also for correct execution of _switch_root_ in case _toysh_ (or a bash script using it) is used as init process.
Hi, as you might have imagined, the project is not actively maintained anymore. Feel free, however, to open a merge request with the solution you proposed (which I think is...
Hi @MikeDK, as you can imagine, the project is not really maintained anymore... but if you open a MR I'll look injto it with pleasure!
Functionality merged in #20 - closing this one. Thanks to all who contributed!
Hi, sorry for the long waiting. Cannot replicate your issue, what operating system are you using?