Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For chip/gn restyle #1

Closed
wants to merge 258 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
258 commits
Select commit Hold shift + click to select a range
92fda7c
Add JNI bridge for setup_payload (#1454)
vidhis88 Jul 7, 2020
6350c46
Add screen manager and virtual sensors to app (#1453)
mlepage-google Jul 7, 2020
c81163f
Add headers required to build CHIP for Android apps. (#1411)
vidhis88 Jul 7, 2020
6dbfdb6
Android CHIP demo app (#1412)
vidhis88 Jul 7, 2020
1a2aca6
Remove uses of "pragma message" for unsuppressable warnings (#1445)
mspang Jul 7, 2020
e69f3a1
Build errors with './bootstrap-configure --with-device-layer=linux' o…
vivien-apple Jul 7, 2020
fd0e531
Fix some doxygens warnings (#1483)
vivien-apple Jul 7, 2020
8f45112
Add file descriptions for submodule scripts (#1485)
mspang Jul 7, 2020
2300cc3
Do not enforce socket for --with-device-layer=linux since it may conf…
vivien-apple Jul 7, 2020
cdb3fb7
[NW] Get TestSystemTimer to work with the Network.framework backend (…
vivien-apple Jul 7, 2020
8634c55
[Rendezvous] Do not turn on the WiFi SoftAP if the rendezvous mode is…
vivien-apple Jul 7, 2020
9d4ffab
Add optional qr code info parsing to SetupPayload-JNI (#1470)
randyrossi Jul 7, 2020
10be6f0
[linux] add ThreadStackManager for Linux Device layer #1320Thread lin…
gjc13 Jul 8, 2020
c3e81c3
Multiple PeerConnections with the same nodeId but different PeerAddre…
vivien-apple Jul 8, 2020
a310bc4
Use implicit IV for encryption (#1487)
pan-apple Jul 8, 2020
505669a
Fix the mbedtls, clang, & linux-embedded builds (#1489)
mspang Jul 8, 2020
6f8e28b
Add a src/platform/Darwin and get it to link with the iOS demo app (#…
vivien-apple Jul 8, 2020
64e9c43
[nrf5] Add nRF5 Lighting Example App (#1436)
erjiaqing Jul 8, 2020
02681f5
Show QR code vendor tags in Android app (#1491)
vidhis88 Jul 8, 2020
efa630b
Support building CHIP with GN (#1456)
mspang Jul 9, 2020
dd62545
Add some documentation about generating the doxygen documentation (#1…
vivien-apple Jul 9, 2020
c56ec54
Ensure 'doc' Make Target Is Supported; Add Diagnostic Information If …
gerickson Jul 9, 2020
9525301
Propose Documentation for Software Best Practices, Coding Conventions…
gerickson Jul 9, 2020
488cbac
submodule nits (#1506)
Jul 9, 2020
dee9b45
update docker images and submodule workflow (was drop repos.conf) (#1…
Jul 9, 2020
ace290d
Decouple transport from session management. (#1424)
andy31415 Jul 9, 2020
67a1b59
Make bloat check work with github actions (#1441)
andy31415 Jul 9, 2020
e0f65ef
Add PlatformManager::Shutdown to permit the event loop to terminate p…
vivien-apple Jul 9, 2020
b7b347b
Define and implement CHIP heap memory allocation indirection function…
yufengwangca Jul 9, 2020
105b4fe
Remove casts (#1539)
mlepage-google Jul 9, 2020
034e631
Fix examples/chip-tool/README.md about the correct arguments to used …
vivien-apple Jul 9, 2020
e836139
Added 'Common > Language-independent > Commenting Out or Disabling Co…
gerickson Jul 9, 2020
f9ddb8d
Prepare to have bloat check run scheduled (allow command line run for…
andy31415 Jul 9, 2020
0203bed
gn_build.sh: Don't forget to build libCHIP.a (#1543)
mspang Jul 10, 2020
4c8c053
Add docker definition for nRF Connect SDK (#1529)
Damian-Nordic Jul 10, 2020
8d085b3
Add linux embedded & standalone examples to GN build + misc cleanups …
mspang Jul 10, 2020
6dc7f46
issue 1545 maybe (#1547)
Jul 10, 2020
9eb6ba5
bin/bash to /usr/bin/env bash (#1546)
Jul 10, 2020
7e18d7d
Docker image for android builds (#1502)
randyrossi Jul 10, 2020
18129db
Run the bloat check script as a scheduled github workflow. (#1551)
andy31415 Jul 10, 2020
0c1fc15
Fix GN build warnings due to objects with no symbols on Mac (#1552)
mspang Jul 10, 2020
52b6f03
[gn] Vscode integration. Fixes #1526. (#1527)
turon Jul 10, 2020
78a28d2
Bloat check scheduling: update timing to 5 minutes, checkout code sin…
andy31415 Jul 10, 2020
fcddc88
Move screen framework into component (#1555)
mlepage-google Jul 10, 2020
21f9d09
Fix GN examples workflow not saving the outputs (#1559)
mspang Jul 10, 2020
bffe0bb
Fix CFLAGS in Makefile (#1562)
mlepage-google Jul 10, 2020
8419431
Update version for android image, fix dpkg install error in nrf conne…
andy31415 Jul 11, 2020
a964fad
Add default build with linux device layer (#1568)
mspang Jul 13, 2020
b6cab67
Fix TestPlatformTime under load (#1571)
mspang Jul 13, 2020
f305152
Fix nRF5 lock app build instructions (#1572)
mspang Jul 13, 2020
db9b861
Add missing headers to //src/platform (#1569)
mspang Jul 13, 2020
ffa6de3
[OpenThread] ReceivePacket should use PBUF_LINK when allocating pbuf …
erjiaqing Jul 14, 2020
4bd83a5
Fix data race in GenericPlatformManagerImpl_POSIX.ipp (#1588)
mspang Jul 14, 2020
7df78e5
Fix activate.sh to find CHIP_ROOT (#1585)
Jul 14, 2020
8af2bd8
Fix some configuration differences between GN & automake (#1582)
mspang Jul 14, 2020
d3c22b9
Fix AC_DEFINE description message to align with macro define value (#…
yufengwangca Jul 14, 2020
47f325f
[nrf5] build with internal OpenThread (#1579)
bukepo Jul 14, 2020
c10d357
[shell] Add device layer commands: start, get, config. (#1574)
turon Jul 14, 2020
1e185c7
dont need bsdtar (#1598)
Jul 14, 2020
899de40
[shell] Add documentation for CHIP shell commands. (#1596)
turon Jul 14, 2020
475b533
Remove recursive mutex & fix unbalanced locking in TestPlatformMgr (#…
mspang Jul 14, 2020
dc05393
[shell] Add handling of escape and tabs. (#1604)
turon Jul 15, 2020
bca8b6e
[linux] Add GDBus support in PlatformMgr to drive DBUS communication.…
yufengwangca Jul 15, 2020
6962ff3
[linux] Use new chip SHA256 class to re-implement CHIP provisioning H…
yufengwangca Jul 16, 2020
cc040a2
EFR32 fix lock app build (#1628)
jepenven-silabs Jul 16, 2020
9f02853
Pull submodules (#1583)
mspang Jul 16, 2020
694f20d
Glue standalone application to a device layer for POSIX platforms (#1…
vivien-apple Jul 16, 2020
6465fc7
Adapt System layer to Zephyr OS (#1594)
Damian-Nordic Jul 17, 2020
cbc90a0
Improve CHIP error constant defines to be consistent and accurate (#1…
yufengwangca Jul 17, 2020
c57e482
error: invalid conversion from 'const char*' to 'char*' [-fpermissive…
vivien-apple Jul 17, 2020
0b0ee66
Merge nRF and nRF Connect Dockerfiles (#1577)
Damian-Nordic Jul 20, 2020
e3428ce
[Rendezvous] Add BLEEndPoint echo code to the esp32 demo app (#1458)
vivien-apple Jul 20, 2020
34a4a93
Add support for nRF Connect SDK (#1494)
Damian-Nordic Jul 20, 2020
f3d80ff
[gn] [shell] Add shell tests to gn build. Fixes #1605. (#1607)
turon Jul 20, 2020
b8e311b
[shell] Fix the Linux configuration end-to-end so the .ini, C++ APIs,…
yufengwangca Jul 20, 2020
87d2e65
LGTM This parameter of type OptionalQRCodeInfoExtension/SetupPayload …
vivien-apple Jul 20, 2020
9081715
LGTM - Comparison is always true because info_length >= 1. (#1617)
vivien-apple Jul 20, 2020
93e8775
LGTM - Comparison between i of type uint8_t and netmaskLen of wider t…
vivien-apple Jul 20, 2020
3560ded
third_party/Makefile.am distclean rule use OTBR_CLIENT_SUBDIRS instea…
vivien-apple Jul 20, 2020
cc1a054
LGTM - Except block directly handles BaseException. (#1622)
vivien-apple Jul 20, 2020
934ed77
Use @tparam instead of @param in src/transport/Tuple.h (#1624)
vivien-apple Jul 20, 2020
b61a35b
Architecture overide warning while building the iOS app (#1625)
vivien-apple Jul 20, 2020
4dd5230
Add new on/off cluster implementation based on the Silicon Labs Zigbe…
bzbarsky-apple Jul 21, 2020
61060a8
Moving to new requirements based groups (which fixes our loophole) (#…
woody-apple Jul 21, 2020
2aef7c9
Update Docker image for linux device layer BlueZ compilation (#1614)
yunhanw-google Jul 21, 2020
0320920
Call PlatformMgr::InitChipStack from the device controller (#1500)
vivien-apple Jul 21, 2020
e1d448c
Add BlueZ in CHIP (#1608)
yunhanw-google Jul 21, 2020
c016638
Address review comments for src/platform/Darwin from #1497 (#1620)
vivien-apple Jul 21, 2020
4fa9a9f
Change the existing zcl codec bits to match the data format of the ne…
bzbarsky-apple Jul 21, 2020
dc4a18f
groom esp32 chip build (#1646)
Jul 21, 2020
e1729df
[ble] update ble advertisement packet format (#1649)
gjc13 Jul 21, 2020
7e64b82
[OpenThread] Disable IPv6 MLD on Thread Netif (#1651)
erjiaqing Jul 21, 2020
49f1c92
Expose WiFiStationProvision methods in ESP32Utils (#1600)
shana-apple Jul 21, 2020
09ec421
Implement ConfigurationManager for nRF Connect SDK (#1659)
Damian-Nordic Jul 21, 2020
b1e52b2
Add BleEndPoint for the Darwin platforms (#1660)
vivien-apple Jul 21, 2020
e1d1a16
[nrf] fix build errors on nRF Connect SDK example (#1677)
e-rk Jul 22, 2020
450ed4d
Remove leftover code in LEDWidget.cpp (#1681)
vivien-apple Jul 22, 2020
e9abffb
process-global-message.c:297:27: warning: this statement may fall thr…
vivien-apple Jul 22, 2020
ce5517e
ESP32 - Add a bluetooth virtual light that turns on when there is an …
vivien-apple Jul 22, 2020
013f7f8
Revert "error: invalid conversion from 'const char*' to 'char*' [-fpe…
vivien-apple Jul 22, 2020
02638fa
Fix nRF5 example build instructions in README (#1685)
pan-apple Jul 22, 2020
6ce3894
[DeviceLayer] Add SetupPinCode and SetupDiscriminator to configuratio…
erjiaqing Jul 22, 2020
14c1cfc
Adding the steps to build CHIP for Android apps. (#1662)
vidhis88 Jul 22, 2020
9e98e54
Add missing dependency from nRF5 device layer to nRF5 SDK (#1667)
mspang Jul 22, 2020
c870536
[OpenThread] Add missing SetThreadProvision implementation on RTOS (#…
gjc13 Jul 22, 2020
b254270
Fixing vscode build (#1689)
woody-apple Jul 22, 2020
bbdaf59
Crash when sending messages over wifi (#1680)
vivien-apple Jul 22, 2020
d5cbe86
Pull submodules (#1666)
mspang Jul 23, 2020
c8541ef
Adding support for GitHub labeler, fixes #1008 (#1693)
woody-apple Jul 23, 2020
7f00eba
Update labeler.yaml
woody-apple Jul 23, 2020
ff31b0a
Create boring-cyborg.yml
woody-apple Jul 23, 2020
f64bf91
Update boring-cyborg.yml
woody-apple Jul 23, 2020
398757c
Log free heap at (a) Connection establishment (b) post-attribute chan…
kedars Jul 23, 2020
08f0e6e
configure --with-device-layer=none is broken (#1707)
vivien-apple Jul 23, 2020
f449e98
Update remainder of workflows to native submodule sync (#1705)
mspang Jul 23, 2020
8eb18b8
Update boring-cyborg.yml
woody-apple Jul 23, 2020
c42bf0c
Darwin - Make the Ble backend less verbose (#1726)
vivien-apple Jul 27, 2020
2251809
Do not include the gateway ip for rendezvous over Ble (#1728)
vivien-apple Jul 27, 2020
a28e2b9
Augment the width of virtual leds on the M5Stack screen for demos (#1…
vivien-apple Jul 27, 2020
c5bf91f
Add a helper to setup wifi on the esp32 (#1732)
vivien-apple Jul 27, 2020
e4f636f
Add a yellow virtual light widget on the esp32 when the wifi is up an…
vivien-apple Jul 27, 2020
c3c29d8
[Thread] remove factory reset (#1839)
bukepo Jul 27, 2020
cf5b7ab
Fix ConnectivityManagerImpl.cpp in order to let the ESP32 connect to …
vivien-apple Jul 27, 2020
57d293e
Get secure session expiry timer less verbose (#1841)
vivien-apple Jul 27, 2020
caa7310
Get the connect event to reach the application layer of the commissio…
vivien-apple Jul 27, 2020
6990073
Pull m5stack-tft submodule (#1843)
mlepage-google Jul 27, 2020
ba98254
-Include the correct FreeRTOS Cortex files in the EFR32 makefiles cor…
jmartinez-silabs Jul 27, 2020
0dcdd09
Add an entry in the Setup view of the ESP32 to reset WiFi provisionin…
vivien-apple Jul 27, 2020
5df39b7
Add Spake2+ Implementation (#1712)
balducci-apple Jul 27, 2020
274d626
Improve VS Code with GN build (#1878)
mspang Jul 27, 2020
1b27142
Add darwin device layer & fix Mac build (#1702)
mspang Jul 27, 2020
eeb3579
extractMessage should take a buffer length #1631 (#1711)
bhaskar-apple Jul 27, 2020
d89c170
Set the BLE uncomissioned advertising interval (200ms) closer to the …
vivien-apple Jul 28, 2020
3302170
Address leftover review comments from PR#1712 (#1889)
pan-apple Jul 28, 2020
0d33f8c
[nrf5-lock] enable Thread joining (#1879)
bukepo Jul 28, 2020
476c5d5
ESP32 - Forward IP address of the device once connected to the networ…
vivien-apple Jul 28, 2020
d1e6063
Disconnect bluetooth once the commissioner app receive an IP (#1888)
vivien-apple Jul 28, 2020
568f4f7
[nrf] add Bluetooth peripheral functionality to nRF Connect SDK examp…
e-rk Jul 28, 2020
5147398
Add wifi config screen to CHIPTool (#1883)
shana-apple Jul 28, 2020
c0cde15
Add dbus gen for CHIP Linux device layer BlueZ (#1881)
yunhanw-google Jul 29, 2020
4d089d5
[android] update readme doc to remind setting of JAVA_HOME (#1880)
wgtdkp Jul 29, 2020
d1c982f
enable CHIP_DEVICE_CONFIG_ENABLE_THREAD in Linux (#1892)
gjc13 Jul 29, 2020
4ddc0fa
Use WiFi credentials from Rendezvous BLE message (#1898)
kpschoedel Jul 29, 2020
8787541
Update nRF docker image to use more recent openthread (#1907)
Damian-Nordic Jul 29, 2020
2d3fc25
[nRF Connect] Add github workflow to verify build of the lock example…
Damian-Nordic Jul 29, 2020
ee575c4
Fix command-line chip-tool toggle command. (#1910)
bzbarsky-apple Jul 29, 2020
2b25999
ESP32 - Update advertising data to be closer to the spec (#1911)
vivien-apple Jul 29, 2020
f1af8fc
Add help for building with GN (#1903)
mspang Jul 29, 2020
4a9410e
Echo client (over IP) in Android demo app. (#1896)
vidhis88 Jul 29, 2020
0a5d54c
Changed QRCode controller screen so it send the entered Wi-Fi credent…
petroakzhygitov Jul 30, 2020
4ec1029
Updated .gitignore (#1901)
petroakzhygitov Jul 30, 2020
4c32739
ESP32 - Retrieve discriminator and setupPINCode from the Configuratio…
vivien-apple Jul 30, 2020
5ec9375
Pass the setupPINCode from the application layer down to Transport::B…
vivien-apple Jul 30, 2020
3b0eeb3
Use the discriminator from ConfigurationManager inside GenericConfigu…
vivien-apple Jul 30, 2020
9853d87
Get Linux/ThreadStackManagerImpl.h functions prototypes to match plat…
vivien-apple Jul 30, 2020
d474324
Scan only for peripheral with the correct CHIP short service UUID in …
vivien-apple Jul 30, 2020
d02e84a
Fix a typo in rename_submodules.sh helper (#1921)
vivien-apple Jul 30, 2020
73d5915
Adjust Linux Device layer bluez codegen location and parameter (#1912)
yunhanw-google Jul 30, 2020
0ce3aeb
Keep more warnings as fatal when building with GN (#1925)
vivien-apple Jul 30, 2020
055d5f1
[nrf5-example] Fix LEDWidget animate (#1930)
erjiaqing Jul 31, 2020
1728432
Move thread configuration after platform configuration (#1931)
mspang Jul 31, 2020
ec3de6e
[linux] Add dbus gen for CHIP Linux device layer to talk to wpa_suppl…
yufengwangca Jul 31, 2020
58524cf
Make debug printing work again in Silicon Labs ZigbeePro code (#1709)
bhaskar-apple Aug 3, 2020
8e03d28
Improve error checking in the command encoder. (#1913)
bzbarsky-apple Aug 3, 2020
d0c5eda
Allow more responses (not just default response) in the zcl cluster c…
bzbarsky-apple Aug 3, 2020
42a8dda
[linux] Add ConnectivityManager generic implemenation for WiFi. (#1946)
yufengwangca Aug 3, 2020
e486865
[shell] Add commands to control device layer thread management APIs. …
turon Aug 3, 2020
d613a97
[build] fix -Wdeprecated build errors in CHIPDeviceController (#1953)
gjc13 Aug 3, 2020
0f412b7
Efr32 lock app (#1956)
jmartinez-silabs Aug 3, 2020
cec75ca
Efr32 gn build (#1958)
jepenven-silabs Aug 4, 2020
ee3e3e3
[build] fix -Wunused-result build error (#1964)
gjc13 Aug 4, 2020
a6228a4
Update message header structure (#1950)
pan-apple Aug 4, 2020
254ae06
add BufBound (#1947)
Aug 4, 2020
3a23f73
[linux] fix pthread issues in platform manager (#1974)
gjc13 Aug 5, 2020
19e0c40
EFR32: Fix ARM arch setup when setting efr32_board in GN args (#1978)
mspang Aug 5, 2020
ca3c36d
On/Off commands in Android demo app (#1959)
vidhis88 Aug 5, 2020
a86f458
Update EFR32 example Readme (#1966)
jepenven-silabs Aug 5, 2020
908f2b1
Spake2p implementation for mbedTLS (#1972)
pan-apple Aug 5, 2020
93b7df1
Update Android README (#1983)
vidhis88 Aug 5, 2020
8bc8853
Implement DefaultResponse commands (#1915)
bzbarsky-apple Aug 5, 2020
ebfe3b6
Make MbedTLS build 5x faster (#1977)
mspang Aug 6, 2020
a402c93
[misc] make IsCategoryEnabled an inline function (#1954)
gjc13 Aug 6, 2020
8be7926
Fix implicit fallthrough in ThreadStackManagerImpl.cpp (#1992)
mspang Aug 6, 2020
da4c125
Add config options for overriding firmware build date & time (#1991)
mspang Aug 6, 2020
90d3d88
Use message header flag to distinguish secure session control msgs (#…
pan-apple Aug 6, 2020
a2a5622
Allow chip-tool echo-ble to work along with credential passing (#1965)
kpschoedel Aug 6, 2020
4314d81
Prefix all CHIP build arguments with chip_ (#1987)
mspang Aug 7, 2020
09e6ee0
EFR32 Lock app irq default init for all boards and header restyle (#1…
jmartinez-silabs Aug 7, 2020
04aaf89
[linux] Add WiFi support in ConnectivityManager. (#1975)
yufengwangca Aug 7, 2020
3355885
fix dist for Darwin (#2015)
Aug 7, 2020
b15c292
[nrf5-lock] start joiner role on boot (#1962)
bukepo Aug 7, 2020
73d47e4
Fix warnings -Wformat-truncation (#2019)
mspang Aug 7, 2020
f12132c
[nRF Connect] Run some unit tests on Zephyr's native_posix platform (…
Damian-Nordic Aug 7, 2020
3c021ad
Move non-app-specific Silicon Labs files into src/app. (#2009)
bzbarsky-apple Aug 7, 2020
a9ae433
Fix error logging for unknown commands in chip-tool (#2023)
bzbarsky-apple Aug 7, 2020
801349e
Fix typo in src/platform/BUILD.gn (#2018)
mspang Aug 10, 2020
0403833
Switch lock-app and lighting-app nrf5 examples to the new Silicon Lab…
bzbarsky-apple Aug 10, 2020
c8e7171
Fix buttons handling crash in nRF5 samples (#2032)
mspang Aug 10, 2020
b22609f
Fixup nrf5 examples OpenThreadConfig.h (#2034)
mspang Aug 10, 2020
52ec7b7
gn: Conditionally compile endpoints (#2036)
mspang Aug 10, 2020
f8176d9
Deduplicate args.gni for nRF5 examples (#2044)
mspang Aug 10, 2020
b14d1f7
whack some macros (#2040)
Aug 10, 2020
4b959f1
Add some simple handling of Read Attributes commands to chip-tool (#1…
bzbarsky-apple Aug 10, 2020
e8d270c
Implement Secure Pairing class (#2021)
pan-apple Aug 11, 2020
b44fc61
whack boolean update BIT (#2079)
Aug 12, 2020
8439209
Decouple BLE from CHIPDeviceController by using a callback delegate. …
andy31415 Aug 12, 2020
e78b3a7
[gn] Add gn support for ConnectivityManager for Linux platform. (#2069)
yufengwangca Aug 12, 2020
74bf0e8
Stop using void* in our command decoder. (#2074)
bzbarsky-apple Aug 12, 2020
0bd327a
[nrf] Add CHIPoBLE Thread network provision in lock-app (#2071)
gjc13 Aug 12, 2020
c503319
Weave message layer port as a separate sub-folder (#2077)
andy31415 Aug 12, 2020
4928046
Replace extractMessage with output from extractApsFrame #1980 (#2076)
bhaskar-apple Aug 12, 2020
dcecc8a
Remove Silicon Labs dotdot code, since it's not used anymore. (#2006)
bzbarsky-apple Aug 12, 2020
c32dd2f
GN: Add OpenThread support to nRF5 examples (#2045)
mspang Aug 13, 2020
84c6df4
Fix OpenSSL build of CHIPMessageLayer.h (#2083)
mspang Aug 13, 2020
1d04e7e
Disable security test mode to silence the build (#2081)
mspang Aug 13, 2020
8463f31
Add support for a more general attribute-reading command to chip-tool…
bzbarsky-apple Aug 13, 2020
d1da4d1
add Framework to CHIP Tool App iOS.xscheme (#2085)
Aug 13, 2020
2490500
Remoce service-directory profile. (#2090)
andy31415 Aug 13, 2020
db7d663
Follow up on some PR comments in PR 2076 (#2082)
bhaskar-apple Aug 13, 2020
4d8e12e
Enable more debug printing in Silicon Labs code (#2087)
bzbarsky-apple Aug 13, 2020
c1ff7f9
[nrf5] Repair the newlib locking (#2100)
mspang Aug 13, 2020
bcb7b5c
GN: Fix the Mac build (#2102)
mspang Aug 13, 2020
d61348d
[android] android app supports Thread Commissioning (#1988)
wgtdkp Aug 13, 2020
ae4a287
Add missing cleanup to freertos_newlib_lock_test() (#2104)
mspang Aug 14, 2020
caa5253
Add pointer to try GN build to BUILDING.md (#2156)
mspang Aug 14, 2020
0f72321
Remove service-directory profile follow-up. (#2112)
yufengwangca Aug 14, 2020
319047f
Remove Echo Profile from WML baseline and allow WML to link. (#2108)
yufengwangca Aug 14, 2020
03c31f3
Fix namespace conflict if using NRF5_SDK_ROOT environment variable (#…
mspang Aug 14, 2020
25b23c4
Remove spam from CHIP_CONFIG_REQUIRE_AUTH == 0 (#2151)
mspang Aug 14, 2020
c21d417
Suppress warnings -Wno-unused-but-set-variable (#2153)
mspang Aug 14, 2020
70de84e
[thread] enable Thread SLAAC by default (#2155)
wgtdkp Aug 14, 2020
2a267ba
Add setter/getter for Encryption Key ID (#2162)
pan-apple Aug 14, 2020
3462087
Remove tunneling support from CHIP code base (#2105)
yufengwangca Aug 14, 2020
7f9b2f5
Rename WRMP/WRM to RMP(Reliable Messaging Protocol) in CHIP. (#2172)
yufengwangca Aug 14, 2020
d3d568b
Remove ManagedNamespace header and cleanup some math utils. (#2166)
andy31415 Aug 14, 2020
66e6c42
Use 12 bytes nonce for crypto (#2174)
pan-apple Aug 17, 2020
f28ad61
Pull submodules (#2175)
mspang Aug 17, 2020
974f85c
Remove unused chip_inet_config_enable_tcp_endpoint overrides (#2176)
mspang Aug 17, 2020
7698567
Remove allow_circular_includes_from from src/controller/BUILD.gn (#2195)
vivien-apple Aug 17, 2020
77817a7
GN: make ot-br-posix path configurable (#2194)
gjc13 Aug 17, 2020
fa6b522
Reformat GN build files (#2192)
mspang Aug 17, 2020
e70aa55
Fix warning for build argument has not effect (#2186)
yufengwangca Aug 17, 2020
0955773
Fix logic error in FreeRTOSNewlibLockSupport_test.c (#2185)
mspang Aug 17, 2020
c3ca2ce
Distribute mbedtls headers on install (#2163)
pan-apple Aug 17, 2020
b96e521
Use a delegate for client callbacks in the CHIP Darwin Framework (#2180)
sagar-apple Aug 17, 2020
807c052
[nrf5] fix name typo of lighting-app (#2198)
bukepo Aug 17, 2020
1740117
[Thread] move off joiner start from timer task (#2199)
bukepo Aug 17, 2020
7f97831
BleConnectionDelegate on Darwin crashes while initiating a scan (#2200)
vivien-apple Aug 17, 2020
195b2ee
Fix crash in spake2p destructor (#2164)
pan-apple Aug 17, 2020
47caea6
Add GN restyle
mspang Aug 17, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .circleci/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion .circleci/.gitignore

This file was deleted.

95 changes: 0 additions & 95 deletions .circleci/Makefile

This file was deleted.

130 changes: 0 additions & 130 deletions .circleci/README.md

This file was deleted.

Loading