Hi All, I'm based in Australia and was not able to attend The Deep Agile 2009 Conference, but I am wondering is there a DVD of proceedings available for...
Hi Peter, No personal replies so far. I'm in Melbourne, .. just came back from (last weeks) "Agile Australia" conference in Sydney, did you go? I work for a...
Hi I'll forward your request to Nancy V, the chair of Deep Agile Embedded. I do not know if they put together a electronically distributable package. I was...
Hi, I'm trying to adapt Cppunit to run in AnalogDevices39; VisualDSP environment on WindowsXP. My target is a Blackfin procesoors. I'm a true embedded...
Hi Mary Sue I suggest you not use CppUnit. It is more complicated than is necessary. Better choices are CppUTest - written in C++ but used a lot with C (I am...
Hi Chad & AgileEmbedded, The Agile Australia conference wasn't targeted at firmware development, although there was one presentation there from a manufacturer...
Hi Steve Thanks for the detailed account of your experiences. It seems like there are numerous things we could talk about. After a quick scan it seems that...
Hi Stephen, You've certainly brought up a number of key areas where embedded folks tend to get tripped up when they are new to Agile and XP. I think I can give...
Hi Stephen I'll add a little to Nancy's sound advice on design... One important realization on the journey from a BDUF approach to an iterative and agile...
One topic that I see left out of this discussion that I want to add is Continuous Integration (CI). A precursor to being able utilize CI is to have tests that...
The idea of automated testing is tremendously appealing but very hard in the embedded world. But it scares me when we talk about "some testing being better...
Jack, I definitely agree with your argument, and I definitely push for 100% test coverage. I want to clarify that I specifically meant that some test ...
Hi Jack! Nice to see you here in this little group. You're right to point out that it can be too vague to just say "some testing", but if the team is really...
When replying to a Digest message please take a moment to change the subject to an appropriate message title. Many folks like to follow the messages by thread...
One problem with Agile in embedded I have seen is the nature of what is a "user". I follow James Whittaker view that a user/customer can be anything/one -...
Hi, I'm Piet, currently a research associate of the catholic university college of Bruges/Ostend (Belgium). I'm currently working on a project to transfer...
Piet, Welcome to the group! You can search through our previous posts, since this has been asked previously. We have some papers and presentations that had...
Hello all, I'm a hw/sw engineer working on safety-critical train control systems. Our business is a mixture of project development and product development. I...
What this means to an agile team, whose embedded application involves many actors, is that a single person playing the role of the customer is likely to not...
Exactly. And this idea has power, but may have limitations (e.g. how class to the real hardware is the engineer?). ... From: AgileEmbedded@yahoogroups.com...
I agree with this poster that vanilla XP is not a good fit for complex embedded systems. If no systems design is done (including some SW architecture) before...
Mark, Thanks for pointing this out! I'll definitely have to check this out. Greg Greg Williams | Software Developer Atomic Object | http://atomicobject.com ...
456
Kai Falkenberg
kai@...
Dec 2, 2009 10:39 am
Hi group, my name is Kai and I'm a computer science student from Hamburg, Germany. I'm also trying to adopt TDD strategies to the embedded world for a local...
Kai, Glad you've found some of our papers and other materials useful. Looks like you have surfed all the way back to the early days of Unity/CMock in order to...
Kai, I was thinking a little more about what it would take to get CMock to support C++... It would be possible to create a C++ class that would wrap methods in...
Hello Kai You should take a look at CppUTest. We've tried to keeps its C++ usage to a portable subset. James ... James Grenning james@... ...
460
Kai Falkenberg
kai@...
Dec 2, 2009 8:23 pm
... Thank you very much Greg and James. I will definitely have a look at it. I have a RTOS available. As I read on this group the best strategy for this is the...
Kai, I'm sure many of us will be interested in what you find out and what you'd recommend to others based on that. Thanks for telling us about your situation. ...