Commit Graph

8129 Commits

Author SHA1 Message Date
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
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