W dniu 2013-01-18 17:07, Peter Stuge pisze: > But here's a hint: There is zero difference between good programming > on a PC and on a microcontroller.
Just like there's no difference between Lego and scyscrapers - it's just the bricks are a bit smaller (; A quite big project for an MCU I have here has 28k lines, and that includes lwIP, FreeRTOS and FatFS. So less than 10k lines are mine. Compare that to OpenOCD that has 135k lines of code + external modules + external libraries + using OS libraries (sockets, networking, ...). Another notable difference - MCU projects are rarely done by a team, so I really know EVERYTHING there is about the project (excluding external libraries). On the other hand, PC projects are rarely done by a single person and there are not many comments in OpenOCD to explain the flow of data... And ohloh shows that OpenOCD has over 200 contributors, 60 last year... Some people think about Cortex-A15 and a Linux when hearing "embedded", but that's not always the case... 4\/3!! ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
