Commit Graph

7916 Commits

Author SHA1 Message Date
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
Bernard Xiong 16e8f34e46
Merge pull request #2567 from zhaojuntao/fix-libc&errno
Fix libc&errno
2019-04-12 00:09:50 +08:00
Bernard Xiong 1370fd8326
Merge pull request #2564 from lymzzyh/469-disco
[BSP][STM32][469-DISCO]Add flash sdram usb drivers
2019-04-11 16:09:10 +08:00
MurphyZhao 9be085aa04 [components/net/lwip-1.4.1] 修复不开启 RT_USING_LIBC 时 errno 错误码重复定义的问题
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-04-11 15:14:20 +08:00
MurphyZhao 81e028105d [components/net/lwip-1.4.1] 移除对 errno.h 的引入
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-04-11 14:28:59 +08:00
MurphyZhao 5885fc414f [include/libc] 在使用 ARMCC 和 IAR 时,移除对 errno.h 的引入。如果引入了 errno.h,errno 就不会被重定向到 _rt_errno。
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-04-11 14:27:16 +08:00
MurphyZhao 9596a94a8b [compilers/newlib] 在 syscalls.c 增加 __errno () 函数实现,解决在使用 newlib 编译时 errno 无法重定向到 _rt_errno 的问题
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-04-11 14:24:36 +08:00
ZYH 836ecef614 resubmit [BSP][STM32][469-DISCO]Add flash sdram usb drivers 2019-04-11 11:21:41 +08:00
ZYH d212787bbb [BSP][STM32][469-DISCO]Add flash sdram usb drivers 2019-04-11 10:27:49 +08:00
Bernard Xiong 2a41e3257f
Merge pull request #2558 from willianchanlovegithub/dofly
【增加】stm32f103-dofly-M3S开发板的BSP
2019-04-10 23:44:07 +08:00
Bernard Xiong 93b418f703
Merge pull request #2559 from willianchanlovegithub/469
【增加】stm32f469-st-disco开发板的BSP
2019-04-10 23:34:43 +08:00
xuzhuoyi 4acd8db61e [bsp][tms320f28379d] Add finsh init in rt_init_thread 2019-04-10 22:33:25 +08:00
Bernard Xiong 765b937ba3
Merge pull request #2562 from EvalZero/master
[bsp][nrf52832]Update and sync nrf52832 project
2019-04-10 21:54:11 +08:00
Bernard Xiong e20aa16b9f
Update SConscript 2019-04-10 21:49:55 +08:00
Bernard Xiong bee289a63e
Update SConscript 2019-04-10 21:46:21 +08:00
Bernard Xiong d0744fcc28
Merge pull request #2563 from lymzzyh/stm32
[BSP][STM32] 对F4系列增加USB驱动支持和QSPI驱动支持
2019-04-10 21:40:41 +08:00
Bernard Xiong ec6118d46a
Merge pull request #2554 from jhbdream/stm32l4r9-bsp
添加 stm32l4r9-eval bsp
2019-04-10 16:07:50 +08:00
ZYH 8f93eb4a0f [BSP][STM32]Add usb device fs for stm32f4 2019-04-10 15:30:41 +08:00
ZYH 14558ce8cf [BSP][STM32]Add qspi for stm32f4 2019-04-10 15:27:01 +08:00
Willian Chan 9bf8d1d119 【修改】README.md文件及rtconfig.py文件相关配置。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 12:04:14 +08:00
Willian Chan 5d09122b6b 【修改】Kconfig配置文件以及README.md。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 11:08:57 +08:00
Willian Chan d8e004fb04 【修改】Kconfig配置,与README.md保持一致。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 10:48:23 +08:00
Bernard Xiong 7aa89a3c74
Merge pull request #2560 from HubertXie/master
fix use rt_kprintf format bug
2019-04-09 21:39:59 +08:00
jhb 4217aa99d5 修改RAM信息相关内容 2019-04-09 21:30:37 +08:00
EvalZero eac8d92d49 [bsp][nrf52832]Update and sync nrf52832 project 2019-04-09 20:49:54 +08:00
jhb e86386c948 修改 2019-04-09 20:30:24 +08:00
HubretXie 25cdd8bba9
fix use printf format bug
fix use printf format bug
2019-04-09 20:11:07 +08:00
jhb 66e2a24cd7 1】修改bsp目录名称
2】修改其他
2019-04-09 19:56:54 +08:00
Willian Chan b3d7073fff 【增加】stm32f469-st-disco开发板的BSP
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-09 19:52:21 +08:00
Willian Chan 7af98b5f17 【增加】stm32f103-dofly-M3S开发板的BSP
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-09 19:50:55 +08:00
jhb 013f4e1761 继续修改小错误 2019-04-09 18:17:33 +08:00
HubretXie e887972c90
Merge pull request #2 from RT-Thread/master
sync
2019-04-09 18:13:31 +08:00
jhb e6d20e9120 修改了小错误 2019-04-09 17:37:47 +08:00
jhb 365de33d75 修改完善README 2019-04-09 14:18:37 +08:00
jhb 08a9d4412b 【添加】stm32l4r9-eval bsp
Signed-off-by: jhb <1023506846@qq.com>
2019-04-09 14:10:50 +08:00
xuzhuoyi 4518a89634 [bsp][tms320f28379d] Update README.md 2019-04-08 20:30:48 +08:00
Bernard Xiong 694878d4c3
Merge pull request #2540 from enkiller/dfs
[components][dfs]格式化代码
2019-04-08 17:19:46 +08:00