Skip to content

Commit a9319eb

Browse files
committed
clean
1 parent 09a769d commit a9319eb

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

bsp/gd32/arm/gd32e230-lckfb/rtconfig.h

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@
128128
#define RT_USING_SERIAL
129129
#define RT_USING_SERIAL_V1
130130
#define RT_SERIAL_RB_BUFSZ 64
131-
#define RT_USING_I2C
132-
#define RT_USING_I2C_BITOPS
133131
#define RT_USING_PIN
134132
/* end of Device Drivers */
135133

@@ -168,21 +166,6 @@
168166

169167
/* Utilities */
170168

171-
#define RT_USING_ULOG
172-
#define ULOG_OUTPUT_LVL_D
173-
#define ULOG_OUTPUT_LVL 7
174-
#define ULOG_USING_ISR_LOG
175-
#define ULOG_ASSERT_ENABLE
176-
#define ULOG_LINE_BUF_SIZE 128
177-
178-
/* log format */
179-
180-
#define ULOG_USING_COLOR
181-
#define ULOG_OUTPUT_TIME
182-
#define ULOG_OUTPUT_LEVEL
183-
#define ULOG_OUTPUT_TAG
184-
/* end of log format */
185-
#define ULOG_BACKEND_USING_CONSOLE
186169
/* end of Utilities */
187170

188171
/* Using USB legacy version */
@@ -328,13 +311,6 @@
328311
/* touch drivers */
329312

330313
/* end of touch drivers */
331-
#define PKG_USING_AT24CXX
332-
#define PKG_USING_AT24CXX_LATEST_VERSION
333-
#define PKG_USING_SSD1306
334-
#define PKG_USING_SSD1306_DEBUG
335-
#define PKG_USING_SSD1306_I2C_ADDRESS 0x3C
336-
#define PKG_USING_SSD1306_I2C_BUS_NAME "i2c0"
337-
#define PKG_USING_SSD1306_LATEST_VERSION
338314
/* end of peripheral libraries and drivers */
339315

340316
/* AI packages */
@@ -426,9 +402,6 @@
426402

427403
/* I2C Configuration */
428404

429-
#define BSP_USING_HW_I2C
430-
#define BSP_USING_HW_I2C0
431-
#define BSP_HW_I2C0_CLOCK_SPEED 100000
432405
/* end of I2C Configuration */
433406
/* end of On-chip Peripheral Drivers */
434407

@@ -437,3 +410,4 @@
437410
/* end of Hardware Drivers Config */
438411

439412
#endif
413+

0 commit comments

Comments
 (0)