Commit Graph

6027 Commits

Author SHA1 Message Date
liang yongxiang 852714c1c2 [bps][imxrt1052] fixed gcc output bin file error 2018-03-28 19:50:06 +08:00
SummerGift f596c5ad88 [bsp] Add pin equipment for stm32f429-apollo 2018-03-28 15:17:30 +08:00
lzp 342f883acb [BSP]NUC472
1.增加MDK4工程
2.修复GCC的链接文件 栈内存与动态内存地址重复
3.修复EMAC驱动宏错误
2018-03-28 14:40:05 +08:00
xx e0314e637e 添加iis驱动 2018-03-28 12:33:26 +08:00
xx 5e477ae0ac [imx-rt]在回调函数执行后才清除本次传输信息 2018-03-28 12:27:04 +08:00
Bernard Xiong 8ea9dd6579
Merge pull request #1321 from TanekLiang/memheap-fixed
[Kernel][memheap] fix rt_realloc bugs
2018-03-28 11:14:36 +08:00
Bernard Xiong e4ee93564e
Merge pull request #1320 from uestczyh222/master
[Bsp][stm32f4xx-HAL]修改默认工程与menuconfig同步
2018-03-28 11:03:31 +08:00
liang yongxiang b09445cbfe [Kernel][memheap] fix rt_realloc bugs
- missing free old memory after malloc new
- free memory when new size is zero
2018-03-28 10:19:32 +08:00
ZYH 26119affdf Merge remote-tracking branch 'upstream/master' 2018-03-28 10:10:39 +08:00
ZYH e04c3cecc8 修改默认工程与menuconfig同步 2018-03-28 10:10:31 +08:00
Bernard Xiong c6a5a2a386
Merge pull request #1314 from enkiller/dev
[drivers]Fix put_force bug
2018-03-28 00:53:08 +08:00
Tanek 161778df80
Merge pull request #1317 from liu2guang/master
[BSP] add fire board support and optimize bsp.|添加野火开发板支持并优化bsp.
2018-03-27 20:08:03 +08:00
liuguang 045500ce2c [BSP] add fire board support and optimize bsp.|添加野火开发板支持并优化bsp.
1. 添加env menuconfig可以选择nxp官方或者野火开发板.
2. 修改drv_hp_rtc名称为drv_rtc.
2018-03-27 19:54:57 +08:00
Bernard Xiong d0b592c098
Merge pull request #1319 from heyuanjie87/imx1050
[audio]修正关闭中断后没打开的问题
2018-03-27 18:06:23 +08:00
heyuanjie87 fa09a700c1
Update audio.c 2018-03-27 13:59:22 +08:00
Bernard Xiong 0d2b660f2b
Merge pull request #1315 from TanekLiang/v2m-update-pin
[bsp][v2m-mps2] add pin device support and update project files
2018-03-26 10:15:05 +08:00
Bernard Xiong 43e7785074
Merge pull request #1316 from sundm75/sundm75
[bsp][ls1c] fix ls1c issue
2018-03-26 10:13:59 +08:00
liang yongxiang d43e20676f [bsp][v2m-mps2] add pin device support and update project files 2018-03-25 23:38:29 +08:00
tangyuxin 5b31545970 [drivers]Fix put_force bug 2018-03-25 07:54:31 +08:00
Bernard Xiong 228c820e4d
Merge pull request #1289 from moebiusever/master
[finsh] add FINSH_ECHO_DISABLE_DEFAULT and remove FINSH_ECHO_MODE_DEFAULT, to control the finsh default echo mode
2018-03-24 08:38:13 +08:00
moebius.ever 22bcdd4bdb [finsh] change comment "Disable the command echo mode or not in default" to "Disable the echo mode in default" 2018-03-23 17:20:17 +08:00
moebius.ever bb93c74810 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2018-03-23 17:15:35 +08:00
ZYH 8ed3470d2a
Merge pull request #1312 from uestczyh222/master
[Components][USB]fix a compile error
2018-03-23 14:53:05 +08:00
ZYH 93060f2478 Merge remote-tracking branch 'upstream/master' 2018-03-23 14:52:07 +08:00
ZYH 0fcf08ae88 [Components][USB]fix a compile error 2018-03-23 14:52:00 +08:00
Tanek e8ee150d1e
Merge pull request #1310 from liu2guang/master
[BSP] delete rtc driver error message. | 删除RTC驱动的错误信息.
2018-03-23 14:27:23 +08:00
liuguang f4b8cc4c66 Merge remote-tracking branch 'upstream/master' 2018-03-23 10:39:04 +08:00
Bernard Xiong 213001fd7d
Merge pull request #1307 from armink/fix_armlibc
[Libc][armlibc] Add STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO
2018-03-23 10:17:34 +08:00
ZYH b30bd6b793
Merge pull request #1311 from uestczyh222/master
[Bsp][Drivers]Add  a int endpoint
2018-03-23 10:16:22 +08:00
ZYH 1fd31983a3 [Bsp][Drivers]Add a int endpoint 2018-03-23 10:15:44 +08:00
ZYH f88f467088
Merge pull request #1309 from uestczyh222/master
[Bsp][i.mxrt]Add USB Drivers support HS
2018-03-23 10:14:48 +08:00
liuguang 144e63eae2 [BSP] delete rtc driver error message. | 删除RTC驱动的错误信息. 2018-03-23 09:54:12 +08:00
ZYH 45c9b8c19a Merge remote-tracking branch 'upstream/master' 2018-03-23 09:37:04 +08:00
ZYH 5713db3fb9 [Bsp][i.mxrt]Add USB Drivers support HS 2018-03-23 09:36:54 +08:00
armink b27b1d8032 [Libc][armlibc] Add STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO to armlibc/sys/unistd.h. 2018-03-22 12:09:39 +08:00
Bernard Xiong 2a9ce628e4
Merge pull request #1306 from TanekLiang/v2m-bsp
[bsp][v2m-mps2] fix "scons --target=mdk5" error
2018-03-22 08:43:28 +08:00
Bernard Xiong 9a01c5700c
Merge pull request #1305 from armink/fix_rtc
[DeviceDriver][RTC] Fix rtc Kconfig and missing return.
2018-03-22 08:42:55 +08:00
moebius.ever feeff73168 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2018-03-21 15:37:23 +08:00
liang yongxiang 9b3b6989fa [bsp][v2m-mps2] fix "scons --target=mdk5" error 2018-03-21 10:08:03 +08:00
armink c74bc870e8 [DeviceDriver][RTC] Fix rtc Kconfig and missing return. 2018-03-21 09:15:21 +08:00
Bernard Xiong 883290ddef
Merge pull request #1304 from armink/fix_dlib
Fix dlib
2018-03-21 01:10:28 +08:00
armink c6e928a780 [Libc] Update struct stat on libc_stat.h . 2018-03-20 17:51:12 +08:00
armink 991baa7a04 [Libc][dlib] Add STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO to dlib sys/unistd.h . 2018-03-20 17:50:12 +08:00
armink fed25c720e [Libc][dlib] Add fcntl.h and sys/stat.h to dlib. 2018-03-20 17:48:35 +08:00
Tanek 39ebfa9e32
Merge pull request #1302 from liu2guang/master
[BSP] fix pin drive bug and add interrupt mode. | 修复PIN驱动BUG并添加中断模式.
2018-03-20 10:53:59 +08:00
liuguang 60f17b69f6 [BSP] fix pin drive bug and add interrupt mode. | 修复PIN驱动BUG并添加中断模式.
更新如下:
1. 修复GPIO5_0~2管脚复用调用错误(错误情况会影响SDRAM正常工作)。
2. 添加中断模式,支持上升沿、下降沿、双边沿、高电平、低电平触发中断模式。
3. 移除C99特性。
2018-03-20 10:37:10 +08:00
Bernard Xiong 85d3c98309
Merge pull request #1299 from ArdaFu/master
[components][mini-libc] Add missing C99 definition
2018-03-19 19:49:06 +08:00
Tanek 1c318bafb7
Merge pull request #1301 from balanceTWK/master
[BSP] add other uart|添加其他串口
2018-03-19 19:35:07 +08:00
ArdaFu f8bdaff905 [bsp][tm4x129x] Remove int/uint_fast8/16/32_t definition in BSP driver library's Sconscript. These definitions move to minilibc/stdint.h. 2018-03-19 15:23:24 +08:00
balanceTWK 761c0a27c5 [BSP] add other uart|添加其他串口 2018-03-19 14:55:54 +08:00