As promised, the archive of the ESC07 demo project now contains the missing components and has been reposted. http://atomicobject.com/pages/Embedded+Software...
... runs great - thanks Now I need to grok the ruby stuff looking forward to: "The tools we created for unit testing & mocking and building the project are...
We are looking forward to getting the new tools out the door too. Trouble is we're slammed with work, and it's not trivial to package all the components (even...
this is a little tardy, but anyway... Most of the OO design patterns encourage single responsibility of classes (modules) and involve some use of polymorphism....
There's a paper at Object Mentor site explaining what link-time polymorphism simply is: http://www.objectmentor.com/resources/articles/TDDinC.pdf I believe the...
Hi, I just joined and was asked to introduce myself, so here it goes... I'm a programmer at RidgeRun, an embedded software company (http://www.ridgerun.com/)....
Hi Marcelo Thanks for the intro. You are interested in how some others are doing verification and acceptance testing. Here is what we're doing. I've been...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AgileEmbedded group. File :...
AgileEmbedded@yahoogr...
Aug 16, 2007 3:25 pm
187
Yesterday Dan Pierce (Thales Communications) and I hosted a discovery session at the Agile2007 conference. I just uploaded a pdf of the slides we used to...
We asked this question at the Agile Embedded Discovery session at Agile2007. Here are some of the answers from our session: * Most embedded projects are small...
Hi, I have been wondering the same thing and I have asked it few times from some people participating on our trainings. I work for a training and consulting...
... turns ... The words used are also a barrier. "Old style" embedded development is typically in C. But much of the agile world is doing development using...
Folks, This thread is of special interest to me because I had exactly these issues way back 9 years ago when I first started doing full-up agile practices with...
As a QA Engineer in automotive embedded, I can give a few impressions. I'm also an experienced developer with some Agile background, but I've written no...
I'm working for a medical device company. Our current project is to redesign the GUI of our system. The original (waterfall) based design has everything based...
James, I seem to recall somewhere that I offered that as a quick & dirty definition once. My point was that embedded software usually starts out very small, as...
Diaspar Software is proud to present another installment of the XP Day North America series: XP Day Manhattan taking place on October 13, 2007. The focus of XP...
There is no one answer to this one, except that all you need is an if statement to get started. I've been working on CppUTest with Bas Vodde and Michael...
Hey All! I thought you might be interested in the following article. Also, you'll find an offer for a free Better Software magazine subscription at the end of...
Hi, Hmm... one of the drawbacks is that currently CppUTEst is in C++. Do many people have a C compiler that doesn't support C++? (I haven't even tried our...
Hi, I have uploaded "NOR Flash Driver Tutorial" alongwith "C Examle Code" for the AT29LV040A Device. C Code is very flexible and can be easily modified for any...
... Do ... on my ... with ... I think that the lack of accessible unit test environments is a big road block. Unit testing is a fundamental, underlying...
Hi Dave, Thanks very much for the comments. Some comments back on the requirements: 1. CppUTest is written is such a way that you do not need to know C++ when...
Our group at Atomic Object has developed a C unit test framework, Unity, that is written fully in C. It was initially based on EmbUnit, but rewritten in order...
... The major road block that I see isn't testing. It's interfacing with the rest of the project that's not agile. I have been on several project that have...