Commit Graph

8104 Commits

Author SHA1 Message Date
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
shaojinchun fa697a763f 修改sem中的value成员变量和赋值参数类型相同 2019-04-19 14:57:50 +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
ZhuGangfei 98d244e2db Repair bug. 2019-04-18 10:24:12 +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
xuzhuoyi 5a00718e32 [bsp][tms320f28379d] Modify some pictures in README.md 2019-04-14 12:29:51 +08:00
xuzhuoyi 752152b63e [bsp][tms320f28379d] Fix FPU config problem 2019-04-14 12:26:25 +08:00
Bernard Xiong fcd2f73b3e
Merge pull request #2571 from willianchanlovegithub/469
[bsp][stm32][469]修复编译错误。
2019-04-13 10:48:50 +08:00
Bernard Xiong ea9dbfa4f0
Merge pull request #2569 from armink/fix_dfs
[DFS] Update dfs file open log.
2019-04-13 10:41:09 +08:00
Bernard Xiong 5086bca1f7
Merge pull request #2568 from armink/fix_rtdbg
Fix rtdbg
2019-04-13 10:36:50 +08:00
Willian Chan d8bbf27d3c [bsp][stm32][469]修复编译错误。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-12 15:25:26 +08:00
armink 6c92eb40da [DFS] Update dfs file open log. 2019-04-12 10:39:05 +08:00
armink fa4d4ab7cf Update all of debug log definition to DBG_TAG and DBG_LVL. 2019-04-12 10:18:57 +08:00
armink 35bb75b96b [rtdbg] Simplify the debug tag and level macro to DBG_TAG and DBG_LVL. 2019-04-12 10:17:22 +08:00