Closed mdarweash closed 7 years ago
can we do this by downloading the mbed library for mbed.org and injecting it ? or there are modifications that are required to be carried out ?
In the past that was possible but the move to mbed OS 5.0 changed things so much that it is no longer possible to do it that way. I will need to rewrite the makefiles to support the latest versions of mbed. I don't currently have an ETA for that work. I am tracking this work item in issue #57.
so my straightforward question is. i've written my NRF51_32K_S130.ld & NRF51822-s130-device.mk to enable s130 device compiling for NRF51 Dongle .... as i need to use it as peripheral and scanner in the same time ....
is this supported by the current setup on gcc4mbed ? as it compiles well with the s130 but still no scanning is working ..every other functions are working properly
nrf-s130.zip best regards
Unfortunately I don't have any experience with using the peripheral & central capable S130 soft device so I don't know if it it can be made to work with the version of the mbed SDK that is in use by gcc4mbed.
My recommendation would be to find a sample on the mbed site that exploits the dual capabilities of the S130 soft device, build/test it with the online compiler, and then export the project to GCC ARM Embedded and use that for producing a GCC created firmware binary.
thanks @adamgreen for your fast reply... i'll test the whole thing and if it works let see how to publish this for the community
PS: I recently pushed up changes to the master branch which adds support for mbed-os-5.4.5/release 142.
how to update gcc4mbed to the latest mbed Library ?
can we do this by downloading the mbed library for mbed.org and injecting it ? or there are modifications that are required to be carried out ?