mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 14:40:07 +00:00
[ncp] split ncp_base and rearrange declarations (#2045)
* split handlers into general, mtd, ftd and radio-only. * move ChangedPropsSet into separate file. * add Ncp namespace.
This commit is contained in:
@@ -71,10 +71,11 @@ void TestMessageQueue();
|
||||
void TestPriorityQueue();
|
||||
|
||||
// test_ncp_buffer.cpp
|
||||
namespace ot
|
||||
{
|
||||
namespace ot {
|
||||
namespace Ncp {
|
||||
void TestNcpFrameBuffer(void);
|
||||
}
|
||||
}
|
||||
|
||||
// test_timer.cpp
|
||||
int TestOneTimer();
|
||||
@@ -162,7 +163,7 @@ namespace ot
|
||||
TEST_METHOD(TestTenTimers) { ::TestTenTimers(); }
|
||||
|
||||
// test_ncp_buffer.cpp
|
||||
TEST_METHOD(TestNcpFrameBuffer) { ot::TestNcpFrameBuffer(); }
|
||||
TEST_METHOD(TestNcpFrameBuffer) { ot::Ncp::TestNcpFrameBuffer(); }
|
||||
|
||||
// test_toolchain.cpp
|
||||
TEST_METHOD(test_packed1) { ::test_packed1(); }
|
||||
|
||||
Reference in New Issue
Block a user