Rei Vilo 695 Posted June 13, 2014 Share Posted June 13, 2014 I'm receiving many mails about the libraries I've developed and I'm sharing. The libraries are plug-and-play as I'm using them in my projects. However, they are designed for a specific configuration. For example, a SD-card library requires a minimum of 512 bytes of RAM as this is the size of a sector. So it won't work on the MSP430G2553. With so many LaunchPads, BoosterPacks and components possible combinations, the one-fits-all approach is just impossible. It would end with lengthy and hard to read code with many pre-processing statements. For example, changing the pins names for the pins numbers improves the portability of the library across the LaunchPad range of boards. Even if the library works out of the box, they are provided as examples and require some work from the user. This is the best way for learning. The user should read and understand them, and then customise them so they can match his/her exact needs. With new hardware and software releases coming out, a library may suffer from obsolescence. It used to work with a prior version but no longer works with the new one. For example, each new release of Energia or CCS adds new features and some times modifies others in order to ensure compatibility across the whole range. Finally, feel free to improve and share back the libraries with the community This is a cross-post with Stellarisiti. MichelKohler, bluehash, reaper7 and 3 others 6 Quote Link to post Share on other sites
bluehash 1,581 Posted June 22, 2014 Share Posted June 22, 2014 Stickied. One suggestion @@Rei Vilo is to direct them to 43oh and ask them to start a thread. Quote Link to post Share on other sites
igor 163 Posted June 22, 2014 Share Posted June 22, 2014 I think it nice when cross-posting to provide a link to the cross-posted thread (so readers can easily find all the discussion on the mater), and to designate which particular one of the threads is to be used for discussion and follow-up (a link from the not for discussion copy to the one where follow-up is intended is particularly helpful). People may miss such designation, but nice to at least give them a hint how to keep the discussion easier to follow. http://forum.stellarisiti.com/topic/2021-some-misconceptions-about-libraries/ Quote Link to post Share on other sites
Rei Vilo 695 Posted June 22, 2014 Author Share Posted June 22, 2014 @@igor Nice suggestion, although too time consuming. I hope a better solution as merged forums is going to be implemented by the administrator. IMHO the 43oh and Stellarisiti forums are redundant: one would suffice. chicken 1 Quote Link to post Share on other sites
bluehash 1,581 Posted June 22, 2014 Share Posted June 22, 2014 (edited) @@igor Nice suggestion, although too time consuming. I hope a better solution as merged forums is going to be implemented by the administrator. IMHO the 43oh and Stellarisiti forums are redundant: one would suffice. I'm open to suggestions, but please note the order in which the Launchpads were released and when Energia came into play. 43oh and Stellarisiti are on two different servers, with two different databases. And yes, I'm aware this is inconvenient, both from an admin standpoint as well as user experience. The community forums will be undergoing a revamp in the next 8-9 months( time/resource/cash permitting), since the software will undergo an upgrade. Till then, it is my humble request to please bear the state of affairs as of now. I cannot do this alone and will be needing your help too. Thanks! Edited August 31, 2014 by bluehash [ADMIN] - Changed timeline from 3-4 to 8-9 months. IPBoard 4 release delayed. roadrunner84 1 Quote Link to post Share on other sites
Rei Vilo 695 Posted June 23, 2014 Author Share Posted June 23, 2014 @@bluehash Thank you for your answer. I imagine how tedious maintaining different forums in different servers can be. No problem with continuing the cross-posts! bluehash 1 Quote Link to post Share on other sites
dpharris 13 Posted August 28, 2014 Share Posted August 28, 2014 A big thanks to all of you who maintain these forums and develop the hardware and software. I am very impressed by the quality of these. Trying to maintain compatibility with multiple versions or hardware and software is truly daunting. Thanks again, David bluehash 1 Quote Link to post Share on other sites
igor 163 Posted August 17, 2015 Share Posted August 17, 2015 The thread linked below provides tips on porting libraries to energia. howto: porting libraries Rei Vilo 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.