aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-05-16 10:20:56 +0200
committerJakob Odersky <jodersky@gmail.com>2015-05-16 10:20:56 +0200
commit47a56530e251c41959189a3dd1c59c2ac8033c97 (patch)
treea48b7df8a45c4b8575df065bade4149150e94f10
parenta0f69cb0bc4be17431849753c6f7b720cec7f6a5 (diff)
downloadpx4-firmware-master.tar.gz
px4-firmware-master.tar.bz2
px4-firmware-master.zip
mention trifle in readmeHEADmaster
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 34c2e880e..5f76cfc35 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,21 @@ This repository contains code supporting these boards:
* FMUv1.x
* FMUv2.x
* AeroCore (v1 and v2)
-
+ * work in progress to support [Trifle, DIY board](https://github.com/jodersky/trifle).
+
+#### Trifle Support Roadmap
+
+ - [x] Port basic NuttX functionality to the Kinetis K20 SoC family.
+ - [x] Integrate new board into PX4 build system.
+ - [x] Get shell and demo apps running.
+ - [x] Implement basic modules: CXX, driver abstraction.
+ - [x] PWM, motor control.
+ - [x] Port systemlib, enable uORB.
+ - [ ] High resolution timer
+ - [ ] I2C
+ - [ ] ADC
+ - [ ] Sensors
+
## NuttShell (NSH) ##
NSH usage documentation: