- 9c93583 Add testing_pw library (#31550) by Jakub Latusek · 1 year, 2 months ago
- 4676d27 Remove dependency between chip-tool and the nlunit-test (#31234) by Jakub Latusek · 1 year, 2 months ago
- 44e1a70 Fix TestPlatformMgr crash (#31052) by Tennessee Carmel-Veilleux · 1 year, 3 months ago
- 547b587 Fix improperly mutable pointers to string constants (#30804) by Michael Spang · 1 year, 3 months ago
- 75de58d Add a lint for use of PRI*64 macros. (#30541) by Boris Zbarsky · 1 year, 4 months ago
- e574fd8 [zephyr] Do not build ConfigurationManager::RunUnitTests() without tests (#30171) by Damian Królik · 1 year, 4 months ago
- 43159a8 Add pw_unit_test support to build configuration (#29479) by Maksymilian Knust · 1 year, 5 months ago
- 8296a75 Enable -Wundef by default. (#29582) by Boris Zbarsky · 1 year, 5 months ago
- c53bef2 Bump third_party/pigweed/repo from `e72f0d5` to `da76d13` (#26713) by dependabot[bot] · 1 year, 10 months ago
- 4b04598 DNS-SD mock for checking platform implementations (#26143) by Arkadiusz Bokowy · 1 year, 10 months ago
- 58699c8 [OIS] CI improvments and stabilization (#25866) by Artur Tynecki · 1 year, 10 months ago
- 4083b32 [Tizen] Account for 0-terminator in WriteConfigValueStr (#26510) by Arkadiusz Bokowy · 1 year, 10 months ago
- 6ec5f81 Fix TestDnssd exit after last HandleResolved call (#26138) by Arkadiusz Bokowy · 1 year, 11 months ago
- 3124f51 [Linux] Fix event loop task consecutive start/stop (#26195) by Arkadiusz Bokowy · 1 year, 11 months ago
- b5d2e49 Fix shutdown ordering in TestDnssd. (#26024) by Boris Zbarsky · 1 year, 11 months ago
- e3cda8b [cmake] Common Cmake sources for Matter build (#25654) by Artur Tynecki · 2 years ago
- 0efd318 [OIS] Platform and examples implementation (#23382) by Artur Tynecki · 2 years, 3 months ago
- 1145bac Misc clang-tidy auto fixes (#23445) by Andrei Litvin · 2 years, 4 months ago
- bd83c1a Add an API to stop a DNS-SD browse operation. (#22823) by Boris Zbarsky · 2 years, 5 months ago
- 70b8bb1 Register the DNS service for the accessory with a valid hostname (#22010) by Nivi Sarkar · 2 years, 6 months ago
- a49b2bb Allow to call mDNS browse callback more than once (#19554) by Arkadiusz Bokowy · 2 years, 6 months ago
- 0abfab0 Log the instance name when publishing dns-sd services. (#22191) by Boris Zbarsky · 2 years, 7 months ago
- 1fd6732 [zephyr] Fix factory recent after recent KVS changes (#20419) by Damian Królik · 2 years, 8 months ago
- 0418719 [zephyr] Pass storage audit (#20298) by Damian Królik · 2 years, 8 months ago
- b91727b Properly handle crashes/reboots during FabricTable commit (#20010) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- 6387049 Make cleanup functions return 'void' (#19870) by Michael Spang · 2 years, 9 months ago
- dacfe1b Move unit tests context to platform heap instead of stack/static (#19931) by Andrei Litvin · 2 years, 9 months ago
- 09f3e4a Move GetVendorId and GetProductId to DeviceInstanceInfoProvider (#19514) by Kamil Kasperczyk · 2 years, 9 months ago
- 4e3930a Properly manage operational key lifecycle for fail-safe (#19277) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- 8cc291d Bring certificate validity logic into spec compliance (#19119) by Michael Sandstedt · 2 years, 9 months ago
- e023667 Created Device Instance Info Provider (#18767) by Arkadiusz Bałys · 2 years, 10 months ago
- 09bb6fd Stop passing our addresses from resolve in two different places. (#18708) by Boris Zbarsky · 2 years, 10 months ago
- 4517de3 Stop storing breadcrumb in persistent storage. (#17769) by Boris Zbarsky · 2 years, 11 months ago
- 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 2 years, 11 months ago
- df30ce4 Do not update fabric index during SetUpdateNocCommandInvoked (#16847) by Yufeng Wang · 3 years ago
- 0d98cc2 Don't factory reset device if reboot with a pending arm failsafe (#16497) by Yufeng Wang · 3 years ago
- c8efa21 Add initial unit test framework for FailSafeContext (#16484) by Yufeng Wang · 3 years ago
- 8f86c43 Introduce CommissionableDataProvider for discriminator and verifier (#16020) by Tennessee Carmel-Veilleux · 3 years ago
- eb2d033 Ensure memory shutdown is done in tests (#15590) by Andrei Litvin · 3 years, 1 month ago
- 7304941 Added generation of unique identifiers (#15031) by Kamil Kasperczyk · 3 years, 1 month ago
- 0e027df Allow platform DNS-SD resolve to provide more than one IP address in the ResolvedNodeData (#15239) by Boris Zbarsky · 3 years, 1 month ago
- 72896fc Fix mac address get for dnssd (#15221) by Andrei Litvin · 3 years, 1 month ago
- ad68b4b Enable TestDiscovery again (followup of #14598) (#14977) by Vivien Nicolas · 3 years, 1 month ago
- a117d85 Add Support for SPAKE2P Parameters Storage. (#14350) by Evgeny Margolis · 3 years, 2 months ago
- ad8fa0e Remove unused ActiveLocale from ConfigurationMgr (#13826) by Yufeng Wang · 3 years, 2 months ago
- 5d905ea Restore configurability of abnormal termination (#13784) by Kevin Schoedel · 3 years, 2 months ago
- 5274676 Remove unused configuration items from ConfigurationMgr (#13672) by Yufeng Wang · 3 years, 2 months ago
- 79530ef Add support for HourFormat & CalendarType in ConfigurationMgr. (#13433) by Yufeng Wang · 3 years, 2 months ago
- 8281d59 Add support for ActiveLocale in ConfigurationMgr (#13403) by Yufeng Wang · 3 years, 2 months ago
- 73014ce Replace GetRegulatoryConfig with GetRegulatoryLocation to avoid inconsistent result (#12827) by Yufeng Wang · 3 years, 3 months ago
- ec95ba7 Use serial number and manufacturing date in Basic Cluster (#10706) by Markus Becker · 3 years, 4 months ago
- c1b032a Move diagnostic APIs from ConnectivityMgr to DiagnosticDataProvider (#12139) by Yufeng Wang · 3 years, 4 months ago
- 7653f00 Remove happy tests (#11373) by Andrei Litvin · 3 years, 4 months ago
- 1903401 [Mbed] Unit tests improvements (#11589) by Artur Tynecki · 3 years, 4 months ago
- 384f370 Use null-terminated SerialNumber (#11462) by Markus Becker · 3 years, 4 months ago
- 7addec8 Revert "Remove Microseconds from System::Clock (#11450)" (#11481) by Andrei Litvin · 3 years, 4 months ago
- 11c32e8 Remove Microseconds from System::Clock (#11450) by Kevin Schoedel · 3 years, 4 months ago
- eddd4f7 Rename System::Clock::Zero to System::Clock::kZero (#11327) by Kevin Schoedel · 3 years, 4 months ago
- 94d0e9e Replace and remove weakly-typed System::Clock code (#11238) by Kevin Schoedel · 3 years, 4 months ago
- 014d85c Convert Inet::InterfaceId to a class (#10979) by Kevin Schoedel · 3 years, 5 months ago
- 551e53f [TE7]:Add GetNetworkInterfaces/ReleaseNetworkInterfaces APIs in ConnectivityMgr (#10622) by Yufeng Wang · 3 years, 5 months ago
- ea1b443 Use safe System::Clock types for system timers (#10779) by Kevin Schoedel · 3 years, 5 months ago
- 77b0603 Convert to enum class in src/inet (#10504) by Kevin Schoedel · 3 years, 5 months ago
- f2b4dbd Clean up configuration manager (#10528) by Andy Salisbury · 3 years, 5 months ago
- d9e02a0 [mdns] Renamed mDNS abstract layer to DNS-SD (#10381) by Kamil Kasperczyk · 3 years, 5 months ago
- 14a04e9 [mdns/srp] Implemented delayed mDNS platform initialization (#10222) by Kamil Kasperczyk · 3 years, 5 months ago
- 08fe66d Indirect access for System::Clock functions (#10056) by Kevin Schoedel · 3 years, 6 months ago
- 924f36e Added Android platform (#9884) by Hui.Li-TCL · 3 years, 6 months ago
- d99edbf [Zephyr] Erase key-value store on factory reset (#9683) by Damian Królik · 3 years, 6 months ago
- 86eb040 Make System::Layer mockable (#9546) by Kevin Schoedel · 3 years, 6 months ago
- de970b5 Make System::Clock mockable (#9547) by Kevin Schoedel · 3 years, 6 months ago
- 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 7 months ago
- 371fb31 Check and fix System::Layer shutdown sequencing (#9247) by Kevin Schoedel · 3 years, 7 months ago
- 09916d7 Add ChipMdnsShutdown() (#9108) by Kevin Schoedel · 3 years, 7 months ago
- 79c9315 Fake platform for tests. (#8946) by C Freeman · 3 years, 7 months ago
- d939393 Add unit test support for EFR32 (#8842) by rgoliver · 3 years, 7 months ago
- 0fe17ec Add CHIP_ERROR object methods (#8784) by Kevin Schoedel · 3 years, 7 months ago
- 379953f Use usleep instead of sleep/nanosleep on Mbed OS. (#8393) by Vincent Coubard · 3 years, 8 months ago
- 15669b6 Make CHIP_ERROR a class type on Linux (#8383) by Kevin Schoedel · 3 years, 8 months ago
- a70c659 Revise System Layer clock code (#8266) by Kevin Schoedel · 3 years, 8 months ago
- 68fcef6 Split up src/platform/BUILD.gn (#8099) by Michael Spang · 3 years, 8 months ago
- ceff3d7 Fix Darwin implementation of RunEventLoop to return when StopEventLoopTask is called. (#7854) by Boris Zbarsky · 3 years, 9 months ago
- 6cf91db Fix all detectable thread races in chip-tool (#7478) by Jerry Johns · 3 years, 9 months ago
- 2daca5d Mdns: move Hostname into MdnsService struct (#7520) by C Freeman · 3 years, 9 months ago
- a9b8ade [shell] move common shell commands to common library (#6765) by Jiacheng Guo · 3 years, 10 months ago
- 6dacc8d Fix potential deadlock in TestMdns (#6721) by Andrei Litvin · 3 years, 10 months ago
- 17be4af Implement general commissioning cluster callbacks (#6361) by Yufeng Wang · 3 years, 11 months ago
- 3bb3bb9 [Thread] use operational dataset (#5415) by Yakun Xu · 4 years ago
- 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 4 years ago
- 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 4 years ago
- 1de2b73 Add Mdns implementation for darwin (#5394) by Vivien Nicolas · 4 years ago
- 4401402 Integrated SRP client API with the existing mDNS API. (#5343) by Kamil Kasperczyk · 4 years ago
- 09611bf Switch ${build_root}/chip back to ${chip_root}/build/chip (#5089) by Michael Spang · 4 years ago
- cb845e1 Add Key Value Storage implementation for nrfconnect (#4814) by Kamil Kasperczyk · 4 years, 1 month ago
- 9a91d03 Typo fixes for #4111 (#4615) by Justin Wood · 4 years, 1 month ago
- 4e1faf2 [gn] introduce build_root variable (#4352) by Łukasz Duda · 4 years, 2 months ago
- 2c820d0 Add platform implementation for Advertiser (#4345) by Jiacheng Guo · 4 years, 2 months ago
- bb9c35c Fix build break from outdated header name (#4148) by Boris Zbarsky · 4 years, 3 months ago
- eddb7c3 Move src/platform/tests to auto-generation of unit test drivers (#3989) by Andrei Litvin · 4 years, 3 months ago
- 5813d4a Convert support tests to auto test driver building (#3982) by Andrei Litvin · 4 years, 3 months ago