mirror of
https://github.com/espressif/openthread.git
synced 2026-09-15 05:30:09 +00:00
[url] move url to library (#5233)
This commit moves the URL parser to src/lib. Also includes the following changes: - Split URL on initialization. - Make a GetValue() const method. - Check aLastValue. - Add some negative tests.
This commit is contained in:
@@ -277,6 +277,7 @@ LOCAL_SRC_FILES := \
|
||||
src/lib/spinel/spinel.c \
|
||||
src/lib/spinel/spinel_decoder.cpp \
|
||||
src/lib/spinel/spinel_encoder.cpp \
|
||||
src/lib/url/url.cpp \
|
||||
src/posix/platform/alarm.cpp \
|
||||
src/posix/platform/entropy.cpp \
|
||||
src/posix/platform/hdlc_interface.cpp \
|
||||
|
||||
Reference in New Issue
Block a user