Skip to content

Commit ea3b6c5

Browse files
committed
WIP
1 parent 140ab87 commit ea3b6c5

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ dkms.conf
5454
paho.mqtt.c/*
5555

5656
.vscode/*
57+
e4clic

doc/internal/todo.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
# E4 C Client Demonstrator TODO
3+
4+
## Essential Backlog
5+
6+
These are items that should be done as fast as possible.
7+
8+
1. Implement command line functionality
9+
1. Organize code
10+
1. Demonstrator support:
11+
1. AVR
12+
1. ARM D11 board + ethernet shield.
13+
1. STM32 dev board + ethernet shield.
14+
15+
## Wishlist backlog
16+
17+
1. Investigate grpc to control the client for integration testing purposes.
18+
1. Investigate running the client under qemu.
19+
1. Investigate using HALucinator!
20+
21+
These items are wishlist/future todos, roughly in order:
22+
23+

0 commit comments

Comments
 (0)