Add links to sr.ht repos and add an image in the README file
Make sure to send pending keys

even if the FP is flood by the CPU: hijack the started transmission
(just after receiving a SoT (0x66) datagram).
Possibly fix the 'reset FP while running' case
Revert to soft reset on RST irq
Reduce the sleep time of the send_pending_key thread to 1ms

to get a chance of sending a keycode when the CPU flood the FP with DSP
messages (e.g. after the last 'Last-N' value).
Clean several compilation warnings
Fix SHIFT and code cleanup
Make USBSerial work -- at last

It needs the revision 4587080d of mbed-os to work (i.e. mbed-os>6.15.0)
Simplify a bit the rst logic and make a bit more robust
Stop splashscreen after 5s
42c4e1ea9a77 — David Douard 3 years ago
Formatting
5a2f23410b4d — David Douard 3 years ago
Remove dead custom board definition
b4ce7147f82c — David Douard 4 years ago
Write a README file
c1dfd75f2842 — David Douard 4 years ago
Do not go to the next line if the char to display does not fit
cce151e4bf3d — David Douard 4 years ago
Small fixes in main

- toggle the shift indicator when the key is pressed while already on
- attempt to fix the restart-while-shuting-down bug
c296edace64a — David Douard 4 years ago
Attempt to normalize the 19x27 font

make all "main" characters 15px wide.
694e5030b0e9 — David Douard 4 years ago
foldme
f6774bd0d570 — David Douard 4 years ago
Refactor the flag display system

make it stateful
74e85b34d26b — David Douard 4 years ago
Reorganize the display + improvements for dimmed flags

- the whole upper zone is now dediacated to the main character line
- make sure eash flag has a dedicated non-overlaping area
- improve support for dimmed flags (not yet properly functionning since this
  dimm state is actually stateful, so some major refactorings are needed to
  properly handle this).
098124b730eb — David Douard 4 years ago
Add support for 0x08 and 0x09 command codes (display a flag dimm/bright)
Next