add i2c led

This commit is contained in:
wmano
2025-08-21 23:32:18 +08:00
parent 0bd2a89669
commit fa22805dc6
281 changed files with 508 additions and 242 deletions
+7
View File
@@ -149,6 +149,8 @@
#define RT_USING_SERIAL_V1
#define RT_SERIAL_USING_DMA
#define RT_SERIAL_RB_BUFSZ 64
#define RT_USING_I2C
#define RT_USING_I2C_BITOPS
#define RT_USING_PIN
/* end of Device Drivers */
@@ -463,6 +465,11 @@
#define BSP_USING_UART3
#define BSP_USING_UART4
#define BSP_USING_UART6
#define BSP_USING_I2C
#define BSP_USING_I2C1
#define BSP_USING_I2C2
#define BSP_USING_I2C3
#define BSP_USING_I2C4
/* end of On-chip Peripheral Drivers */
/* Board extended module Drivers */