Bernard Xiong
|
d4de2c53e3
|
Merge pull request #775 from armink/master
[DeviceDriver] Fix rw009 WiFi module auto reconnect feature.
|
2017-07-28 09:17:21 +08:00 |
armink
|
09f9fcaaa6
|
[DeviceDriver] Fix rw009 WiFi module auto reconnect feature.
|
2017-07-28 08:20:31 +08:00 |
Bernard Xiong
|
ab2a125b3d
|
Merge pull request #774 from armink/fix_rti_link_for_iar
[BSP] Fix component initialization functions link order for IAR Linker
|
2017-07-27 21:48:01 +08:00 |
armink
|
573c294216
|
[BSP] Fix component initialization functions may be not sequential storage on ROM when used for IAR linker.
|
2017-07-27 13:58:07 +08:00 |
zhangjun
|
b80f83f360
|
modified: ../../libcpu/risc-v/e310/context_gcc.S
fix open timer intrrupt
|
2017-07-26 16:27:54 +08:00 |
zhangjun
|
98a6896cfa
|
remove "csrrc a5, mstatus, MSTATUS_MIE" in rt_hw_interrupt_enable();
it will lead to interrupt again in interrupt
|
2017-07-26 16:07:01 +08:00 |
Bernard Xiong
|
763d7456e3
|
Merge pull request #773 from AubrCool/fix-stm32f10x_spi.drv
[Bsp] stm32f107 spi drv : dma add irq
|
2017-07-26 09:03:14 +08:00 |
Aubr.Cool
|
fe16f91cf1
|
[Bsp] stm32f107 spi drv : dma add irq
|
2017-07-26 08:31:56 +08:00 |
Bernard Xiong
|
82359e09f0
|
Merge pull request #772 from caogos/master
[bsp] 在龙芯1c的编译配置脚本“rtconfig.py”中增加“交叉编译工具链的说明”
|
2017-07-24 20:40:40 +08:00 |
勤为本
|
fa127c6531
|
在龙芯1c的编译配置脚本“rtconfig.py”中增加“交叉编译工具链的说明”
使用龙芯官方推出的那个用于编译linux的交叉编译工具链来编译RT-Thread会报错,
可以使用RT-Thread官方推荐那个
|
2017-07-24 11:27:50 +08:00 |
Bernard Xiong
|
b9a718b80c
|
Update components.c
|
2017-07-24 08:56:49 +08:00 |
Bernard Xiong
|
f47433137e
|
Merge pull request #769 from TanekLiang/stm32l475-iot
[bsp] fixed scons building error and update mdk project
|
2017-07-24 08:55:24 +08:00 |
Bernard Xiong
|
1d701111a7
|
Merge pull request #771 from TanekLiang/main_stack
[kernel] add main thread macro and rename tiny memory macro
|
2017-07-24 08:54:59 +08:00 |
tanek liang
|
2448b69d02
|
[kernel] rename RT_TINY_SIZE to RT_USING_TINY_SIZE
|
2017-07-24 00:28:15 +08:00 |
tanek liang
|
d835d91ae8
|
[kernel] use the macro definition instead of the user main thread
|
2017-07-24 00:23:35 +08:00 |
Bernard Xiong
|
42042ab80d
|
Merge pull request #770 from TanekLiang/stm32l476-nucleo
[bsp] remove unused file, update SConscript and mdk project
|
2017-07-22 16:45:43 +08:00 |
tanek liang
|
cad3cacfa7
|
[bsp] remove unused file, update SConscript and mdk project
|
2017-07-22 11:39:25 +08:00 |
tanek liang
|
e9bb6a91b9
|
[bsp] fixed scons building error and update mdk project
|
2017-07-22 11:30:23 +08:00 |
Bernard Xiong
|
f8571944ab
|
Merge pull request #768 from TanekLiang/stm32l475-iot
[bsp] add new bsp for stm32l475 IoT discovery kit
|
2017-07-22 08:24:40 +08:00 |
Bernard Xiong
|
5148b9ff27
|
Merge pull request #766 from AubrCool/fix-stm32f10x.wdt
[BSP] stm32f10x add watchdog driver
|
2017-07-20 18:01:46 +08:00 |
Bernard Xiong
|
c3c3503dc3
|
Merge pull request #765 from AubrCool/fix-fm24clxx.drv
[DeviceDrivers] add fm24clxx drv.
|
2017-07-20 18:00:46 +08:00 |
Bernard Xiong
|
cda00bf0ac
|
Merge pull request #767 from caogos/master
[BSP] Modify loongson1c interrupt part code.
|
2017-07-20 17:58:45 +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 |
Aubr.Cool
|
690128e839
|
[Bsp] stm32f10x fm24cl64 drv correct size
|
2017-07-20 12:16:49 +08:00 |
Aubr.Cool
|
2c1ee84347
|
BSP stm32f10x add watchdog driver
|
2017-07-20 11:56:21 +08:00 |
Aubr.Cool
|
81feb775fa
|
[Bsp] stm32f10x add fm24cl64 drv
|
2017-07-20 11:55:27 +08:00 |
Aubr.Cool
|
8f4e80669b
|
[Components] driver i2c add fm24clxx drv
|
2017-07-20 11:55:27 +08:00 |
tanek liang
|
27902374db
|
[bsp] add new bsp for stm32l475 IoT discovery kit
|
2017-07-20 00:37:35 +08:00 |
Bernard Xiong
|
6ab027677b
|
Merge pull request #764 from AubrCool/fix-msh.argc.error
[Components] correct msh argc too many error
|
2017-07-19 23:53:44 +08:00 |
Aubr.Cool
|
e4fea38726
|
[Components] correct msh argc too many error
|
2017-07-19 15:34:15 +08:00 |
勤为本
|
f39164203e
|
修正龙芯1c的中断号
|
2017-07-18 17:04:32 +08:00 |
Bernard Xiong
|
8819016f28
|
Merge pull request #763 from caogos/master
[bsp] Add GPIO/PWM/timer drivers to RT-Thread.
|
2017-07-18 11:50:30 +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 |
zhangjun
|
b334347a24
|
deleted: rtthread.s /*just for debug*/
modified: ../../libcpu/risc-v/e310/context_gcc.S
change ret to mret and switch to new task with mepc
|
2017-07-17 16:55:33 +08:00 |
zhangjun
|
e01455155a
|
add context_gcc.s
|
2017-07-17 15:44:00 +08:00 |
zhangjun
|
f147f3398a
|
new bsp for risc-v
|
2017-07-16 20:37:03 +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 |