Closed
Description
Description
- Type: Bug
- Priority: Major
Bug
The binary interface has changed in a way that the binary driver is unusable. The change causing the issue was introduced in commit PR #5428 . The binary driver would need to be recompiled to support changes incorporated to the OS side. Probably requires recompilation of other binary blobs which use the OS services.
Target
u-blox EVK-ODIN-W2
Toolchain:
GCC_ARM
Toolchain version:
arm-none-eabi-g++.exe (GNU Tools for ARM Embedded Processors 6-2017-q2-update) 6.3.1 20170620 (release) [ARM/embedded-6-branch revision 249437]
mbed-os sha:
1394bf95f
Expected behavior
Able to execute Greentea wifi testcase WIFI-CONSTRUCTOR
Actual behavior
[1511263825.04][CONN][INF] found KV pair in stream: {{__testcase_name;WIFI-SCAN}}, queued...
[1511263825.08][CONN][RXD] >>> Running case #1: 'WIFI-CONSTRUCTOR'...
[1511263825.13][CONN][INF] found KV pair in stream: {{__testcase_start;WIFI-CONSTRUCTOR}}, queued...
[1511263825.16][CONN][RXD] Operator new out of memory
Steps to reproduce
mbedls
+-------------------+----------------------+-------------+-------------+--------------------------+-----------------+
| platform_name | platform_name_unique | mount_point | serial_port | target_id | daplink_version |
+-------------------+----------------------+-------------+-------------+--------------------------+-----------------+
| UBLOX_EVK_ODIN_W2 | UBLOX_EVK_ODIN_W2[0] | E: | COM8 | ************************ | 0221 |
+-------------------+----------------------+-------------+-------------+--------------------------+-----------------+
mbed test --compile -c -t GCC_ARM -m UBLOX_EVK_ODIN_W2 --app-config .\TESTS\network\wifi\template_mbed_app.txt -n tests-network-wifi
mbedhtrun -f .\BUILD\tests\UBLOX_EVK_ODIN_W2\GCC_ARM\TESTS\network\wifi\wifi.bin -d E: -p COM8:9600