Bernard Xiong
|
4c0aafb57f
|
[libcpu] Fix the SCoscript issue in cpu/MIPS.
|
2019-01-07 09:20:30 +08:00 |
Bernard Xiong
|
372dbb26e1
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2019-01-07 06:13:27 +08:00 |
Bernard Xiong
|
553e05871e
|
Merge pull request #2160 from RT-Thread/fix_BSPPath
[tools] Add BSP path into Kernel Group.
|
2019-01-07 06:13:11 +08:00 |
Bernard Xiong
|
44be0f6369
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2019-01-07 06:10:12 +08:00 |
Bernard Xiong
|
bde47018b8
|
[libcpu] Add SConscript in libcpu.
|
2019-01-07 06:09:45 +08:00 |
Bernard Xiong
|
ff8a2709ea
|
Merge pull request #2157 from zhaojuntao/fix-dfs
[components][dfs] Refix #2100 PR
|
2019-01-06 18:25:04 +08:00 |
MurphyZhao
|
5d6c7e0df7
|
[components][dfs] Refix #2100 PR
#2100 PR 增加 `#include <libc.h>` 后,如果定义了 `RT_USING_DFS_DEVFS`,那就必须要开启 LIBC 才可以成功编译,增加了对 RT_USING_LIBC 的依赖。但是,这个修复又是关于开启 POSIX 的时候遇到的问题,因此建议在引入 <libc.h> 的地方,加入对 `RT_USING_POSIX` 的依赖。
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2019-01-05 14:20:44 +08:00 |
Bernard Xiong
|
1e78259545
|
[tools] Add BSP path into Kernel Group.
|
2019-01-05 07:39:36 +08:00 |
Jess
|
fd05a8af3e
|
1.add nuc487_flash.sct to fix scons build error:Fatal error: L6031U.
2.fix using keil_v5 build warning, add new line at the end of drv_uart.c.
|
2019-01-05 04:18:09 +08:00 |
BalanceTWK
|
a9cb5151c8
|
[bsp][imxrt] 添加RTC依赖选项 RT_USING_LIBC | add RTC dependency options RT_USING_LIBC
|
2019-01-04 21:40:14 +08:00 |
Bernard Xiong
|
366e28f476
|
Merge pull request #2153 from zhaojuntao/fix-ulog
[components][ulog] fix ulog_console_backend_init auto init level
|
2019-01-04 21:22:20 +08:00 |
MurphyZhao
|
5ea985d0fb
|
[components][utilities/ulog] 修改 ulog_console_backend_init 从 `INIT_COMPONENT_EXPORT` 修改为 `INIT_PREV_EXPORT` 级别的自动初始化,与 ulog_init 同级
目的是为了组件初始化中的其他模块可以使用 ulog 输出日志。
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2019-01-04 18:59:51 +08:00 |
Bernard Xiong
|
99575c4311
|
Merge pull request #2151 from armink/fix_ulog_strcpy
[component][ulog] Fix the ulog_strcpy function.
|
2019-01-03 20:15:26 +08:00 |
Bernard Xiong
|
9f31d19926
|
Merge pull request #2149 from ErnestChen1/master
适配串口框架
|
2019-01-03 20:14:29 +08:00 |
Bernard Xiong
|
a7d62d511f
|
Merge pull request #2147 from SummerGGift/add_stm32_new_framework
[bsp][stm32] optimize stm32 bsp
|
2019-01-03 18:46:26 +08:00 |
朱天龙 (Armink)
|
c7daacc96f
|
[component][ulog] Fix the ulog_strcpy function.
|
2019-01-03 15:31:04 +08:00 |
SummerGift
|
43d88940df
|
[bsp][stm32] change dir name stm32f091-nucleo to stm32f091-st-nucleo
|
2019-01-03 13:42:57 +08:00 |
SummerGift
|
aaf8fe5b1d
|
[bsp][stm32] doc style
|
2019-01-03 11:04:27 +08:00 |
chenchaoqun@rt-thread.com
|
6ae6ba1469
|
[bsp][stm32f10x][adapt] to serial frame about dma
|
2019-01-03 10:23:10 +08:00 |
SummerGift
|
cabd71f568
|
[bsp][stm32] add bsp make video web link
|
2019-01-03 10:22:21 +08:00 |
chenchaoqun@rt-thread.com
|
7563849add
|
[bsp][stm32f40x][adapt] to serial frame about dma
|
2019-01-03 10:17:44 +08:00 |
SummerGift
|
77fd04b945
|
[bsp][stm32] update wdt driver
|
2019-01-03 09:18:32 +08:00 |
SummerGift
|
b5fb04fdf6
|
[bsp][stm32] update README.md
|
2019-01-03 09:17:45 +08:00 |
SummerGift
|
d4ab2d71cf
|
[bsp][stm32] update STM32系列BSP制作教程.md
|
2019-01-03 09:15:47 +08:00 |
SummerGift
|
6751f9ba33
|
[bsp][stm32] rename stm32/stm32f091-nucleo to stm32/stm32f091-st-nucleo
|
2019-01-03 09:14:01 +08:00 |
Bernard Xiong
|
5cd3815058
|
Merge pull request #2146 from RT-Thread/update_pr_template
Update PR template.
|
2019-01-03 07:25:41 +08:00 |
Bernard Xiong
|
d9a3cc9a03
|
Update PR template.
|
2019-01-02 13:11:13 +08:00 |
Bernard Xiong
|
dc605b2c1f
|
Merge pull request #2144 from hungry-foolish/master
add pr template
|
2019-01-02 12:59:01 +08:00 |
panrunyu
|
5bef494db1
|
fix pr template
|
2019-01-01 22:19:13 -05:00 |
panrunyu
|
2601a107b7
|
add pr template
|
2019-01-01 22:11:20 -05:00 |
Bernard Xiong
|
f5770682f9
|
Merge pull request #2139 from Guozhanxin/imxrt
更新 imxrt 工程
|
2019-01-02 10:51:11 +08:00 |
Bernard Xiong
|
9556288e54
|
Merge pull request #2103 from thomasonegd/master
fix socket nullptr bug
|
2019-01-02 10:47:52 +08:00 |
guozhanxin
|
6e06b31244
|
[bsp][imxrt] change lisense
|
2019-01-02 09:54:06 +08:00 |
Bernard Xiong
|
56f1a8af4f
|
Merge pull request #2100 from gbcwbz/vi
Fix stdio fd error when POSIX api is used
|
2018-12-30 18:31:18 +08:00 |
guozhanxin
|
669cb83993
|
[bsp][imxrt]更新工程
|
2018-12-29 21:26:45 +08:00 |
guozhanxin
|
44f25b0e34
|
[bsp][imxrt] 拆分 flexspi.c/h 驱动,区分 flash 大小
|
2018-12-29 21:12:05 +08:00 |
guozhanxin
|
1d35defcb8
|
[bsp][imxrt] add 'fal' 'easyflash' port files
|
2018-12-29 19:38:40 +08:00 |
Bernard Xiong
|
caa718a8ff
|
Merge pull request #2134 from misonyo/dev
[bsp/swm320-lq100]add gcc/iar support and hwtimer driver
|
2018-12-29 16:45:40 +08:00 |
guozhanxin
|
06c21e7bf1
|
[bsp][imxrt] add flexspi driver
|
2018-12-29 16:06:52 +08:00 |
Bernard Xiong
|
94dfbf6231
|
Merge pull request #2136 from RT-Thread/fix_printf
[libc] Fix the printf issue when disable DFS
|
2018-12-29 08:57:16 +08:00 |
Bernard Xiong
|
38c49099c9
|
[libc] Fix the printf issue when disable DFS
|
2018-12-28 21:41:01 +08:00 |
Bernard Xiong
|
d7ff010f91
|
Merge pull request #2110 from SummerGGift/add_stm32_new_framework
[bsp][stm32] sync stm32 series bsp and drivers
|
2018-12-28 17:42:09 +08:00 |
misonyo
|
0610691824
|
[bsp/swm320-lq100]add gcc/iar support and hwtimer driver
|
2018-12-28 17:20:39 +08:00 |
SummerGift
|
0e3e288666
|
[bsp][stm32] fix ci bug
|
2018-12-28 16:30:00 +08:00 |
Bernard Xiong
|
7af02126af
|
Merge pull request #2133 from zhaojuntao/fix-tools
[tools] menuconfig.py silent 模式的时候,不检查 .config 文件时间戳变化,直接更新 rtconfig.h
|
2018-12-28 15:58:21 +08:00 |
SummerGift
|
8e742404cd
|
[bsp][stm32] add more stm32 bsp to ci
|
2018-12-28 14:35:32 +08:00 |
MurphyZhao
|
46544721b0
|
[tools] menuconfig.py silent 模式的时候,不检查 .config 是否有变化,直接更新 rtconfig.h
这么修改,是因为虽然 .config 没有变化,但与 rtconfig.h 的配置已经不一致。
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2018-12-28 14:22:57 +08:00 |
SummerGift
|
710f82d46b
|
[bsp][stm32] optimize falsh && eth driver
|
2018-12-28 14:16:49 +08:00 |
Bernard Xiong
|
95b97884e4
|
Merge pull request #2132 from jesven/k210
add k210 SMP support
|
2018-12-28 11:45:41 +08:00 |
shaojinchun
|
86c76b0e8a
|
add k210 SMP support
|
2018-12-28 09:41:18 +08:00 |