-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add TI CC32XX to Github CI #24806
Add TI CC32XX to Github CI #24806
Conversation
…/lock-app/cc32xx, string library error appears during build
…cpp and .h as DeviceCallbacks.cpp and .h
…ack as an include file to AppTask
PR #24806: Size comparison from 1ba581b to b36feab Increases (4 builds for esp32, psoc6, qpg, telink)
Decreases (11 builds for bl602, bl702, nrfconnect, psoc6, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@andy31415 Do you have any hints on how to resolve the errors from the jobs that are failing? They all point to the all_targets_linux_x64.txt file saying there is a difference between actual and expected output, and at first I thought all I needed to do was add the cc32xx-lock to the list, but they are still failing so I am not sure what to do. Update - I was able to figure out the syntax error I had in the txt file. |
PR #24806: Size comparison from 1832750 to c05f81d Increases (2 builds for esp32, telink)
Decreases (7 builds for bl602, bl702, psoc6, telink)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24806: Size comparison from b878598 to ed1c812 Increases (7 builds for bl702, esp32, nrfconnect, psoc6, telink)
Decreases (11 builds for bl602, bl702, k32w, psoc6, qpg, telink)
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24806: Size comparison from 5eb5d91 to 43550ba Increases (12 builds for bl602, bl702, cc13x2_26x2, psoc6, qpg, telink)
Decreases (5 builds for cc13x2_26x2, esp32, telink)
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
* 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 <[email protected]>
Added TI CC32xx github workflow to build the lock-app example and report size stats.