Commit Graph

7118 Commits

Author SHA1 Message Date
SummerGift 71751eb6f1 [bsp][stm32] add sdio, hw_timer and pwm drivers 2018-12-17 10:38:38 +08:00
SummerGift b35e888cdd [bsp][stm32] optimize docs 2018-12-17 10:35:59 +08:00
Bernard Xiong 9e990be572
Merge pull request #2074 from zhaohengbo/master
fix some bug when stack grows upward
2018-12-16 06:49:34 +08:00
zhaohengbo 10d00ff41c reduce change 2018-12-15 20:27:38 +08:00
zhaohengbo 0d1cc3565a Merge remote-tracking branch 'upstream/master' 2018-12-15 20:25:43 +08:00
Bernard Xiong c72dc1a7e5
Merge pull request #2072 from yufanyufan77/master
添加cpu复位函数
2018-12-15 11:53:17 +08:00
Bernard Xiong 885d99ee9b
[libcpu][risc-v] fix rt_thread_switch_interrupt_flag issue. 2018-12-15 11:47:59 +08:00
Bernard Xiong fd347fdb90
[libcpu][risc-v] fix the rt_thread_switch_interrupt_flag issue 2018-12-15 11:47:10 +08:00
zhaohengbo afcd8b4521 fix some bug when stack grows upward 2018-12-15 11:20:24 +08:00
Bernard Xiong 61b8db8ee9
Merge pull request #2073 from RT-Thread/fix_datatype
[Kernel] Fix the thread->sp data type issue.
2018-12-15 06:19:19 +08:00
Bernard Xiong f9f959f33e [Kernel] Fix the thread->sp data type issue. 2018-12-14 22:46:34 +08:00
Bernard Xiong b9261e4340
Merge pull request #2068 from yangjie11/stm32-dev
[bsp][stm32 hal drv_gpio] add  more settings for "GPIO_InitStruct.Pull"
2018-12-14 11:08:49 +08:00
Bernard Xiong f12d5bfba0
Merge pull request #2065 from qgyhd1234/hwtimer
完善 hwtimer 测试例程,修改 readme 显示错误
2018-12-14 11:05:58 +08:00
yufanyufan77 b40a8f816b 添加cpu复位函数
RT_WEAK void rt_hw_cpu_reset(void)
2018-12-14 08:58:40 +08:00
Bernard Xiong 698f9a91bd
Merge pull request #2066 from e190/master
修复I2C和RTC中的粗心BUG
2018-12-13 17:31:16 +08:00
Bernard Xiong 830387f027
Merge pull request #2069 from SummerGGift/add_stm32_new_framework
[bsp][stm32] optimize scons --dist function
2018-12-13 16:50:39 +08:00
Bernard Xiong b75a809d19
Merge pull request #2070 from RT-Thread/fix_32bit_64bit
Fix the value width issue under 32/64 bit arch.
2018-12-13 16:47:19 +08:00
SummerGift c692e194a6 [bsp][stm32] optimize board/SConscript code 2018-12-13 15:13:55 +08:00
SummerGift 6ef13c82aa [bsp][stm32] modify board/SConscript 2018-12-13 15:09:38 +08:00
SummerGift 6df6a7519a [bsp][stm32] modify sconstruct 2018-12-13 15:05:48 +08:00
Bernard Xiong 1f37de29c4 Fix the value width issue under 32/64 bit arch. 2018-12-13 14:54:26 +08:00
SummerGift 968110ffd6 [bsp][stm32] add scons --dist function 2018-12-13 12:05:40 +08:00
yangjie caba8a7d11 [bsp][stm32 hal drv_gpio]If there is no pull-up or pull-down outside, there will be problems with just setting "GPIO_InitStruct.Pull = GPIO_NOPULL". 2018-12-13 10:33:46 +08:00
zylx 6ea32ee488 [components][drivers] delete redundant judgment 2018-12-13 10:00:03 +08:00
yangjie11 2b98f4720c
Merge pull request #2 from RT-Thread/master
更新
2018-12-13 09:22:12 +08:00
e190 c042da4e9d
修复RTC驱动中一个粗心BUG
137行多了()
2018-12-13 08:38:53 +08:00
e190 3af4e3b404
修复I2C驱动一个粗心BUG
I2C2_BUS_CONFIG改为I2C3_BUS_CONFIG
2018-12-13 08:33:21 +08:00
zylx f497b17111 [components][drivers]fix hardware timer 2018-12-12 17:20:55 +08:00
zylx 4fd6f2ef53 [examples][test]Perfect test function 2018-12-12 17:13:30 +08:00
Bernard Xiong dcf7bce2cc
Merge pull request #2041 from zhaojuntao/utest-dev
[components][utilities] 增加 utest(单元测试框架)
2018-12-12 12:55:36 +08:00
Bernard Xiong a5b22a5b06
Merge pull request #2043 from HubertXie/master
Update at_socket.c
2018-12-12 12:55:21 +08:00
HubretXie 3a8c6f32c0
Update at_socket.c
修改socket读取遗留数据逻辑
2018-12-12 11:29:14 +08:00
Bernard Xiong c059503007
Merge pull request #2063 from jesven/fix_smp
fix_smp
2018-12-12 10:17:51 +08:00
shaojinchun b3e1507bcf 1 RT_THREAD_CTRL_BIND_CPU define to 4
2 RTM_EXPORT(rt_cpus_lock_status_restore)
3 sync ARCH_CPU_STACK_GROWS_UPWARD in _rt_scheduler_stack_check()
2018-12-12 09:36:39 +08:00
Bernard Xiong 54053454e6
Merge pull request #2061 from liu2guang/master
[bsp][lpc54114] 修复drv_gpio.c drv_romfs.c驱动未被默认编译的问题.
2018-12-11 17:13:01 +08:00
流光 fc0d4e72a4 [bsp][lpc54114] 修复drv_gpio.c drv_romfs.c驱动未被默认编译的问题. 2018-12-11 15:04:49 +08:00
Bernard Xiong d00ef3b1ea
Merge pull request #2059 from e190/master
修复spi驱动中spi_config一个bug
2018-12-11 12:59:56 +08:00
e190 e296967000
修复spi驱动中spi_config一个bug" 2018-12-11 09:18:25 +08:00
Bernard Xiong b628ac0e7e
Merge pull request #2052 from jesven/lwp_ok
add lwp support
2018-12-10 20:00:25 +08:00
shaojinchun 2b21d2316a 修改许可协议
修改cpu目录名及相关修改
2018-12-10 18:23:21 +08:00
Bernard Xiong 92338d50c4
Merge pull request #2051 from SummerGGift/add_stm32_new_framework
[bsp][stm32] add more drivers for stm32 bsp
2018-12-10 17:07:28 +08:00
shaojinchun a8953e9211 add lwp support 2018-12-10 16:44:48 +08:00
SummerGift 892ad62983 [bsp][stm32] optimize flash driver config 2018-12-10 14:06:24 +08:00
Bernard Xiong fea5f2d8ae
Merge pull request #2034 from liu2guang/master
[BSP][LPC54114-lite] 添加i2c spi romfs spiflash sdcard pct2075驱动.
2018-12-10 13:59:58 +08:00
SummerGift c1f20dc458 [bsp][stm32] add flash driver docs 2018-12-10 13:44:26 +08:00
流光 b76dd4a9d5 [bsp][lpc54114] 移除PCT2075温度传感器驱动, 考虑在package中实现. 2018-12-10 10:45:31 +08:00
SummerGift d509db834b [bsp][stm32] add more drivers for stm32 bsp 2018-12-10 09:48:10 +08:00
Bernard Xiong 70cb67245f
Merge pull request #2048 from greedyhao/master
[bsp/stm32f7-disco] 修复串口驱动编译报错
2018-12-10 09:33:17 +08:00
Bernard Xiong 9677fe6f2c
Merge pull request #2045 from ErnestChen1/master
[add] DMA choice of serial
2018-12-10 09:29:42 +08:00
Bernard Xiong d43fcbcd80
Merge pull request #2047 from zhangxiaosen88/master
Update adc.c
2018-12-10 09:25:10 +08:00