-
abiradarti authored
* add TI CC32xx CI * Update README.md * Update README.md * Update README.md * update lock-app readme sysconfig version * fixed lock app example path in cc32xx.py * wrap dmm source set with cc13xx family check * added cc32xx as a platform for freertos submodule, added path to dnssd.h * trying again to add dnssd.h path * adding path to public deps * adding src to include path and taking out public dependency * trying to add dnssd lib as a dependency * saved from August * moved DNSSD Start Server call and CommonDeviceCallbacks into examples/lock-app/cc32xx, string library error appears during build * removed dnssd.h file include from connectivitymanagerimpl.cpp * moved commondevicecallbacks and chipdevicemanager into example src files in build.gn * added implementation for deviceeventcallback * removed DeviceCallbacks.cpp and .h and renamed CommonDeviceCallbacks.cpp and .h as DeviceCallbacks.cpp and .h * merge conflict resolution on targets.py * fixed build command for lock-app * added missing header in CC32XXConfig.cpp and corrected header in AppTask.cpp * updated cc32xx yaml file to have the correct docker img version * removed StartEventLoop Task so that CHIPDeviceManager can start it * added CC32xx DAC certs and code cleanup * removed CHIP-tool modification section in lock-app readme, not needed anymore * more code cleanup * forgot to add platform BUILD.gn to prev commit * added DAC instructions in lock-app readme * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Restyled by prettier-markdown * Restyled by autopep8 * misspell correction * correcting merge conflict resolution mistake and adding Accessors.h back as an include file to AppTask * corrected contents of testdata folder * code cleanup from PR feedback * removed brackets from lock in all_targets_linux_x64.txt * empty commit * increased job timeout limit --------- Co-authored-by:
Restyled.io <commits@restyled.io>
Loading