勤为本
|
96f3600bde
|
将异常向量间隔从0x20改为0x80,mips系列cpu的异常向量的间隔为0x80(十进制的128)字节
详细内容请参见《see mips run》中的5.3节——异常向量:异常处理开始的地方
|
2017-09-14 12:14:55 +08:00 |
|
勤为本
|
574e22bdbd
|
在配置文件“rtconfig.h”中增加硬浮点FPU的配置项,
浮点经常会用到,所以默认使用硬浮点。
|
2017-09-13 15:21:09 +08:00 |
|
勤为本
|
8d90867182
|
增加龙芯1c硬件I2C接口
|
2017-09-06 12:11:46 +08:00 |
|
勤为本
|
2da0eae89c
|
再次修改源文件开头的license,清理网卡代码中的#if 0和#if 1
|
2017-08-25 10:48:59 +08:00 |
|
勤为本
|
63d2ede1b3
|
清理龙芯1c片内网卡驱动的冗余代码,给没有license的源码文件增加license
|
2017-08-24 15:03:08 +08:00 |
|
勤为本
|
838c63f365
|
添加龙芯1C片内网卡的驱动(原创作者是chinesebear,https://github.com/chinesebear/rtt-net)
|
2017-08-23 15:46:51 +08:00 |
|
勤为本
|
7129d77bee
|
增加龙芯1c硬浮点的支持(可以使用硬浮点了)
|
2017-08-10 15:35:03 +08:00 |
|
勤为本
|
fa127c6531
|
在龙芯1c的编译配置脚本“rtconfig.py”中增加“交叉编译工具链的说明”
使用龙芯官方推出的那个用于编译linux的交叉编译工具链来编译RT-Thread会报错,
可以使用RT-Thread官方推荐那个
|
2017-07-24 11:27:50 +08:00 |
|
勤为本
|
5734d52a08
|
把每秒Tick数从100改为1000(龙芯1c主频252M,改为1000没问题)
把栈从4字节改为8字节对齐(浮点需要8字节对齐)
|
2017-07-20 17:50:43 +08:00 |
|
勤为本
|
358612c8a2
|
支持GPIO中断(外部中断)
|
2017-07-20 17:35:03 +08:00 |
|
勤为本
|
d1bb7c61f4
|
将支持的中断个数从32个扩展到160个,至此可以支持所有中断
|
2017-07-20 17:05:59 +08:00 |
|
勤为本
|
f39164203e
|
修正龙芯1c的中断号
|
2017-07-18 17:04:32 +08:00 |
|
勤为本
|
878b222741
|
将“龙芯1c库”中硬件定时器相关接口移植到RT-Thread
|
2017-07-18 11:33:27 +08:00 |
|
勤为本
|
d22df879ac
|
将“龙芯1c库”中硬件pwm相关接口移植到RT-Thread
|
2017-07-18 11:28:02 +08:00 |
|
勤为本
|
0940301981
|
将“龙芯1c库”中的GPIO相关接口移植到RT-Thread
|
2017-07-18 11:15:10 +08:00 |
|
Bernard Xiong
|
8034add04a
|
Merge pull request #760 from TanekLiang/stm32f40x
[bsp] fixed uart5 tx rcc error
|
2017-07-09 09:10:03 +08:00 |
|
tanek liang
|
6199b378f5
|
[bsp] fixed uart5 tx rcc error
|
2017-07-08 22:41:00 +08:00 |
|
Bernard Xiong
|
1e4c3e6ab3
|
Merge pull request #759 from TanekLiang/stm32l476-nucleo
[bsp] add new bsp for stm32l476-nucleo
|
2017-07-06 14:17:30 +08:00 |
|
tanek liang
|
da3b4d7606
|
[bsp] add new bsp for stm32l476-nucleo
|
2017-07-05 18:17:16 +08:00 |
|
Bernard Xiong
|
e47515d876
|
Merge pull request #758 from JianRuiqian/master
[DeviceDrivers] improve sdio
|
2017-07-04 07:19:44 +08:00 |
|
ruiqian
|
465fdfc2ff
|
Update sdio.c
|
2017-07-04 00:50:48 +08:00 |
|
ruiqian
|
0a798b33a5
|
Update mmcsd_core.c
|
2017-07-04 00:50:25 +08:00 |
|
ruiqian
|
bf48d2b745
|
Update sdio.h
|
2017-07-04 00:49:50 +08:00 |
|
ruiqian
|
1590e38f46
|
Update mmcsd_host.h
|
2017-07-04 00:49:23 +08:00 |
|
ruiqian
|
ae8ca61051
|
Update mmcsd_card.h
|
2017-07-04 00:48:53 +08:00 |
|
Bernard Xiong
|
315a616436
|
Merge pull request #755 from TanekLiang/master
[bsp] insert keep section .rti_fn* in GCC link file
|
2017-07-02 15:25:11 +08:00 |
|
tanek liang
|
165868c46c
|
[bsp] insert keep section .rti_fn* in GCC link file
|
2017-07-01 15:59:23 +08:00 |
|
Bernard Xiong
|
2ef114c50a
|
Merge pull request #754 from TanekLiang/master
[bsp] update k64 bsp to ksdk and add enet driver
|
2017-07-01 15:51:23 +08:00 |
|
tanek liang
|
a2d56fb5d9
|
[bsp] add enet driver for k64 FRDM
|
2017-07-01 13:46:24 +08:00 |
|
tanek liang
|
d7c5c4e35e
|
using components init
|
2017-07-01 13:38:39 +08:00 |
|
tanek liang
|
50d96d7d0a
|
[bsp] update mdk template
* add mkd5 support(template.uvprojx)
|
2017-07-01 12:35:05 +08:00 |
|
tanek liang
|
a4a5903b5c
|
[bsp] update k64f bsp to KSDK 2.2
|
2017-07-01 11:33:12 +08:00 |
|
Bernard Xiong
|
1f0081e796
|
[Kernel] Fix typo
|
2017-06-26 09:16:19 +08:00 |
|
Bernard Xiong
|
6e902e17ae
|
Merge pull request #750 from flyingcys/master
[bsp] fix bxcan.c inline bug
|
2017-06-24 07:10:44 +08:00 |
|
flyingcys
|
bd62def30c
|
[bsps] fix bsp/stm32f10x/bxcan.c inline bug
|
2017-06-24 00:11:09 +08:00 |
|
flyingcys
|
35e59002ef
|
[bsp] fix bxcan.c inline bug
|
2017-06-23 23:23:58 +08:00 |
|
Bernard Xiong
|
8437c049e6
|
[Kernel] Fix the number_mask initialization issue in TCB.
|
2017-06-15 23:30:18 +08:00 |
|
Bernard Xiong
|
9c44022502
|
Merge pull request #748 from TanekLiang/master
[bsp] update RCC initial for system
|
2017-06-15 16:33:29 +08:00 |
|
Bernard Xiong
|
dd6454d87d
|
Merge pull request #749 from FlyLu/master
[DeviceDrivers]Fix continuous write page bug for spi_flash_at45dbxx driver
|
2017-06-15 16:33:00 +08:00 |
|
FlyLu
|
fe457da958
|
[DeviceDrivers]Fix continuous write page bug for spi_flash_at45dbxx driver
|
2017-06-15 16:05:34 +08:00 |
|
bernard
|
b47994cb42
|
Add more checking for SConscript files of libc.
|
2017-06-15 14:38:39 +08:00 |
|
bernard
|
6515dc238c
|
[finsh] Add checking the result of chdir.
|
2017-06-15 14:37:56 +08:00 |
|
bernard
|
bc0fbbfe82
|
[DFS] change the cmd to long data type.
|
2017-06-15 14:37:18 +08:00 |
|
bernard
|
b7cf723162
|
[DFS] code cleanup
|
2017-06-15 14:36:59 +08:00 |
|
bernard
|
6e63cbb9be
|
[DFS] "console" device check.
[DFS] To make sure the "console" device exist or not when initialize
console device.
|
2017-06-15 14:36:40 +08:00 |
|
tanek liang
|
761a793a4b
|
[bsp] remove error_handler() and resume RT_ASSERT()
|
2017-06-14 17:25:42 +08:00 |
|
tanek liang
|
1d6c38f42f
|
[bsp] remove RT_ASSERT() because UART not work now
|
2017-06-14 17:07:08 +08:00 |
|
tanek liang
|
df40819b4b
|
[bsp] replace error_handler() by RT_ASSERT(RT_NULL)
|
2017-06-14 16:47:05 +08:00 |
|
tanek liang
|
81fce5d000
|
[bsp] replace error_handler() by RT_ASSERT(RT_NULL)
|
2017-06-14 16:43:07 +08:00 |
|
tanek liang
|
4978e340a9
|
[bsp] replace error_handler() by RT_ASSERT(RT_NULL)
|
2017-06-14 16:41:23 +08:00 |
|