I have a similar question to the original poster. I'm trying to edit a library (lwip) however the "Edit library" option is not available. Is it locked in some way?
If I right click on other libraries, e.g. TMP102, then I can see "Edit library" option.
I tried right clicking on LWIP and performing a "save as.." in the hope it would save a local copy which I could edit, but same issue, seems to be locked.
Reason for wanting to edit: to change the some DEFINES in lwiopts.h in to tune for my application (increase TCP_SND_BUF so I can create and send a larger webpage). I tried creating my own local copy of the lwiopts.h file but the libary itself is precompiled so it makes no changes to the binary.
I've also tried to import the libary from the trunk: http://mbed.org/projects/cookbook/svn/EMAC/lwip/trunk and also tried importing as files. Each time I get the pre-compiled libary.
Can anyone suggest how I can edit this library?
Thanks,
Neil.
Dear MBEDers, I have a question (please pardon me if it turns out to be silly). I recently bought the MBED board and started to try out the test programs. And it rocks!! I am having a great time trying out its various features!
My end goal however, is to use the USBMSD_SD interface (which subclasses USBMSD class) to access SD cards and make some changes to the MSD protocol itself. The same changes would be complemented by my driver which will run in the host PC.
For this to work, I need to be able to modify the USBMSD_SD or USBMSD classes. I can view and access their sources because they are published libraries. But how do I get them over the MBED IDE, modify their sources to support my MSD protocol changes ?
Thanks in advance for your help! Seemanta