Jiaxun Yang
7c66501861
[libcpu] Refine MIPS common code
...
MIPS common code was highly duplicated, This commit
is a attempt to clean-up and refine these code.
The context and exception handle flow is mostly identical
with Linux, but a notable difference is that when FPU enabled,
we save FP registers in stackframe unconditionally.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2019-12-11 15:24:04 +08:00
Bernard Xiong
44123368a9
Merge pull request #3256 from armink/fix_eclipse
...
[bsp/stm32] update eclipse project.
2019-12-11 15:13:31 +08:00
armink
6c85182b72
[bsp/stm32] update eclipse project.
2019-12-11 14:38:26 +08:00
Bernard Xiong
b1399d2f37
Merge pull request #3255 from BernardXiong/bsp_x1000
...
[BSP] move libcpu/mips/x1000 to bsp/x1000/cpu
2019-12-11 12:02:59 +08:00
Bernard Xiong
a972fcc0b5
[BSP] move libcpu/mips/x1000 to bsp/x1000/cpu
2019-12-11 11:01:40 +08:00
Bernard Xiong
ea507e2e81
Merge pull request #3232 from balanceTWK/sfud_temp
...
[components][sfud] update sfud options.
2019-12-11 08:30:29 +08:00
Bernard Xiong
4d9bc92885
Update SConscript
2019-12-11 08:23:09 +08:00
Bernard Xiong
85ad44479c
Merge pull request #3254 from a1012112796/writing/zzc/add_sdio
...
[BSP/stm32f427-robomaster-a] add SD card suport
2019-12-11 08:19:28 +08:00
a1012112796
316d2e8847
[BSP/stm32f427-robomaster-a] add SD card suport
2019-12-10 23:04:25 +08:00
Bernard Xiong
3dcc7a6487
Merge pull request #3253 from armink/fix_eclipse
...
[tools] remove unused path when using scons target eclipse.
2019-12-10 20:58:55 +08:00
armink
9aa3b58bae
[tools] remove unused path when using scons target eclipse.
2019-12-10 16:40:17 +08:00
Bernard Xiong
500b5498d0
Merge pull request #3213 from liweihao-cn/master
...
增加音频设备驱动
2019-12-09 11:54:56 +08:00
Bernard Xiong
cd50a40fa8
Merge pull request #3238 from qiyongzhong0/stm32_HAL_Drivers
...
修改stm32驱动库
2019-12-09 00:02:39 +08:00
Bernard Xiong
8e7be2e7c0
Merge pull request #3247 from jsplyy/fix_spelling_mistake
...
fix spelling mistake in the comments of shell.c
2019-12-08 13:38:41 +08:00
Jingsai Lu
cd1ff2ab0d
fix spelling mistake in the comments of shell.c
2019-12-07 13:47:03 +08:00
qiyongzhong0
5c15fd615d
修改stm32驱动库:
...
1.修改drv_flash_l4.c文件中stm32_onchip_flash定义的blk_size字段,由原来2048改为FLASH_PAGE_SIZE,以增强芯片适应性.
2.修改drv_usbd.c文件中stm_usbd_register函数,增加支持RT_USING_DEVICE_OPS配置.
2019-12-05 13:40:04 +08:00
qiyongzhong0
2700130ea6
add stm32l4r5-st-nucleo BSP
2019-12-05 11:44:39 +08:00
tangweikang
15b10bd5e2
[components][sfud] update sfud options.
2019-12-03 16:45:46 +08:00
Bernard Xiong
0dc7da688f
Merge pull request #3227 from armink/fix_drivers
...
[bsp/stm32] Add DMAMUX support for stm32l4+.
2019-12-01 21:54:45 +08:00
armink
f1e5883543
[bsp/stm32] Add DMAMUX support for stm32l4+.
...
Signed-off-by: armink <armink.ztl@gmail.com>
2019-12-01 15:50:51 +08:00
Bernard Xiong
a687065ba2
Merge pull request #3225 from HubertXie/master
...
增加GPIO中断进入退出保护
2019-11-28 21:17:18 +08:00
Bernard Xiong
4b40c8096d
Merge pull request #3226 from armink/fix_eclipse
...
Fix eclipse
2019-11-28 21:12:05 +08:00
armink
470372c5be
[tools] update eclipse target for refreshScope support.
2019-11-28 18:34:22 +08:00
armink
b91ba1894a
[tools] Update eclipse target for excluding.
2019-11-28 17:54:44 +08:00
HubretXie
7f56898fad
Update drv_gpio.c
...
增加GPIO中断进入退出保护
2019-11-27 14:08:42 +08:00
Bernard Xiong
6b5af71e62
Merge pull request #3223 from greedyhao/master
...
[bsp/stm32] Update uart_config.h
2019-11-27 14:04:31 +08:00
Bernard Xiong
2eaf1fae2e
Merge pull request #3222 from HubertXie/master
...
【修复】修复sal判断internet连接的隐藏bug
2019-11-26 15:31:20 +08:00
greedyhao
fb3e2764e6
Update uart_config.h
2019-11-26 10:52:00 +08:00
HubretXie
3c2bfa2349
【修复bug】修复sal判断internet连接的隐藏bug
...
1、当前判断网卡是否连接Internet是通过连接rtt-thread的服务器来判断的,
2、这个月开始好像服务器挂了,不响应请求
3、这里超时用的2000秒,导致sys workqueue被卡死在这里了
2019-11-26 09:38:16 +08:00
HubretXie
17f7f1c7ca
Merge pull request #8 from RT-Thread/master
...
sync
2019-11-26 09:30:21 +08:00
Bernard Xiong
e459084fe0
Merge pull request #3220 from a1012112796/writing/zzc/i2c_debug_msg
...
[Device/I2C] Chang debug message print way to ulog
2019-11-26 08:42:13 +08:00
a1012112796
ab981a32b5
[Device/I2C] Chang debug message print way to ulog
2019-11-26 07:41:43 +08:00
Bernard Xiong
86e61ddfc3
Merge pull request #3218 from liuduanfei/master
...
Fix comment errors
2019-11-24 15:49:59 +08:00
HappyTime
6e8047e1d6
Update drv_common.c
...
Fix comment errors
2019-11-23 16:08:44 +08:00
Bernard Xiong
a530a25c40
Merge pull request #3212 from wangyq2018/es8p508x
...
[bsp]add bsp essemi/es8p508x.
2019-11-23 06:31:22 +08:00
Bernard Xiong
55c3182b78
Merge pull request #3193 from wangk-ge/master
...
修改内存泄漏问题
2019-11-21 22:04:42 +08:00
Bernard Xiong
54b72927d1
Merge pull request #3214 from chengxiaohu/master
...
添加 W25Q64DW SPI Flash 到支持列表
2019-11-21 22:04:19 +08:00
Bernard Xiong
26988a3d4c
Update SConscript
2019-11-21 06:57:41 +08:00
Bernard Xiong
4064a4c7bf
Update SConscript
2019-11-21 06:56:50 +08:00
Bernard Xiong
92ab9d28b6
Merge pull request #3206 from hichard/master
...
1.修复sd卡热插拔内存泄露的bug
2019-11-21 06:34:01 +08:00
Bernard Xiong
5a40f932c9
Merge pull request #3207 from loogg/mlw
...
去除sal shut_down后释放socket导致close失败的问题
2019-11-21 06:33:20 +08:00
chengxiaohu
6b8a3469f8
Merge branch 'master' of https://github.com/chengxiaohu/rt-thread
2019-11-20 23:38:35 +08:00
chengxiaohu
2a512f3df0
添加 W25Q64DW SPI Flash 到支持列表。实际应用中发现该芯片不支持sfdp。
2019-11-20 23:33:10 +08:00
liweihao
df97214957
增加音频设备驱动
2019-11-20 22:38:57 +08:00
wangyq2018
383509e220
[bsp]add bsp essemi/es8p508x.
2019-11-20 10:30:45 +08:00
Bernard Xiong
1bf5f67e8a
Merge pull request #3210 from wangyq2018/es32f0334
...
[bsp] update es32f0334.
2019-11-19 09:24:34 +08:00
wangyq2018
96fd9a5039
[bsp]1.update es32f0334 libraries.
...
2.adapt to the new power management interface.
3.move es32f0334 folder to essemi folder.
2019-11-18 10:54:38 +08:00
Bernard Xiong
c768160083
Merge pull request #3208 from greedyhao/master
...
[bsp/stm32] Update f7 HAL Lib SConscript
2019-11-17 22:15:54 +08:00
Bernard Xiong
e963ef1d3e
Merge pull request #3200 from a1012112796/writing/zzc/add_stm32f1_debug
...
[BSP][stm32/stm32f103-atk-warshipv3] open swd port config on cubemx
2019-11-16 21:37:45 +08:00
greedyhao
cc319c0181
Update SConscript
...
添加 stm32f7xx_hal_crc_ex.c,避免开启 CRC IP 的时候报错
2019-11-16 21:30:32 +08:00