aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2012-12-15 18:00:52 +0530
committerSudar <sudar@sudarmuthu.com>2012-12-15 18:00:52 +0530
commit2ffdb5b480cf43edeef465c496d9b074d248b6c1 (patch)
tree894d9669f526c9b247e8eb25a9e78a32d30044ef /README.md
parentb55f3d99a1b7afc8f8db311fb5cd0e3f73b172e7 (diff)
parentedd514d65cc70b140e2882900e461ce87294bdd8 (diff)
Merged all changes from rpavlik
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index f014149..3a0f280 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,19 @@ The following are the list of changes that I have made or merged in this fork. H
### 0.10 17.ix.12 M J Oldfield
- Merged all changes from Upstream
+### 0.10.1 15.xii.2012 Sudar
+- Merged all changes from Upstream and the following changes from https://github.com/rpavlik
+- Allow passing extra flags
+- Make listing files more useful
+- Add knowledge of device-specific assembler
+- Use variables instead of hardcoded commands
+- Make disasm more helpful
+- Change .sym output
+- Provide symbol_sizes and generated_assembly targets.
+- Be able to silence configuration output
+- Make everybody depend on the makefile, in case cflags are changed, etc.
+- Make the makefile error if the arduino port is not present.
+
## Know Issues
- Because of the way the makefile is structured, the configuration parameters gets printed twice.
- Doesn't work with Leonardo yet.