添加bsp gpio的支持

This commit is contained in:
NeoZng
2023-02-02 14:15:57 +08:00
parent 38e1eabc2d
commit 2576befb80
8 changed files with 97 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ bsp/pwm/bsp_pwm.c \
bsp/bsp_legacy_support/bsp_temperature.c \
bsp/bsp_legacy_support/bsp_buzzer.c \
bsp/bsp_legacy_support/bsp_led.c \
bsp/gpio/bsp_gpio.c \
bsp/spi/bsp_spi.c \
bsp/iic/bsp_iic.c \
bsp/can/bsp_can.c \
@@ -229,6 +230,7 @@ C_INCLUDES = \
-Ibsp/dwt \
-Ibsp/can \
-Ibsp/usart \
-Ibsp/gpio \
-Ibsp/spi \
-Ibsp/iic \
-Ibsp/log \