Commit Graph

7195 Commits

Author SHA1 Message Date
SummerGift 9cd881bf05 [bsp][stm32] fix some error 2018-12-18 10:39:21 +08:00
Bernard Xiong dcf74bce45
Merge pull request #2078 from ErnestChen1/master
【串口】宏定义对应增加
2018-12-17 19:31:55 +08:00
Bernard Xiong 453a3b3cbe
Merge pull request #2085 from HubertXie/master
减少sfud对任务栈的占用
2018-12-17 19:31:30 +08:00
Bernard Xiong 9079572527
Merge pull request #2084 from whj4674672/master
Change the user interface to main
2018-12-17 18:41:00 +08:00
HubretXie 716823bfec
减少sfud对任务栈的占用
用全局空间换栈空间,当多个任务需要使用sfud时,可以节省内存
例如多个任务需要使用文件系统,任务栈可以减少
2018-12-17 18:09:02 +08:00
whj f45fd44e9a Change the user interface to main 2018-12-17 15:01:57 +08:00
SummerGift 355783c5fa [bsp][stm32] modify doc for atk-pandora 2018-12-17 11:51:11 +08:00
shaojinchun eff767a074 remove rt_hw_mb define
sync smp skeleton
2018-12-17 11:02:09 +08:00
SummerGift 87e351538c [bsp][stm32] add sdcard port file 2018-12-17 10:46:33 +08:00
SummerGift ba83d6c90e [bsp][stm32] add stm32l475-atk-pandora bsp 2018-12-17 10:45:00 +08:00
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
chenchaoqun@rt-thread.com 87b407ff18 【修改】.config 中RT_SERIAL_USING_DMA选项 2018-12-17 09:53:44 +08:00
chenchaoqun@rt-thread.com bb8e89e851 【串口】宏定义对应增加 2018-12-17 09:38:53 +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
Hao Zhu 0e6b3fcba8 SConstruc中的lib换为f7的 2018-12-14 09:47:45 +08:00
Hao Zhu 78f206e88b 修改一些脚本 2018-12-14 09:44:05 +08:00
yufanyufan77 b40a8f816b 添加cpu复位函数
RT_WEAK void rt_hw_cpu_reset(void)
2018-12-14 08:58:40 +08:00
Hao Zhu 2fbced6f21 Merge remote-tracking branch 'upstream/master' 2018-12-14 08:47:54 +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
Hao Zhu 5053e744a3 修改README 2018-12-13 14:20:14 +08:00
Hao Zhu cabf2f5ee5 添加i2c支持 2018-12-13 14:18: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
shaojinchun f5426f4a86 1 增加了bsp数据屏障接口函数 rt_hw_mb()
2 去除在secondary_cpu_c_start重复了的IPI handler的注册
2018-12-13 09:49:15 +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
Hao Zhu e0c2bf09e3 修改错误 2018-12-12 16:51:39 +08:00
Hao Zhu 9890034242 [bsp][stm32][stm32f767] 移植qspi 2018-12-12 16:49:27 +08:00
Bernard Xiong dcf7bce2cc
Merge pull request #2041 from zhaojuntao/utest-dev
[components][utilities] 增加 utest(单元测试框架)
2018-12-12 12:55:36 +08:00