19 Commits

Author SHA1 Message Date
Vasily Davydov
4853e4993c master: [#9] forward temp event to manager and relay 2023-05-11 16:11:14 +03:00
Vasily Davydov
2240d6ce09 master: [#9] parse event in master to route it fwd 2023-05-11 01:22:05 +03:00
RedHawk
ea1139567a UI: [#35] Fixing issues.
*Send UserInterface::InterfaceWithData in the queue instead of Event.
*Remove pointer madness for LCD.
*Timeout for Idle Event from Master thread.
2023-05-09 01:14:47 +03:00
Vasily Davydov
df04fc9107 shoh: rename threads according to thread-name 2023-05-07 17:45:23 +03:00
RedHawk
13e392f37b LpcUart: [#22] This could have worked.
* It appears that LPC11u68 has ony USART0 redirected to USB as debug UART.
* The code here was written only for USART1-4.
2023-05-05 19:31:30 +03:00
RedHawk
0c04ccf2e0 rotary:[#9] small cleanup. 2023-04-27 02:08:24 +03:00
Vasily Davydov
2ed0653056 rotary:[#9] process interrupts and send to master 2023-04-27 01:44:17 +03:00
Vasily Davydov
809358b341 rotary: init task [#9] 2023-04-26 16:56:15 +03:00
RedHawk
3517f171f3 shoh: Fix project includes
main: Remove unused variable.
2023-04-26 11:36:43 +03:00
Vasily Davydov
daec484c01 event: separate event
Give container-type implementation
2023-04-26 02:53:47 +03:00
Vasily Davydov
ad4a100989 thread-manager: create on heap
Add a simple queue-manager test
2023-04-26 01:03:40 +03:00
Vasily Davydov
4a553e3093 queue-manager: wrap send & receive 2023-04-26 00:56:18 +03:00
RedHawk
34f6b5b694 Master.cpp: Fixing uninitialised memory. 2023-04-26 00:03:13 +03:00
RedHawk
98e9e11355 QueueManager & Master: Base for queues. 2023-04-25 23:57:18 +03:00
Vasily Davydov
927409d2a8 thread-manager: create master task with manager 2023-04-25 22:47:31 +03:00
RedHawk
f85bf8ef8d FreeRTOS: Removed FreeRTOSCPP and fixed build.
*Rewritten Master class to create C-style FreeRTOS task.
2023-04-24 20:49:41 +03:00
RedHawk
c5ad41556d Master.h: Project should be buildable 2023-04-18 15:53:06 +03:00
Vasily Davydov
b88a1dd2ee threads: add Event class for master communication #6 2023-04-13 19:20:38 +03:00
Vasily Davydov
6cfe14b3fe threads: add master skeleton 2023-04-05 00:09:58 +03:00