summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-10-03 22:04:29 +0700
committerGitHub <[email protected]>2025-10-03 22:04:29 +0700
commit6ce46da042eb9ab243e4127ddcac57519c0a226f (patch)
treecd7d2bf2894d85dbdd5d633747a1c328e75ecbb6 /hw
parentc1bf19ed6cf1eaa791f221c1bc5ce4b3d069f76d (diff)
parentf3f6046e0bbcf9b3b926ca5f0e1882d1ceb9652d (diff)
Merge pull request #3277 from hathach/remove-claude-code
remove claude code workflow
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/samd11/family.mk1
-rw-r--r--hw/bsp/stm32u0/family.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/samd11/family.mk b/hw/bsp/samd11/family.mk
index c41a0dd37..6f89a2d66 100644
--- a/hw/bsp/samd11/family.mk
+++ b/hw/bsp/samd11/family.mk
@@ -8,6 +8,7 @@ CFLAGS += \
-DOSC32K_OVERWRITE_CALIBRATION=0 \
-DCFG_EXAMPLE_MSC_READONLY \
-DCFG_EXAMPLE_VIDEO_READONLY \
+ -DCFG_EXAMPLE_MTP_READONLY \
-DCFG_TUSB_MCU=OPT_MCU_SAMD11
# suppress warning caused by vendor mcu driver
diff --git a/hw/bsp/stm32u0/family.mk b/hw/bsp/stm32u0/family.mk
index 02e0bb792..d5a850050 100644
--- a/hw/bsp/stm32u0/family.mk
+++ b/hw/bsp/stm32u0/family.mk
@@ -33,6 +33,7 @@ SRC_C += \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_rcc.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_rcc_ex.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_gpio.c \
+ ${ST_HAL_DRIVER}/Src/stm32$(ST_FAMILY)xx_hal_pwr_ex.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_uart.c
INC += \