Commit Graph

7299 Commits

Author SHA1 Message Date
Bernard Xiong bde47018b8 [libcpu] Add SConscript in libcpu. 2019-01-07 06:09:45 +08:00
Bernard Xiong 1e78259545 [tools] Add BSP path into Kernel Group. 2019-01-05 07:39:36 +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
Bernard Xiong 214652fd7e
Merge pull request #2130 from jesven/fix_list_thread
修正rt_object_get_information参数类型不匹配警告
2018-12-27 19:08:55 +08:00
Bernard Xiong 94b3d9b788
Merge pull request #2129 from andychen329/patch-1
Update README.md
2018-12-27 18:08:37 +08:00
shaojinchun fdfc7e541a 修正rt_object_get_information参数类型不匹配警告 2018-12-27 17:48:38 +08:00
Bernard Xiong e70cece9b5
Merge pull request #2128 from lymzzyh/master
[components][USB][Device][Core]fix the device_qualifier error respond on fullspeed
2018-12-27 17:39:40 +08:00
Bernard Xiong 137ed381c7
Merge pull request #2123 from jesven/fix_list_thread
修正list_thread关中断时间过长的问题
2018-12-27 17:16:32 +08:00
andychen329 608f1582a7
Update README.md 2018-12-27 16:52:27 +08:00
zyh b18534e1af [components][USB][Device][Core]fix the device_qualifier error respond on fullspeed 2018-12-27 16:48:29 +08:00
shaojinchun ed9a558da9 list_*时,提供对第一层object的原子保护 2018-12-27 16:31:22 +08:00