1. 3c9f101 Disable TCP on the MCU based platforms by default. (#33232) by Pradip De · 11 months ago
  2. 5dd08e8 [Bouffalolab] Enable -Wundef and fix compile error (#29756) by wyhong · 1 year, 6 months ago
  3. d1b59df Add Span.h to a source_set that tracks its dependencies. (#29491) by Boris Zbarsky · 1 year, 6 months ago
  4. 38d6a48 Restyle C(++) code after upgrade to clang-format 16 (#29496) by Karsten Sperling · 1 year, 6 months ago
  5. 1ddf81b [Bouffalolab] Extract lwipopts.h from SDK (#29411) by wyhong · 1 year, 6 months ago
  6. b15a6e6 Make constexpr constants in headers inline constexpr (#29279) by Karsten Sperling · 1 year, 7 months ago
  7. 2e9ba6c [Bouffalolab] Add more build options and add zap & matter file for ethernet (#28982) by wyhong · 1 year, 7 months ago
  8. 971047f [BouffaloLab]update sdk to support open network (#29070) by shchen-Lab · 1 year, 7 months ago
  9. fd6ca55 [Bouffalolab] Add BL706 Wi-Fi support (#28320) by wyhong · 1 year, 7 months ago
  10. 054900b [Bouffalolab] Add BL702 Ethernet support (#27620) by wyhong · 1 year, 9 months ago
  11. c6462e2 [Bouffalolab] Add build option to enable rotating device id (#27906) by wyhong · 1 year, 9 months ago
  12. 452d3b4 [Bouffalolab] Refact BL602 & BL702 platform code (#27186) by wyhong · 1 year, 10 months ago
  13. beb75fc Fix boufallolab build. (#26108) by Boris Zbarsky · 2 years ago
  14. 3b46d4a [Bouffalolab] Disable strict_warnings for pigweed enabled and fix to get Wi-Fi BSSID (#26099) by wyhong · 2 years ago
  15. fcb34b7 Make the GetWiFiBssId signature safer. (#26088) by Boris Zbarsky · 2 years ago
  16. 21d2129 [Bouffalolab]improvements related to ota requestor (#26013) by stoneM2017 · 2 years ago
  17. 6f7af6c [Bouffalolab] Add factory data provider support for BL602 (#26026) by wyhong · 2 years ago
  18. 3ab9136 [Bouffalolab] Fix some implemenations to get Wi-Fi Diagnostic information (#25621) by wyhong · 2 years ago
  19. 38c913e [Bouffalolab] Update application lighting operation in lighting-app (#25640) by wyhong · 2 years ago
  20. 2086355 Switch to using WiFiVersionEnum instead of raw integers. (#25547) by Boris Zbarsky · 2 years, 1 month ago
  21. 6083a3f Align WiFi network diagnostics XML to spec changes. (#25094) by Boris Zbarsky · 2 years, 1 month ago
  22. 44a3ac9 [Bouffalolab] Update bouffalolab sdk repo 1.6.40 (#24514) by wyhong · 2 years, 2 months ago
  23. 1b226d4 Align General Diagnostics cluster with the spec again. (#24469) by Boris Zbarsky · 2 years, 2 months ago
  24. b4ee5bb [Bouffalolab] Enable BL602 hardware crypto engine for mbedtls (#24272) by wyhong · 2 years, 3 months ago
  25. b8d4c4a [Bouffalolab] Refactor Bouffalolab SDK gn scripts (#24132) by wyhong · 2 years, 3 months ago
  26. 9e371e6 Add a way for Resolver consumers to cancel operational resolve attempts. (#24010) by Boris Zbarsky · 2 years, 4 months ago
  27. 95c3c31 [Bouffalolab] Fix BL602 IPv6 address generation failure (#23821) by wyhong · 2 years, 4 months ago
  28. 406bdfe Fix Logging When Trying to Log Nullptr To Strings (#23604) by Evgeny Margolis · 2 years, 5 months ago
  29. 3bd8337 [Bouffalolab] update BL602 (Wi-FI) and BL702 (Thread) lighting-app to use same application code (#23432) by wyhong · 2 years, 5 months ago
  30. 7b8c574 Remove DeviceNetworkProvisioningDelegate interface to force vendor to use NetworkCommissioning interface… (#23391) by Yufeng Wang · 2 years, 5 months ago
  31. 96b4c0d [darwin] Use DNSServiceReconfirmRecord for A and AAAA records to miti… (#23067) by Vivien Nicolas · 2 years, 5 months ago
  32. 0854eb3 Remove not used CHIP time service config defines (#23289) by Arkadiusz Bokowy · 2 years, 5 months ago
  33. a355c92 Remove unused config option CHIP_DEVICE_CONFIG_LOG_PROVISIONING_HASH (#23166) by Shubham Patil · 2 years, 6 months ago
  34. bd83c1a Add an API to stop a DNS-SD browse operation. (#22823) by Boris Zbarsky · 2 years, 6 months ago
  35. 797ca40 Update flash tool, add mac os flash tool,add ipv6 get addr hook,update readme ,add board link,update ble impl, fix support phone commission (#22798) by jczhang777 · 2 years, 6 months ago
  36. 15ac917 Use CopyString() Instead strncpy() (#22708) by Evgeny Margolis · 2 years, 6 months ago
  37. 69551a1 [BL602] Fix sve2 problems (#22582) by jczhang777 · 2 years, 7 months ago
  38. 0ca9aa4 [BL702] bring up Bouffalo Lab BL702 (#22450) by wyhong · 2 years, 7 months ago
  39. 2a47aee [BL602] Update Bouffa Lab sdk repo (#22106) by jczhang777 · 2 years, 7 months ago
  40. 79af10d [BL602] Update README.md, fix diagnosic impl (#22067) by jczhang777 · 2 years, 7 months ago
  41. f577005 [system] Increase number of timers to 32 (#21966) by Damian Królik · 2 years, 8 months ago
  42. cc26cb2 [BL602]fix problems to generate the OTA StateTransition and VersionApplied event (#21875) by stoneM2017 · 2 years, 8 months ago
  43. a494b1c [ble] Remove CHIP_DEVICE_CONFIG_CHIPOBLE_DISABLE_ADVERTISING_WHEN_PROVISIONED (#21582) by Damian Królik · 2 years, 8 months ago
  44. c47aed1 [BL602] Add Diagnostic info, update libwifi.a, and wifi mgmr api, get… (#21529) by jczhang777 · 2 years, 8 months ago
  45. 45aa8ea [BL602] Inclease udp endpoint num, to fix mdns advertise fail (#21228) by jczhang777 · 2 years, 8 months ago
  46. 4f280ce Do not setup ConfigurationMgr via PlatformMgr on each platform (#21075) by Yufeng Wang · 2 years, 8 months ago
  47. 83deb47 Remove non-used field from WiFi commissioning driver (#21048) by Arkadiusz Bokowy · 2 years, 8 months ago
  48. e5afb18 We should not call SetDiagnosticDataProvider within PaltformMgr on ea… (#20806) by Yufeng Wang · 2 years, 9 months ago
  49. e455945 add enum check (#20020) by yunhanw-google · 2 years, 9 months ago
  50. 57cb679 Remove Set/GetCHIPoBLEServiceMode. (#20621) by Boris Zbarsky · 2 years, 9 months ago
  51. 034b926 Bl602 update 0708 (#20476) by jczhang777 · 2 years, 9 months ago
  52. 8c8d8d8 Remove kAccountPairingChange (#20278) by Vivien Nicolas · 2 years, 9 months ago
  53. edda101 [BL602]1. add the support of pw_rpc; 2. enable buttons on dev board to do factory reset and control light (#20212) by stoneM2017 · 2 years, 9 months ago
  54. a37186d [platform] Remove dead code (#20222) by Damian Królik · 2 years, 9 months ago
  55. 76a08ac Pull latest pigweed version. (#20158) by Andrei Litvin · 2 years, 9 months ago
  56. 6387049 Make cleanup functions return 'void' (#19870) by Michael Spang · 2 years, 9 months ago
  57. cba92c0 Stop duplicating advertisement timeout handling. (#20007) by Boris Zbarsky · 2 years, 9 months ago
  58. a2db7c3 [BL602] 1.add matter ota support, 2. use matter example DeviceInfoPro… (#19877) by jczhang777 · 2 years, 9 months ago
  59. 65bea66 Move UDPEndPointManager out of Globals.cpp (#19784) by Michael Spang · 2 years, 9 months ago
  60. 350352d Remove mention of the kFabricMembershipChange event. (#19688) by Boris Zbarsky · 2 years, 10 months ago
  61. 9c227de [BL602] 1.Update README 2.Add wifi scan 3.Update sdk repo to fix pbuf. (#18944) by jczhang777 · 2 years, 10 months ago
  62. 67a9f1e [Tizen] Enable system time platform support (#18834) by Arkadiusz Bokowy · 2 years, 10 months ago
  63. 4517de3 Stop storing breadcrumb in persistent storage. (#17769) by Boris Zbarsky · 3 years ago
  64. 173b505 Remove some unused keys from platform manager configs. (#17784) by Boris Zbarsky · 3 years ago
  65. 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 3 years ago
  66. f3502e6 Remove GlobalEncryptedMessageCounter. (#17372) by Boris Zbarsky · 3 years ago
  67. 43b5ca7 [nwprov] Resolve comments in #17038 add more checks (#17197) by Song GUO · 3 years ago
  68. 6ba2a09 Remove all dead config options from SDK (#17119) by Tennessee Carmel-Veilleux · 3 years ago
  69. fae3888 [NWPROV] Fix spec compliance issues (#17038) by Song GUO · 3 years ago
  70. 3666138 BL602 pull request (#16370) by jczhang777 · 3 years ago