Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

AgileEmbedded · Agile Embedded

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 286
  • Category: Software
  • Founded: Aug 19, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 293 - 324 of 1036   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
293 james@...
jwgrenning Send Email
Sep 14, 2008
4:54 am
Hello Agile Embedded Group I have recently developed a new training course - TDD for Embedded C. Its based on lessons learned and and my slowly progressing...
294 marktxx Send Email Sep 15, 2008
12:56 am
... Would this also cover some of the less esoteric parts of C++ used in Embedded such as classes? Not looking for an intro to C++. ... Looking forward to the...
295 james@...
jwgrenning Send Email
Sep 15, 2008
1:35 am
This class is about embedded C. No C++. I have an embedded C++ class also. This class focuses on using C++ classes and substitutability need for TDD. James ...
296 marktxx Send Email Sep 19, 2008
7:00 pm
... It would be nice if your forthcoming TDD for Embedded book had both C and C++ examples. thanks...
297 james@...
jwgrenning Send Email
Sep 21, 2008
5:02 am
Anything in the C book is usable in C++ where applicable. But the book will be focused on C. thanks, James ... [Non-text portions of this message have been...
298 donald.buresh Send Email Nov 7, 2008
9:25 am
To Whom It May Concern, Because of the significance of the work, and because of demand, I decided to publish the results of my research with VDM Publishing ...
299 Mike Karlesky
mkarlesky Send Email
Nov 11, 2008
9:13 pm
After far too long of a wait (amazing how major projects get in the way of releasing tools), Unity and CMock are now available. Unity is a lightweight C-based...
300 tom.ryan_au Send Email Nov 18, 2008
2:22 am
Hi, I'm just getting started with agile embedded (had brief experience in java/ruby agile and a decent amount of C/C++ experience in a non-agile way) and I'm...
301 James Grenning
jwgrenning Send Email
Nov 18, 2008
2:31 am
You should be able to run any command you like for a build in eclipse. Under project properties->C/C++ build->Builder settings You can provide your own...
302 Greg Williams
willi297 Send Email
Nov 18, 2008
5:38 pm
Tom, The easiest way that I've found to use Eclipse with Ruby/Rake is the following: - Open Eclipse and set workspace one level under the folder where you ...
303 Tom Ryan
tom.ryan_au Send Email
Nov 20, 2008
3:15 am
Sorry to spam the list (Thanks for the Eclipse help by the way, it works well now!) Everything is fine using GCC, but my target processor is a Texas ...
304 James Grenning
jwgrenning Send Email
Nov 20, 2008
3:34 am
Are you asking how to run tests on your target? or how to get started doing tests on the host development machine? Say a few more words on what you are...
305 Steve Bockman
stevebockman Send Email
Nov 23, 2008
7:33 pm
Greetings all, I'm an independent Agile developer, trainer and coach, and new to the group. A client of mine would like to take a tour of a company (preferably...
306 josschne Send Email Dec 2, 2008
4:19 pm
Hello - my introduction is long overdue. I work at John Deere working on embedded systems BSP and application software. My division (Intelligent Vehicle...
307 Nancy Van Schooenderw...
nancyvanscho... Send Email
Dec 2, 2008
4:37 pm
Hi - Your description of the gear on farm equipment reminds me of the work I used to do in aviation. Navigation and various controllers, etc. it's all very...
308 June Kim
junaftnoon Send Email
Dec 10, 2008
3:27 pm
Hello, I was happy to find out CMock. However I've got something to ask about its potential bug(or my usage fault), but I don't know where to ask. Reading...
309 Mark Vander Voord
mvandervoord Send Email
Dec 11, 2008
4:20 am
June: Thanks for the information. You are absolutely correct that there is a problem with the ignore generation. I will get it fixed within the next couple of...
311 Nancy Van Schooenderw...
nancyvanscho... Send Email
Dec 11, 2008
2:29 pm
Hi, Oliver - You didn't say what language you code in. If you're using C, then the CATSrunner test framework might be right for you. You can get it here ...
313 Mark Vander Voord
mvandervoord Send Email
Dec 13, 2008
2:11 am
June (and anyone else who would like to know): The latest version of CMock (1.2.2) is now available on sourceforge.net. In addition to fixing the bug you...
314 Nancy Van Schooenderw...
nancyvanscho... Send Email
Jan 1, 2009
12:31 am
Hi, I'm working on a tentative plan (to become official next week) for Agile Bazaar to host an event in late April focusing on Agile practices as applied to...
315 paulb777 Send Email Jan 2, 2009
9:43 pm
Hello, I've been ramping up my agile knowledge and participation in the agile community the last few years. I'm currently on the BayAPLN coordinating...
316 James Grenning
jwgrenning Send Email
Jan 2, 2009
10:16 pm
Hi Paul Its cool to see that agile is alive at wind river. Happy New Year to you too! James ... James Grenning james@... www.renaissancesoftware.net ...
317 James Grenning
jwgrenning Send Email
Jan 14, 2009
12:00 am
This cold weather has inspired me to make plans to spend some time in southern Florida. Come and join me and other northern escapees to learn Test Driven ...
318 vikas kankariya
vikas99777 Send Email
Jan 21, 2009
5:31 pm
Hi, I am new user for CMock. I tried it and works fine if the function prototypes involve only basic data types like int, float, char. I wanted to know, if...
319 Mark Vander Voord
mvandervoord Send Email
Jan 21, 2009
6:13 pm
Vikas: Currently CMock doesn't have support for custom structs, etc being directly passed. It has partial support for pointers to custom types... meaning it ...
320 mkarlesky Send Email Jan 21, 2009
10:41 pm
Vikas, When using CMock as currently constructed it motivates certain patterns of use. With custom structures, in particular, I've found allocating and ...
321 vikas kankariya
vikas99777 Send Email
Jan 22, 2009
6:00 pm
Hi, Thanks for the reply. Just a quick note that I will implement your method and revert back if I have any queries. Thanks! -VJ...
322 Nancy Van Schooenderw...
nancyvanscho... Send Email
Jan 23, 2009
5:08 am
Hi - I'm working on the agile team that is designing and producing a 2-day special event here in Cambridge, MA to focus on Agile methods for embedded systems....
323 paulb777 Send Email Jan 29, 2009
4:55 am
Hi, I'm investigating if there is sufficient interest for a conference and/or workshop to focus specifically on agile adoption for embedded development in the...
324 Nancy Van Schooenderw...
nancyvanscho... Send Email
Jan 29, 2009
9:21 pm
Paul, It's odd that you ask about this right now - at Lean-Agile Partners we are developing a 2-day workshop for managers who need to do loads more with lots...
Messages 293 - 324 of 1036   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help