Commit Graph

101 Commits

Author SHA1 Message Date
sundm75 af743afb01 [bsp][ls1c] add ls1c_hw_i2c_init 2018-03-17 19:04:23 +08:00
sundm75 4a8076e4b8 [bsp][ls1c] add ls1c_hw_spi_init 2018-03-17 19:03:50 +08:00
sundm75 4495e1c2a1 [bsp][ls1c] add rtgui_lcd_init 2018-03-17 19:02:27 +08:00
sundm75 0192ae2128 [bsp][ls1c]change RT_USING_UART to RT_USING_SERIAL;remove some device init 2018-03-17 18:59:50 +08:00
sundm75 05aea0f8cb [bsp][ls1c]remove rt_components_init 2018-03-17 18:57:09 +08:00
孙冬梅 6e987b2350
Merge pull request #2 from RT-Thread/master
update form origin
2018-03-10 18:33:45 +08:00
孙冬梅 351f15be4b
Rename Ls1c_can.h to ls1c_can.h 2018-02-09 13:06:39 +08:00
孙冬梅 b4dc4fad21
Rename Ls1c_can.c to ls1c_can.c 2018-02-09 13:06:10 +08:00
sundm75 d78c3198b2 [BSP][ls1c]Fix drv_can.c: No such file or directory(ls1c_can.h) 2018-02-09 12:30:45 +08:00
sundm75 f9ffb4c840 [BSP][ls1c]Fix drv_can.c: No such file or directory(Drv_can.h) 2018-02-09 10:45:53 +08:00
sundm75 8c38597cdc [BSP][ls1c]Modify kconfig RTT_DIR 2018-02-09 10:02:25 +08:00
sundm75 d8b85925e7 [BSP][ls1c]Add kconfig. 2018-02-09 09:25:20 +08:00
sundm75 b473c629e9 [BSP][ls1c]Mount sdcard in init_thread. 2018-02-09 09:23:49 +08:00
sundm75 5e102eeea9 [BSP][ls1c]Add some code in board init. 2018-02-09 09:22:25 +08:00
sundm75 c121d823fd [BSP][ls1c]Fixed some bugs of ls1c lib. 2018-02-09 09:21:02 +08:00
sundm75 d08ce950e5 [BSP][ls1c]Add can driver and lib 2018-02-09 09:19:32 +08:00
aozima 19433e0cf5 update SConscript: support scons 3. 2018-02-06 20:07:28 +08:00
sundm75 b08ff9eee2 [bsp] Add SmartloongV3 display,touch,msd, hw_i2c driver 2018-01-15 14:56:48 +08:00
sundm75 123af35c94 删除上次提交 2018-01-15 14:33:29 +08:00
sundm75 0cb2e880b9 修改touch 2018-01-15 05:27:39 +08:00
sundm75 37aa65db48 [bsp] Add display,sd,touch,hw_i2c driver 2018-01-14 19:47:49 +08:00
勤为本 9af2db092e [BSP][ls1c]新增PIN接口
将龙芯1c库中的gpio接口重新封装为RTT统一标准的pin接口
2017-11-24 17:16:42 +08:00
勤为本 711ad21e30 龙芯1c平台的rtt统一标准的I2C接口 2017-11-22 13:12:11 +08:00
勤为本 1bbe09df94 把龙芯1c的SPI接口改为RTT统一的SPI接口 2017-11-08 00:05:05 +08:00
bernard 6469a748b3 [BSP] remove the old ipaddr settings. 2017-10-29 15:22:18 +08:00
勤为本 51d02f98d6 增加龙芯1c的硬件SPI相关接口 2017-10-23 17:10:48 +08:00
勤为本 b2fbe4df01 清理编译告警和错误。编译告警和错误的原因是删除了头文件“components.h” 2017-10-17 11:14:48 +08:00
bernard 296d57e859 [BSP] remove components.h file. 2017-10-16 14:10:18 +08:00
bernard 5e3b3b19a6 [BSP] change the type of cmd.
1. Change the type of cmd to 'int';
2. Remove RT_LWIP_USING_RT_MEM macro;
2017-10-16 13:23:03 +08:00
勤为本 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
勤为本 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 1368e01470 [BSP] fix RT_DFS_ELM_MAX_LFN to 255. 2017-04-09 19:23:28 +08:00
kontais b96f07e477 flush cache after exception code install 2016-06-15 08:09:56 -07:00
Bernard Xiong 066ec6dc91 [BSP] remove display_controller.h/c from ls1cdev bsp 2015-10-15 12:22:16 +08:00
pangwei 330ab2ca0d [BSP]fix lslc compiling issue when using RT_USING_LIBC. 2015-08-06 16:12:37 +08:00
pangwei 5b755b85c8 [BSP] rename the link files
Signed-off-by: pangwei <271372443@qq.com>
2015-07-23 10:38:28 +08:00
Bernard Xiong 8b7d2fb5c1 [BSP] use mips-sde-elf for ls1c bsp. 2015-07-22 10:22:40 +08:00
chinesebear 085682c76b new file: bsp/ls1cdev/ls1b_ram.lds 2015-07-16 23:19:03 +08:00
chinesebear 4ad1b35537 chinesebear add bsp & libcpu 2015-07-09 07:38:07 +08:00