You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using linenoise over serial on a naked (no OS) ARM Cortex-M4 embedded system. "Ported" the library in 20 seconds by just commenting out the termios, ioctl and file-system dependent stuff. It works perfectly. Does it make sense to apply some ifndef-love to save people like me the trouble of maintaining a separate fork? I can prepare a pull-request if the interest is there.
The text was updated successfully, but these errors were encountered:
I am using linenoise over serial on a naked (no OS) ARM Cortex-M4 embedded system. "Ported" the library in 20 seconds by just commenting out the termios, ioctl and file-system dependent stuff. It works perfectly. Does it make sense to apply some ifndef-love to save people like me the trouble of maintaining a separate fork? I can prepare a pull-request if the interest is there.
The text was updated successfully, but these errors were encountered: