Commit Graph

8653 Commits

Author SHA1 Message Date
xiaofan 37fe581be4 Fix STM32 Ethernet Driver Spelling Mistake
Rename PHY_INTERRUPT_MSAK_REG to PHY_INTERRUPT_MASK_REG

Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:50:45 +08:00
Bernard Xiong 53e0a69608
Merge pull request #3027 from tyustli/master
[bsp] [docs] fix docs link err
2019-09-03 14:01:52 +08:00
Bernard Xiong e7ac2601b7
Merge pull request #3028 from armink/add_guiconfig
[tools/pyconfig] Update the pyconfig GUI style.
2019-09-03 14:01:18 +08:00
armink 6c762d51e5 [tools/pyconfig] Update the pyconfig GUI style. 2019-09-03 12:12:18 +08:00
tyustli 51d1ec80a4 fix docs link err 2019-09-03 11:41:22 +08:00
Bernard Xiong 515779c5d1
Merge pull request #3025 from zhangjun1996/master
[components][libc][common]修改__IAR_SYSTEMS_ICC__宏定义的作用范围
2019-09-03 08:00:10 +08:00
zhangjun dabe951415 [components][libc][common]修改__IAR_SYSTEMS_ICC__宏定义的作用范围 2019-09-02 14:52:32 +08:00
Bernard Xiong 13e319f449
Merge pull request #3024 from enkiller/pr
[bsp][qemu-vexpress-a9]修复py3环境下编译,整数相除为浮点数的问题
2019-09-02 12:57:44 +08:00
tangyuxin eca4863888 [bsp][qemu-vexpress-a9]修复py3环境下编译,整数相除为浮点数的问题 2019-09-02 11:22:51 +08:00
Bernard Xiong cd154aced6
Merge pull request #3022 from tyustli/stm32l452
[bsp] [stm32] fix stm32l452 Kconfig error
2019-08-31 14:36:45 +08:00
tyustli 60aa0e6f1e [bsp] [stm32] fix stm32l452 Kconfig error 2019-08-31 13:26:55 +08:00
Bernard Xiong ab78203e2a
Merge pull request #2995 from balanceTWK/drv_encoder
[components][drivers] change name: encoder -> pulse_encoder
2019-08-30 16:59:25 +08:00
tangweikang 0f74ee7e20 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into drv_encoder
# Conflicts:
#	components/drivers/misc/encoder.c
2019-08-30 16:11:46 +08:00
tangweikang b76d3dac8a [components][drivers] change name: encoder -> pulse_encoder 2019-08-30 15:58:52 +08:00
Bernard Xiong 779d86f1da
Merge pull request #3016 from weety/dev
Dev
2019-08-29 14:04:48 +08:00
Bernard Xiong 649ead5b85
Merge pull request #3015 from willianchanlovegithub/WillianChan
[bsp][stm32][stm32l475-atk-pandora]Add lcd driver and fix compilation report error on spi_config.h
2019-08-29 14:02:57 +08:00
weety 2517728386 Remove unused debug code. 2019-08-28 17:24:16 +08:00
weety 80a0a80874 Compatible with gcc-arm-none-eabi toolchain under linux. 2019-08-28 16:52:58 +08:00
Willian Chan 63e5257a06 [bsp][stm32][stm32l475-atk-pandora]Fix the indentation issue.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 16:49:42 +08:00
Willian Chan 35b03ed139 [bsp][stm32][stm32l475-atk-pandora]Modify README.md
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 13:53:55 +08:00
Willian Chan f4a96bb13b [bsp][stm32][stm32l475-atk-pandora]Add lcd driver codes
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 13:46:37 +08:00
Willian Chan 48b4385c01 [bsp][stm32][stm32l475-atk-pandora]Add lcd driver and fix compilation report error on spi_config.h
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 12:03:11 +08:00
Bernard Xiong 9a6e47bcc6
Merge pull request #3012 from tyustli/imxrt-docs
[bsp] [imxrt] rename docs imxrt -> i.MX RT
2019-08-27 18:26:30 +08:00
Bernard Xiong d4d1afb426
Merge pull request #3013 from zhangjun1996/master
修复IAR8.1之后出现的__localtime32等重定义错误
2019-08-27 18:25:34 +08:00
tyustli 3730df2411 1、[bsp] [imxrt] rename docs imxrt -> i.MX RT
2、[bsp] [stm32] fix drv_can assert bug
2019-08-27 15:35:58 +08:00
zhangjun 6910a9e97b 修复IAR8.1之后出现的__localtime32等重定义错误 2019-08-27 15:03:01 +08:00
Bernard Xiong 6d66cd6ed0
Merge pull request #3010 from armink/fix_eclipse
Fix eclipse
2019-08-27 13:14:13 +08:00
armink 8369472fdb [bsp/stm32/stm32f103-yf-ufun] Add eclipse project. 2019-08-27 11:01:22 +08:00
armink fd39d5c92a [bsp/stm32/stm32f411-st-nucleo] add eclipse support. 2019-08-27 10:51:51 +08:00
tangweikang 05b1dff094 [bsp][stm32] add drv_encoder.c to stm32f103-atk-warshipv3 2019-08-27 09:31:41 +08:00
Bernard Xiong 40bb254ccd
Merge pull request #2999 from murphyzhao/tools-iar-fix
[tools][fix] 修改 iar.py 中 iar 版本查找失败后的处理
2019-08-26 19:09:18 +08:00
MurphyZhao 9b9175dca6 [tools][update] 使用 '--verbose' 控制 iar 版本输出
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-26 17:51:30 +08:00
Bernard Xiong 6f8ea1dac9
Merge pull request #3003 from Lawlieta/develop_at
[network][at] Fix the end sign "\r\n" conversion error in AT server,and at_server_send、at_server_recv function
2019-08-26 15:59:57 +08:00
chenyong 108b85f2af [network][at] Fix the end sign "\r\n" conversion error,and at_server_send、at_server_recv function
Signed-off-by: chenyong <1521761801@qq.com>
2019-08-26 14:55:38 +08:00
Bernard Xiong a712f6804f
Merge pull request #3004 from xuzhuoyi/tms320-int-bugfix
[bsp][tms320f28379d] Fix an issue that interrupts are disabled in the thread
2019-08-26 13:47:56 +08:00
Bernard Xiong a9866f9372
Merge pull request #3001 from Lawlieta/develop
[network][netdev] Improve the ping command error log prompt
2019-08-26 13:46:55 +08:00
Bernard Xiong ef23a86891
Merge pull request #2980 from Guozhanxin/riscv
[bsp][gd32vf103v-eval]Add scons compilation support.|添加 scons 编译支持
2019-08-26 13:46:29 +08:00
Bernard Xiong 4652480b64
Merge pull request #2993 from balanceTWK/encoder_perfect
[components][drivers][encoder] update
2019-08-26 13:45:27 +08:00
guozhanxin de2e82bc46 * [bsp][gd32vf103v-eval]删除无用代码。 2019-08-25 12:13:56 +08:00
xuzhuoyi a101327d24 [bsp][tms320f28379d] Fix an issue that interrupts are disabled in the thread 2019-08-24 18:42:54 +08:00
chenyong f39b44ce80 [network][netdev] Improve the ping command error log prompt
Signed-off-by: chenyong <1521761801@qq.com>
2019-08-24 16:37:26 +08:00
Bernard Xiong f87dd2e7c4
Merge pull request #2998 from tyustli/can
[bsp] [stm32] fix drv_can.c and can.c bug
2019-08-24 13:50:15 +08:00
MurphyZhao b1efdefebb [tools][fix] 修改 iar.py 中 iar 版本查找失败后的处理,目的是在出错后终止 scons 程序,以发现并修改错误;并在成功后打印 iar 版本,便于调试
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-23 23:28:25 +08:00
Bernard Xiong 76f2be2058
Merge pull request #2990 from willianchanlovegithub/WillianChan
[bsp][stm32][stm32f103-dofly-M3S]Add spi sdcard port code
2019-08-23 22:27:36 +08:00
tyustli 363c9b1460 [bsp] [stm32] fix drv_can.c and can.c bug 2019-08-23 20:40:09 +08:00
tangweikang 94d7bdd010 [bsp][stm32] add drv_encoder.c to stm32f407-atk-explorer 2019-08-23 16:50:59 +08:00
tangweikang 086d26e0b4 [components][drivers][encoder] update 2019-08-23 14:43:44 +08:00
tangweikang 1d4139ab53 [bsp][stm32] add drv_encoder.c 2019-08-23 14:08:02 +08:00
Willian Chan aba81f65f4 [bsp][stm32][stm32f103-dofly-M3S]Add spi sdcard port code
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-23 11:40:59 +08:00
Bernard Xiong 200f3d4480
Merge pull request #2986 from Lawlieta/develop
Fix dns server address set error and improve the default netdev set operations
2019-08-22 20:36:58 +08:00