Bernard Xiong
f9dbebfa4a
Merge pull request #2300 from XiaojieFan/stm32f103-hw100k-ibox2
...
Add support W5500,ESP8266,RS485,I2C,RTC,ADC,IWG.
2019-02-05 15:59:08 +08:00
Zhou Yanjie
4c585c2d31
lwip-2.1.0: ethernetif.c: 修复编译过程中的警告/Fix compile-time warnings
...
在第334行中,“(rt_uint32_t*)&msg”应改为“(rt_ubase_t *)&msg”。
在第366行中,“(rt_uint32_t*)&msg”应改为“(rt_ubase_t *)&msg”。
In line 334, "(rt_uint32_t*)&msg" should be changed to "(rt_ubase_t *)&msg".
In line 366, "(rt_uint32_t*)&msg" should be changed to "(rt_ubase_t *)&msg".
Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-05 15:30:23 +08:00
Zhou Yanjie
949468f34c
lwip-2.1.0: sys_arch.c: 修复编译过程中的警告/Fix compile-time warnings
...
在第519行中,“(rt_uint32_t *)msg”应改为“(rt_ubase_t *)msg”。
在第550行中,“(rt_uint32_t *)msg”应改为“(rt_ubase_t *)msg”。
In line 519, "(rt_uint32_t *)msg" should be changed to "(rt_ubase_t *)msg".
In line 550, "(rt_uint32_t *)msg" should be changed to "(rt_ubase_t *)msg".
Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-05 15:22:29 +08:00
Zhou Yanjie
ad11448024
X1000: mtd_nor_partition.c: 修复编译过程中的警告/Fix compile-time warnings
...
在第166行中,“rt_size_t length”应改为“rt_uint32_t length”。
在第200行中,“rt_size_t length”应改为“rt_uint32_t length”。
In line 166, "rt_size_t length" should be changed to "rt_uint32_t length".
In line 200, "rt_size_t length" should be changed to "rt_uint32_t length".
Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-05 14:55:11 +08:00
Vincent-VG
ef975032d2
修改board.c文件头
2019-02-05 10:16:46 +08:00
Vincent-VG
08f75483de
修改文件头
2019-02-05 09:57:38 +08:00
Bernard Xiong
6d1c75d826
Merge pull request #2309 from Ingenic-community/master
...
BSP: X1000: drivers: board_key.c: 修复编译过程中的警告/Fix compile-time warnings
2019-02-04 19:41:37 +08:00
weety
5293175998
Fixed data loss issue when USB CDC serial works in dma transmission mode.
2019-02-03 20:36:34 +08:00
Zhou Yanjie
d3f47a6574
X1000: drv_sfc_gd25qxx_mtd.c: 修复编译过程中的警告/Fix compile-time warnings
...
在第36行中,“rt_size_t size”应改为“rt_uint32_t size”。
在第43行中,“rt_size_t size”应改为“rt_uint32_t size”。
In line 36, "rt_size_t size" should be changed to "rt_uint32_t size".
In line 43, "rt_size_t size" should be changed to "rt_uint32_t size".
Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-03 00:39:16 +08:00
Zhou Yanjie
c4bdf80cfa
X1000: board_key.c: 修复编译过程中的警告/Fix compile-time warnings
...
在第217行中,“(rt_uint32_t*)&keyId”应改为“(rt_ubase_t*)&keyId”。
In line 217, "(rt_uint32_t*)&keyId" should be changed to "(rt_ubase_t*)&keyId".
Signed-off-by: Zhou Yanjie <zhou_yan_jie@163.com>
2019-02-03 00:38:10 +08:00
yuneizhilin
e5726f206a
完善stm32_adc_init函数
2019-02-01 12:56:36 +08:00
Bernard Xiong
903d1d73ca
Merge pull request #2301 from sunshine0824/stm32l432
...
[bsp][stm32] add rtc and iwdg bsp support
2019-02-01 10:28:25 +08:00
Bernard Xiong
11a3645537
code cleanup
2019-02-01 10:07:56 +08:00
Bernard Xiong
9771d3170b
code cleanup
2019-02-01 10:06:34 +08:00
Bernard Xiong
a0636e4f9b
Merge pull request #2283 from jinsheng20/stm32f746-disco
...
Stm32f746 disco
2019-02-01 09:49:35 +08:00
Bernard Xiong
c422816ba4
Remove Dir('#')
2019-02-01 09:44:21 +08:00
Bernard Xiong
1cb27129c6
Use bridge script for SConscript
2019-02-01 09:43:31 +08:00
sun_shine
4283003981
[bsp][stm32] add onchip flash support
2019-01-31 14:33:51 +08:00
Bernard Xiong
48aa297560
Merge pull request #2280 from sunshine0824/stm32l053
...
Stm32l053
2019-01-30 21:41:48 +08:00
jinsheng
57036d8d4a
更改默认不启动qspi驱动 N25@128
2019-01-30 20:45:56 +08:00
sun_shine
d1d070d5ae
[bsp][stm32] add rtc and iwdg bsp support
2019-01-30 16:28:37 +08:00
sunshine0824
35ebd2dbe3
Update README.md
...
完善进阶使用描述
2019-01-30 16:18:10 +08:00
dingo1688@126.com
8b7f6193a3
Add support W5500,ESP8266,RS485,I2C,RTC,ADC,IWG.
2019-01-30 14:29:27 +08:00
Bernard Xiong
b24dde2525
Merge pull request #2287 from misonyo/dev
...
[components/drivers & bsp/stm32]fix kconfig syntax error etc.
2019-01-30 11:35:56 +08:00
Bernard Xiong
c974949cee
Update Kconfig
2019-01-30 09:24:47 +08:00
Bernard Xiong
14fd4e34a9
Merge pull request #2249 from PiscesLyn/patch-2
...
ymodem support multiple files transmission
2019-01-30 09:12:40 +08:00
sun_shine
99a41baf71
[bsp][stm32] delete main.c myself code, modify README.md,add blank line to SConscript
2019-01-29 08:46:44 +08:00
Bernard Xiong
a8c9d56936
Merge pull request #2290 from armink/master
...
Update the version number and year info
2019-01-29 04:37:53 +08:00
Bernard Xiong
7069de3a26
Merge pull request #2282 from qiaoqidui/master
...
fix lwip2.1.0 port bug
2019-01-29 04:36:26 +08:00
armink
791c2c89cf
[kservice] Update the rt_show_version info to 2019.
2019-01-28 20:12:44 +08:00
armink
9133dde430
[Kconfig] Update the version number to 4.0.1
2019-01-28 20:11:45 +08:00
Vincent-VG
cad05f7c55
add stm32l476-st-nucleo
2019-01-28 19:24:33 +08:00
Bernard Xiong
aa1e41d04f
Merge pull request #2288 from SummerGGift/add_stm32_new_framework
...
[bsp][stm32] optimize stm32 series BSP
2019-01-28 19:21:13 +08:00
SummerGift
532a14ddd8
[bsp][stm32] fix flash partition bug
2019-01-28 14:00:13 +08:00
SummerGift
32b43c1fde
[bsp][stm32] optimize spi flash prompt message
2019-01-28 13:56:32 +08:00
misonyo
227b6eb30d
[components/drivers & bsp/stm32]fix kconfig syntax error and add rx buffer size config
2019-01-28 13:54:20 +08:00
sun_shine
db6cc7d16a
[bsp][stm32] delete Kconfig $
2019-01-28 12:04:02 +08:00
Bernard Xiong
d53a8f551c
Merge pull request #2262 from ylz0923/patch-4
...
Fixbug stm32f1xx_hal_can.h
2019-01-28 11:41:14 +08:00
Bernard Xiong
812a535922
Update README.md
2019-01-28 09:11:26 +08:00
Bernard Xiong
8bcc2d1265
Merge pull request #2285 from balanceTWK/rtt_master
...
[BSP] Fixed imxrt1050 gpio driver | 修复 imxrt1050 gpio 驱动
2019-01-28 05:54:13 +08:00
Bernard Xiong
d68c0f225d
Update rtdef.h
...
Update version number to v4.0.1
2019-01-27 21:58:07 +08:00
BalanceTWK
e7c5fa13f5
Use astyle to format the drv_pin.c
2019-01-27 21:36:07 +08:00
BalanceTWK
70738c3711
[BSP] Fixed imxrt1050 gpio driver | 修复 imxrt1050 gpio 驱动
2019-01-27 21:22:02 +08:00
qiaoqidui
32d1bfd949
fix lwip2.1.0 port bug
...
fix lwip2.1.0 port bug
2019-01-27 18:01:31 +08:00
Bernard Xiong
92b1502eec
Merge pull request #2278 from RT-Thread/v4.0_changelog
...
Update changelog
2019-01-27 16:25:35 +08:00
Bernard Xiong
3055099a12
Merge pull request #2277 from RT-Thread/remove_stm32
...
[BSP] Remove the unnecessary STM32 BSP
2019-01-27 16:24:55 +08:00
BernardXiong
1d6a4db184
[ci] remove unnecessary stm32 bsp
2019-01-27 06:31:54 +00:00
sun_shine
bb8ea9bfb5
[bsp][stm32] add stm32l053 bsp
2019-01-27 14:01:12 +08:00
Bernard Xiong
9ba354a3d9
Update changelog
2019-01-27 13:45:16 +08:00
BernardXiong
699fe7afe9
[BSP] Remove the unnecessary STM32 BSP
2019-01-27 05:42:30 +00:00