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
This functions should get data from a shared interface (such as UART or TCP/IP connection), giving back the whole text for the command + arguments in a buffer.
If some pre-defined particular data is received (such as Ctrl+C), these functions should interact with commands, requesting them to stop.
Then, there will be other functions to recognize the commands and launch the corresponding functions.
Commands should react to signals from the shell (such as Ctrl+C).
The text was updated successfully, but these errors were encountered:
task-based VS interrupt-based
This functions should get data from a shared interface (such as UART or TCP/IP connection), giving back the whole text for the command + arguments in a buffer.
If some pre-defined particular data is received (such as Ctrl+C), these functions should interact with commands, requesting them to stop.
Then, there will be other functions to recognize the commands and launch the corresponding functions.
Commands should react to signals from the shell (such as Ctrl+C).
The text was updated successfully, but these errors were encountered: