Hao Zhu
8d7dae447c
同步库中的脚本
...
事实上加上了这些配置,编译时还是会报warming
2019-01-09 15:13:03 +08:00
Hao Zhu
d3c2cb5845
[components][libc] add extern "C" for header file
2019-01-09 15:13:03 +08:00
Hao Zhu
064688992e
[bsp] [stm32] stm32f7支持c++环境
...
编译报错
Warning: L6330W: Undefined symbol SHT$$INIT_ARRAY$$Base (referred from crt_init.o). Unused section has been removed.
Warning: L6330W: Undefined symbol SHT$$INIT_ARRAY$$Limit (referred from crt_init.o). Unused section has been removed.
2019-01-09 15:13:03 +08:00
SummerGift
289b4316af
[bsp][stm32] add extern "C" for header file
2019-01-09 10:12:35 +08:00
Bernard Xiong
8529b41e7c
Merge pull request #2171 from SummerGGift/add_stm32_new_framework
...
[bsp][stm32] optimize drivers && add more stm32 bsp
2019-01-08 18:49:25 +08:00
SummerGift
0d025a69e6
[bsp][stm32] fix bug in dma config && clean up the dma config code
2019-01-08 18:20:17 +08:00
SummerGift
0032fff1d2
[bsp][stm32] remove useless configuration
2019-01-08 18:17:42 +08:00
SummerGift
c1ce319f93
[bsp][stm32] optimize Kconfig file
2019-01-08 18:15:43 +08:00
HubretXie
0e333a3a10
Update drv_gpio.c
2019-01-08 16:02:01 +08:00
SummerGift
f397970903
[bsp][stm32] add ci for stm32f411-st-nucleo bsp
2019-01-08 14:53:38 +08:00
SummerGift
f717dd5f44
[bsp][stm32] update README.md
2019-01-08 14:20:34 +08:00
SummerGift
fd396975a8
[bsp][stm32] add stm32/stm32f411-st-nucleo bsp
2019-01-08 14:20:11 +08:00
SummerGift
f1004b013d
[bsp][stm32] update stm32/stm32f103-atk-nano
2019-01-08 14:16:13 +08:00
SummerGift
bad889140b
[bsp][stm32] fix bug in f7 bsp template
2019-01-08 14:10:29 +08:00
SummerGift
883a9f1e13
[bsp][stm32] update dma config in Kconfig
2019-01-08 14:09:33 +08:00
SummerGift
02a1fa3079
[bsp][stm32] add hwtimer driver for f7 series
2019-01-08 14:02:18 +08:00
SummerGift
40a474fefa
[bsp][stm32] optimize eth driver
2019-01-08 14:01:27 +08:00
SummerGift
688d8994d9
[bsp][stm32] update drv_spi.c
2019-01-08 14:00:01 +08:00
SummerGift
74395fd114
[bsp][stm32] update kconfig
2019-01-08 12:05:06 +08:00
SummerGift
574492a282
[bsp][stm32] Modify the DMA implementation
2019-01-08 11:59:27 +08:00
SummerGift
d023fb47ba
[bsp][stm32] add all series dma_config files
2019-01-08 11:58:46 +08:00
HubretXie
bdc0e4f540
[stm32][drv_gpio]增加对Stm32f0系列关中断处理方式
...
增加stm32f0系列GPIO关中断处理
2019-01-08 09:52:16 +08:00
HubretXie
adfefdb05f
Merge pull request #2 from RT-Thread/master
...
sync
2019-01-08 09:45:54 +08:00
Bernard Xiong
3d95a03597
Merge pull request #2101 from HubertXie/master
...
[drv_gpio]修改GPIO驱动关中断处理方式
2019-01-08 07:34:36 +08:00
Bernard Xiong
3a3c6c51f8
[libcpu] remove cache.h from mips/common folder.
2019-01-07 21:16:05 +08:00
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