Skip to content

Commit e0a7713

Browse files
committed
tools/ : Add psoc6 port for code-size-diff check.
Signed-off-by: NikhitaR-IFX <[email protected]>
1 parent a2f467e commit e0a7713

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/code_size.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- 'ports/samd/**'
1717
- 'ports/stm32/**'
1818
- 'ports/unix/**'
19+
- 'ports/psoc6/**'
1920

2021
concurrency:
2122
group: ${{ github.workflow }}-${{ github.ref }}

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function ci_code_size_setup {
6666

6767
function ci_code_size_build {
6868
# check the following ports for the change in their code size
69-
PORTS_TO_CHECK=bmusxpdv
69+
PORTS_TO_CHECK=ibmusxpdv
7070
SUBMODULES="lib/asf4 lib/berkeley-db-1.xx lib/btstack lib/cyw43-driver lib/lwip lib/mbedtls lib/micropython-lib lib/nxp_driver lib/pico-sdk lib/stm32lib lib/tinyusb"
7171

7272
# Default GitHub pull request sets HEAD to a generated merge commit

tools/metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__(self, name, dir, output, make_flags=None):
5858

5959

6060
port_data = {
61+
"i": PortData("psoc6", "psoc6", "build/firmware.elf", "BOARD=CY8CPROTO-062-4343W"),
6162
"b": PortData("bare-arm", "bare-arm", "build/firmware.elf"),
6263
"m": PortData("minimal x86", "minimal", "build/firmware.elf"),
6364
"u": PortData("unix x64", "unix", "build-standard/micropython"),

0 commit comments

Comments
 (0)