aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2016-08-04 17:25:20 +0100
committerMike Leach <mike.leach@linaro.org>2016-08-18 13:01:52 +0100
commit6b86cd53451b69c679acc08c36d608989928b491 (patch)
tree91327f461f6f1e6fe322f3dea654a471176215d2 /TODO
parent5932ab9f28065cd4020269b5da09eb33d41bc4c2 (diff)
downloadOpenCSD-6b86cd53451b69c679acc08c36d608989928b491.tar.gz
opencsd: Update to docs for semantic versioning.
Update README and HOWTO to explain the change to semantic versioning. Ensure references in HOWTO explaining use of perf have correct refs. Replace 4.7-rc4 ref with 4.7. Signed-off-by: Mike Leach <mike.leach@linaro.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index 6bce346..e705a82 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,8 @@
* Decode Tree API updates.
-> Re-factor the decode tree API to:
- 1) remove the per decoder type creation functions - CreateETMv4Decoder(...),
- replacing with a single CreateDecoder("Type").
- 2) Use new structure to enable custom decoders - may be proprietary / binaries to
+ 1) Use new structure to enable custom decoders - may be proprietary / binaries to
be used in the decoder structure.
- 3) Make it easier to add a new decoder to the library source, without the overhead of
+ 2) Make it easier to add a new decoder to the library source, without the overhead of
doing all the creation fns.
* STM "full decode".