-
Notifications
You must be signed in to change notification settings - Fork 3k
Move FEATURE_IPV6 from mbed-os to here. #2207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@SeppoTakalo I only see a M3 build. I thought there was going to be a M0 build as well. |
@sg- Now Cortex-M0, M0+, M3 and M4 libraries are there. I did not create symlinks, because I don't know if those work on Windows. |
+1 |
@SeppoTakalo Its failing to respond to ping with mesh-minimal example. Can you check this? |
Hi @SeppoTakalo, I know this is a change, but would it be possible to move FEATURE_IPV6 into features/net to match the organization of network related features? |
@SeppoTakalo, I tried out the m3/m4 and I can get thread to work, but not 6lowpan. It looks like 6lowpan didn't get fully compiled in. I also tried using the m0/m0+ library on a K64F (since the m3/m4 library was broken) but I get link errors like this:
|
Contains same version of libraries as #453 Tagged versions * mbed-mesh-api mbed-os-5.0-rc1 * mbed-trace mbed-os-5.0-rc1 * nanostack-hal-cmsis-rtos mbed-os-5.0-rc1 * nanostack-interface copied. no remote repository * nanostack-libservice mbed-os-5.0-rc1 * sal-stack-nanostack mbed-os-5.0-rc1 Binaries generated from v5.0.5
Verified: GCC modules (at least) are broken. I think I have accidentally build them with some other than Thanks for reporting and testing this. Sorry for the trouble. |
Use M0 build for both M0 and M0+ Use M3 build for both M3 and M3 Use Cortex-A5 build for all Cortex-A cores.
Wait.. why did Github closed this.. maybe because I updated my branch... |
OK. Now libraries updated. |
Also added Cortex-A libraries. |
Verified with these binaries: Problems with thread were in application side configuration on border router. PR's submitted to Thread testapps. |
Thanks for moving this last minute 👍 |
landed by way of #2249 |
Contains same version of libraries as #453
Tagged versions