File tree Expand file tree Collapse file tree 3 files changed +7
-126
lines changed
Expand file tree Collapse file tree 3 files changed +7
-126
lines changed Original file line number Diff line number Diff line change @@ -106,5 +106,5 @@ jobs:
106106
107107 - name : Build wolfboot
108108 run : |
109- make CFLAGS_EXTRA="-DCOMPONENT_MTB -DCOMPONENT_CM0P" ${{inputs.make-args}}
109+ make CFLAGS_EXTRA="-DCOMPONENT_MTB -DCOMPONENT_CM0P -DCY8C624ABZI_D44 " ${{inputs.make-args}}
110110
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -498,11 +498,12 @@ jobs:
498498 arch : arm
499499 config-file : ./config/examples/stm32wb.config
500500
501- ti_tms570lc435_test :
502- uses : ./.github/workflows/test-build-ti-hercules.yml
503- with :
504- arch : arm
505- config-file : ./config/examples/ti-tms570lc435.config
501+ # TODO: ti-tms570lc435.config requires F021 Flash API (Windows installer only)
502+ # ti_tms570lc435_test:
503+ # uses: ./.github/workflows/test-build-ti-hercules.yml
504+ # with:
505+ # arch: arm
506+ # config-file: ./config/examples/ti-tms570lc435.config
506507
507508 # Cannot run on CI without the SDK (see VORAGO_SDK_DIR)
508509 # vorago_va416x0_test:
You can’t perform that action at this time.
0 commit comments