picocomputer / rp6502

Picocomputer 6502 firmware
BSD 3-Clause "New" or "Revised" License
85 stars 23 forks source link

AZERTY french keyboard #45

Open CHiPs44 opened 10 months ago

CHiPs44 commented 10 months ago

I didn't test it, it just builds.

rumbledethumps commented 10 months ago

Untested? There's a config option "RP6502_KEYBOARD" in CMakeLists.txt.

CHiPs44 commented 10 months ago

I don't own any PicoComputer hardware for now, only 2 Picos, 1 Pico W and a VGA demo board.

I'm trying to figure out how to test this, and spent my sunday afternoon struggling with picoprobe and openocd just to know I need another Pico or a Pico Debug Probe, that's why this PR is WIP.

rumbledethumps commented 10 months ago

Ahh, that's unexpected but certainly explains my wonder. You don't need a debugger for light development like this. But you do need a Picocomputer (or most of one).

CHiPs44 commented 10 months ago

I finally managed to test RIA alone with a serial to USB converter and our good old friend minicom, and corrected a few mistakes.

Every Unicode char gives an ?.

Numpad 9 with Shift still gives 9 which is incorrect.