4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 22:53:31 +08:00

19 Commits

Author SHA1 Message Date
Zhou Yanjie
f5fb8ddff6 X1000: board_io.c: 根据配置进行复位/Reset according to configuration.
根据配置选择是否对LCD或触摸屏进行复位,在未使用LCD或触摸屏时可缩短
系统初始化时间。

Select whether to reset the LCD or touchpad according to the
configuration, and shorten the system initialization time
when the LCD or touchpad is not used.

Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-07-20 13:39:51 +08:00
armink
fa4d4ab7cf Update all of debug log definition to DBG_TAG and DBG_LVL. 2019-04-12 10:18:57 +08:00
Bernard Xiong
e4a9fb5cfc
Update drv_gpio.h 2019-03-24 16:51:26 +08:00
Zhou Yanjie
94a5f9951b X1000:drv_uart.c:修复引脚路由中的问题/Fix bugs in pin routing
在配置引脚路由时需要将未使用的引脚配置为输入模式,
否则有可能同u-boot中的配置产生冲突。

Unused pins need to be configured as input mode when
configuring pin routing, otherwise there may be
conflicts with the configuration in u-boot.

Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-03-23 22:10:48 +08:00
Zhou Yanjie
a30587ff69 X1000:drv_gpio.h:添加枚举成员“GPIO_PULL”/Add enum member "GPIO_PULL"
在枚举“gpio_function”中添加成员“GPIO_PULL”

Add the member "GPIO_PULL" to the enumeration "gpio_function".

Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-03-23 22:04:12 +08:00
armink
0d7ba79219 Remove the DBG_COLOR and DBG_ENABLE definition. 2019-03-06 17:54:30 +08:00
Zhou Yanjie
ad11448024 X1000: mtd_nor_partition.c: 修复编译过程中的警告/Fix compile-time warnings
在第166行中,“rt_size_t length”应改为“rt_uint32_t length”。
在第200行中,“rt_size_t length”应改为“rt_uint32_t length”。

In line 166, "rt_size_t length" should be changed to "rt_uint32_t length".
In line 200, "rt_size_t length" should be changed to "rt_uint32_t length".

Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-05 14:55:11 +08:00
Zhou Yanjie
d3f47a6574 X1000: drv_sfc_gd25qxx_mtd.c: 修复编译过程中的警告/Fix compile-time warnings
在第36行中,“rt_size_t size”应改为“rt_uint32_t size”。
在第43行中,“rt_size_t size”应改为“rt_uint32_t size”。

In line 36, "rt_size_t size" should be changed to "rt_uint32_t size".
In line 43, "rt_size_t size" should be changed to "rt_uint32_t size".

Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-03 00:39:16 +08:00
Zhou Yanjie
c4bdf80cfa X1000: board_key.c: 修复编译过程中的警告/Fix compile-time warnings
在第217行中,“(rt_uint32_t*)&keyId”应改为“(rt_ubase_t*)&keyId”。

In line 217, "(rt_uint32_t*)&keyId" should be changed to "(rt_ubase_t*)&keyId".

Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-03 00:38:10 +08:00
XBurst
059be8ec8a Fix bugs of X1000's USB driver. 2018-12-26 00:53:34 +08:00
XBurst
9fae4ccef2 Add GPIO function pins select for UART2. 2018-12-26 00:13:14 +08:00
armink
83b7b763b7 The dbg_log API is DISCARDED. Change all dbg_log to LOG_X. 2018-11-02 10:20:30 +08:00
armink
6cd8658dad [rtdbg] Change all DBG_SECTION_NAME to new format. 2018-07-11 10:23:19 +08:00
Bernard Xiong
8b36b57a11 [UIEngine] move UI engine as a package 2018-03-03 16:34:01 +08:00
bernard
0c075a5b2c [BSP] Add WIFI_USING_AP6212 option for X1000 2017-12-09 19:11:58 +08:00
tangyuxin
029feac5d0 [bsp]update SConstruct&Kconfig&rtconfig.py 2017-11-13 18:10:05 +08:00
bernard
d913068c73 [BSP] Remove CANNA board information. 2017-11-13 15:24:23 +08:00
bernard
9fa72925a2 [BSP] Remove some board information. 2017-11-13 15:21:31 +08:00
tangyuxin
d724e75f22 [bsp]update x1000 bsp driver 2017-11-11 13:53:20 +08:00