jhb
642aaa9496
Modify the indentation format
2019-04-29 11:57:20 +08:00
jhb
70cbbcb59a
fix format
2019-04-24 09:59:06 +08:00
jhb
1cbcf9be44
fix format
2019-04-24 09:56:18 +08:00
jhb
74137a31a2
fix format
2019-04-24 09:51:44 +08:00
jhb
93f810fdb3
add dsi lcd driver for stm32l4r9-st-eval board
...
add touch driver for stm32l4r9-st-eval board
add sram driver for stm32l4r9-st-eval board
fix [HAL_Drivers/drv_gpio.c] for L4 serials about VDDIO2 enable
fix [HAL_Drivers/SConscript] for can not auto remove [soft_iic.c] file when not define BSP_USING_IICx
2019-04-24 09:35:06 +08:00
Bernard Xiong
ca7ebe6175
Merge pull request #2600 from EvalZero/master
...
[components][workqueue]improve delayed work for reinit.
2019-04-22 19:28:25 +08:00
Bernard Xiong
b2f39ab81c
Merge pull request #2599 from willianchanlovegithub/F429-FIRE
...
[BSP][STM32][F429-FIRE-CHALLENGER]修复使用LCD驱动时候的编译报错。
2019-04-22 19:25:55 +08:00
Bernard Xiong
987ef23c22
Merge pull request #2598 from willianchanlovegithub/STM32F4xx_HAL
...
【修改】增加使用“BSP_USING_LTDC”时所引用的库函数文件
2019-04-22 19:25:34 +08:00
Bernard Xiong
b4028cf1a8
Merge pull request #2597 from willianchanlovegithub/469
...
[BSP][STM32][F469-DISCO]Add lcd drivers
2019-04-22 19:25:14 +08:00
Bernard Xiong
a641540936
Merge pull request #2596 from Lawlieta/develop
...
[net][lwip] fix lwip netdev DNS address setup error
2019-04-22 19:23:35 +08:00
Bernard Xiong
7c4133c746
Merge pull request #2595 from misonyo/rttdev
...
[travis]add new bsp and fix ci build error
2019-04-22 19:22:37 +08:00
Willian Chan
2e437fa4ea
[BSP][STM32][F429-FIRE-CHALLENGER]修复使用LCD驱动时候的编译报错。
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:21:41 +08:00
misonyo
6a79f72447
[bsp/stm32]update stm32 readme
2019-04-22 16:19:16 +08:00
Willian Chan
c74e43fc04
【修改】为了适配F469-DISCO的LCD驱动,增加使用“BSP_USING_LTDC”时所引用的库函数文件
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:15:35 +08:00
Willian Chan
07ec9ec64c
[BSP][STM32][F469-DISCO]Add lcd drivers
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:04:26 +08:00
EvalZero
3ada52e353
[components][net]synchronize delayed work changes.
2019-04-22 11:50:39 +08:00
EvalZero
83b6260b3f
[components][workqueue]improve delayed work for reinit.
2019-04-22 11:43:45 +08:00
chenyong
f169ceb184
[net][lwip] fix lwip netdev DNS address setup error
...
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-22 11:28:45 +08:00
misonyo
6fe5d13ea1
[travis]add new bsp and fix ci build error
2019-04-22 11:08:16 +08:00
Bernard Xiong
12a07fb688
Merge pull request #2592 from ylz0923/patch-3
...
Update drv_wdt.c
2019-04-20 08:49:06 +08:00
Bernard Xiong
c33431cda2
Merge pull request #2590 from Lawlieta/develop
...
[net] [netdev] Add network interface device(netdev) components
2019-04-18 23:26:34 +08:00
杨连钊
e641798633
Update drv_wdt.c
2019-04-18 22:17:24 +08:00
Bernard Xiong
11e3bc7956
Merge pull request #2591 from JinglongZhang/master
...
[bsp][lpc54114-lite] bug fix: can not compile when using gcc under Linux
2019-04-18 18:56:25 +08:00
Bernard Xiong
10ec398472
Merge pull request #2586 from Guozhanxin/f411
...
[bsp][stm32]fix the error when open uart6 alonely!
2019-04-17 23:49:35 +08:00
Zhang Jinglong
5c60ffe581
[bsp][lpc54114-lite] bug fix: can not compile when using gcc under Linux
2019-04-17 23:43:33 +08:00
Bernard Xiong
5d87dce636
Merge pull request #2587 from baozi119/master
...
Add new sensor type and vendor type.
2019-04-17 22:07:32 +08:00
Bernard Xiong
f311b33418
Merge pull request #2589 from Bluebear233/nuvoton_m487_spi
...
[bsp][nuvoton_m487]Add SPI drive
2019-04-17 22:05:09 +08:00
Bernard Xiong
3cedbd5d0a
Merge pull request #2582 from SummerGGift/patch-3
...
[bsp][stm32] Modify error message
2019-04-17 22:00:17 +08:00
Bernard Xiong
2d78d56834
Merge pull request #2581 from wangyq2018/es32f0334
...
[bsp/es32f0334] add pm/adc driver
2019-04-17 21:49:13 +08:00
chenyong
9df6313537
[net][sal] fix delay_work timer not detach problem
...
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-17 18:42:10 +08:00
bluebear233
3ac00d4c02
[bsp][nuvoton_m487]Add SPI drive
2019-04-17 17:46:51 +08:00
Zhou DingHua
fdc9683150
Add new sensor type and vendor type.
...
sensor type: force sensor
vendor type: MiraMEMS
2019-04-17 16:32:32 +08:00
guozhanxin
cd41b993a7
[bsp][stm32]fix the error when open uart6 alonely!
2019-04-17 11:32:07 +08:00
wangyq2018
337b75ce8f
[bsp/es32f0334] add pm/adc driver
2019-04-17 11:22:43 +08:00
chenyong
a6900a2d6f
[bsp] Update BSP configuration file for netdev components
...
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-17 11:00:45 +08:00
chenyong
946484760e
[net][at][lwip] Modify AT component and lwIP components for netdev
2019-04-16 20:21:33 +08:00
Bernard Xiong
adc6dd5dbe
Merge pull request #2576 from whj4674672/master
...
[bsp][stm32][stm32h743-atk-apollo]add lcd and sdram drive
2019-04-16 20:00:41 +08:00
chenyong
3d6e0ea374
[net][netdev]add network interface device components, SAL component adaptation netdev change
2019-04-16 18:24:55 +08:00
SummerGift
c8fff14107
【修改】:错误提示信息
2019-04-16 18:05:40 +08:00
whj4674672
45d709fd0a
[bsp][stm32][stm32h743-atk-apollo]调整drv_mpu.c的目录
2019-04-16 09:37:10 +08:00
Bernard Xiong
c8870b4268
Merge pull request #2577 from yangjie11/stm32dev
...
[src/components.c]remove the repetitive rt_hw_interrupt_disable() fun…
2019-04-15 23:01:33 +08:00
Bernard Xiong
a1f17308ba
Merge pull request #2578 from BernardXiong/qemu_drv_sdio
...
[BSP] remove error log for SD/MMC driver in QEMU VExpress A9 BSP
2019-04-15 20:19:00 +08:00
BernardXiong
4729f3f766
[BSP] remove error log for SD/MMC driver in QEMU VExpress A9 BSP
2019-04-15 10:26:31 +00:00
yangjie
ce51a27f87
[src/components.c]remove the repetitive rt_hw_interrupt_disable() function before rtthread_startup()
2019-04-15 17:56:19 +08:00
whj4674672
ab4fe34e24
[bsp][stm32][stm32h743-atk-apollo]add lcd and sdram drive
2019-04-15 10:45:39 +08:00
Bernard Xiong
41aabf3736
Merge pull request #2573 from xuzhuoyi/tms320f28379d
...
[bsp][tms320f28379d] Improve finsh support and update README.md
2019-04-14 15:39:37 +08:00
Bernard Xiong
54316fa060
Merge pull request #2575 from greedyhao/stm32-f103-mini
...
[bsp][stm32] 修复stm32f103-mini-system脚本错误
2019-04-14 15:30:45 +08:00
Bernard Xiong
fc9d7fc0ed
Merge pull request #2574 from yangfasheng/master
...
add RTGRAPHIC_PIXEL_FORMAT_COLOR to graphic deice
2019-04-14 14:34:10 +08:00
Hao Zhu
2fa4fa2c8a
[bsp][stm32] 修复stm32f103-mini-system脚本错误
...
menuconfig运行报错,少了两个endif
2019-04-14 14:20:07 +08:00
yangfasheng
fde1346d5b
add RTGRAPHIC_PIXEL_FORMAT_COLOR to graphic deice
...
Signed-off-by: yangfasheng <yangfasheng@live.com>
2019-04-14 13:33:29 +08:00