Small updates to the TC65Dev
May 1, 2012 — Florent ClairambaultChanges are:
- Removed references to the FAQ and the M2MP protocol.
- Added explanations on how to handle the deployment of multiple versions.
- Added a quick note on how to use the jazzlib library for gzip compression.
The TC65Dev now is on the wiki.
May 30, 2012 at 9:53 am
Nice work, as always!
Some corrections, though:
1) You still use the word “FAQ” at p.29, but without link it’s unclear what FAQ do you mean.
2) Did you really remove any reference to M2MP? You have a section named M2MP and even a link to it. I think it’s great protocol though, so I don’t see why should you remove reference to it.
3) Have you measured actual memory footprint of jazzlib? I want to use it, but now I really run out of memory. Maybe with new TC65iX chip, our headache will be gone.
4)You have this AT String at p.18:
AT^SCFG=”MEopMode/Airplane”,”1”
But in the manual, it says this feature toggles with “on” and “off” parameter.
May 30, 2012 at 8:25 pm
1) Yes, you’re right, I have to fix this.
2) Yes, well it’s still available here. I removed it to keep a “standard” document and avoid giving too much personal ideas on the subject.
3) I measured the difference between the two but I haven’t kept it. Basically DEFAULT_MEM_LEVEL=8 totally kills the program whereas DEFAULT_MEM_LEVEL=7 runs without any difficulty. I didn’t have to do any insane resource management work.
4) Right, I need to fix that.