Skip to content

Commit 2efc99e

Browse files
committed
Update docs
1 parent 3067164 commit 2efc99e

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
* Added support for controlling basic RCX functions
910

1011
### Changed
1112

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
# bricks
22
CLI application for managing & flashing Lego programmable bricks
3+
4+
## Supported features
5+
### Lego Powered Up
6+
* Scan for nearby Powered Up bricks
7+
8+
### EV3
9+
(none yet)
10+
11+
### NXT
12+
(none yet)
13+
14+
### RCX
15+
* Liveness check and FW version reporting
16+
* (WIP) program download
17+
18+
## Roadmap
19+
The following features are roughly somewhere on the roadmap:
20+
* RCX: program download
21+
* RCX: firmware download
22+
* RCX: program start/stop, send message
23+
* RCX: program compilation
24+
* NXT: connectivity check & version reporting
25+
* NXT: program download
26+
* NXT: firmware download
27+
* NXT: program start/stop, send message
28+
* NXT: program compilation
29+
* EV3: similar to NXT, but I don't currently own an EV3 brick
30+
* Powered Up: firmware download

0 commit comments

Comments
 (0)