Closed
Description
Description
Target: REALTEK_RTL8195AM
Toolchain: GCC_ARM
mbed-cli 1.5.0
Mbed OS versions 5.9.0 - 5.9.5 and master (sha f15dbf2)
Steps to reproduce:
For example, import mbed-os-example-wifi
mbed import mbed-os-example-wifi
cd mbed-os-example-wifi
Enable IPv6
"target_overrides": {
"*": {
"platform.stdio-convert-newlines": true,
"lwip.ipv4-enabled": false,
"lwip.ipv6-enabled": true
},
Build
mbed compile -t GCC_ARM -m REALTEK_RTL8195AM
Fixed in this commit #7056 but it seems to be missing from 5.9.0 - 5.9.5
This commit #7669 brings back the "dhcps.h" and "dhcps.c" files which cause the build issue in Mbed OS master
[ ] Question
[ ] Enhancement
[X] Bug