ZYH
0893e54293
[bsp][stm32f1xx-hal]修复当开启优化时m3_m4_delay_us延时失效问题
2018-10-11 16:42:13 +08:00
Bernard Xiong
fafe8566b8
Merge pull request #1876 from Lawlieta/sal
...
[net][sal] Add WIZnet chips TCP/IP address family support
2018-10-11 14:49:59 +08:00
chenyong
d154c3e936
[net][sal] Add WIZnet chips TCP/IP address family support
...
Signed-off-by: chenyong <1521761801@qq.com>
2018-10-11 13:47:13 +08:00
ZYH
6e5751d49b
[BSP][STM32F1xx-HAL]修改协议 apache2.0
2018-10-11 10:18:24 +08:00
ZYH
6262acb5f9
[BSP][STM32F1xx-HAL] fix hse when hse no trigger
...
修复当选择HSE 而HSE不起振时 assert的问题,并优化模拟器参数
2018-10-11 10:14:49 +08:00
Bernard Xiong
d7b70ee9b0
Merge pull request #1872 from Guozhanxin/master
...
[BSP] Add standalone i.MXRT 1050 Seeed Studio BSP.
2018-10-10 10:25:34 +08:00
guozhanxin
7ea038373d
[BSP] Add standalone i.MXRT 1050 Arch Mix BSP.
2018-10-10 09:28:40 +08:00
guozhanxin
5d4e4ae390
[bsp][imxrt] Remove SeeedStudio network dependencies
2018-10-10 09:19:55 +08:00
Bernard Xiong
1253a1b445
Merge pull request #1812 from liruncong/am335x-mmu
...
修正am335x中mmu问题
2018-10-10 08:49:18 +08:00
Bernard Xiong
65fc7421e0
Merge pull request #1871 from uestczyh222/master
...
[Components][USB]增加健壮性
2018-10-09 19:54:10 +08:00
Bernard Xiong
05101c4bba
Merge pull request #1789 from liruncong/dev-usb
...
修正drivers下一处bug,并修正armclang编译时该目录下的错误或警告
2018-10-09 13:49:52 +08:00
ZYH
2b7488ca85
[Components][USB]更新license
2018-10-09 11:43:35 +08:00
ZYH
f73e4c3fc4
[Compoments][USB]增加对class的非法注册的判断
2018-10-09 11:41:38 +08:00
ZYH
294223c80b
[Components][USB]修复当未开启复合设备时HID编译失败
2018-10-09 11:32:41 +08:00
Bernard Xiong
df6cf9b308
Merge pull request #1870 from hichard/master
...
修复IAR的dlib时间映射,支持64bit的时间。
2018-10-09 09:42:42 +08:00
hichard
3b957d7516
修复IAR的dlib时间映射,支持64bit的时间。
2018-10-08 22:13:38 +08:00
Bernard Xiong
37d25e32a1
Merge pull request #1846 from misonyo/master
...
[bsp/qemu-vexpress-a9]change idle task stack to 1024
2018-10-08 10:52:53 +08:00
Bernard Xiong
fe055dc399
Merge pull request #1867 from xuzhuoyi/libc
...
[libc] Remove redefinition in minilibc/errno.h
2018-10-06 18:28:18 +08:00
xuzhuoyi
472ca31d50
[libc] Remove redefinition in minilibc/errno.h
2018-10-06 15:44:10 +08:00
Bernard Xiong
ee1e316d1e
Merge pull request #1866 from xuzhuoyi/stm32f429-disco
...
[bsp][stm32f429-disco] Repair mistake of i2c device name
2018-10-05 17:30:00 +08:00
xuzhuoyi
20f01fcadf
[bsp][stm32f429-disco] Repair mistake of i2c device name
2018-10-05 14:40:39 +08:00
Bernard Xiong
db16cada48
Merge pull request #1864 from xuzhuoyi/stm32f429-disco
...
STM32F429-DISCO 添加 I2C 和触摸屏支持
2018-10-05 14:40:35 +08:00
xuzhuoyi
f8918c34f1
[bsp][stm32f429-disco] Repair encoding problem
2018-10-05 13:53:16 +08:00
xuzhuoyi
7d0a99c58f
[bsp][stm32f429-disco] Remove code about littlevgl
2018-10-05 13:34:40 +08:00
xuzhuoyi
a0fd5366ce
[bsp][stm32f429-disco] Adjust the copyright information
2018-10-05 13:29:50 +08:00
Bernard Xiong
fc439bf6ab
Merge pull request #1865 from nongxiaoming/master
...
[bsp][stm32] Fix compile failure when using ARM Compiler V6.
2018-10-04 21:35:49 +08:00
nongxiaoming
9f3938da1e
[bsp][stm32] Fix the warning when using ARM Compiler V6
2018-10-04 17:07:52 +08:00
nongxiaoming
4bc36f722c
[bsp][stm32] Fix compile failure when using ARM Compiler V6.
2018-10-04 17:06:21 +08:00
xuzhuoyi
f9a809fd39
[bsp][stm32f429-disco] Add LCD/touch/i2c to Kconfig
2018-10-04 15:45:13 +08:00
Bernard Xiong
5c91f241bd
Merge pull request #1861 from jg1uaa/master
...
avoid to conflicting types for 'uint32_t' error.
2018-10-03 23:08:17 +08:00
SASANO Takayoshi
54f23a4293
avoid to conflicting types for 'uint32_t' error.
...
already uint32_t is defined at components/libc/compilers/minilibc/stdint.h.
there is two ways to solve, using <stdint.h>/uint32_t pair or
<rtthread.h>/rt_uint32_t pair.
I choose former because this code belongs to C compiler, not RT-Thread system.
2018-10-03 21:03:00 +09:00
xuzhuoyi
61bca24ce6
[bsp][stm32f429-disco] Change touch exec from hard timer to thread
2018-10-03 19:47:34 +08:00
xuzhuoyi
18e0e0fcdd
[bsp][stm32f429-disco] Open touchscreen device when board init finished
2018-10-03 18:49:48 +08:00
xuzhuoyi
8ed3e82e22
[bsp][stm32f429-disco] register touch device to RT-Thread
2018-10-03 16:50:04 +08:00
xuzhuoyi
b5bb1f5785
[bsp][stm32f429-disco] Add touchscreen support
2018-10-03 15:20:09 +08:00
xuzhuoyi
a0c848b0e7
[bsp][stm32f429-disco] Add i2c support
2018-10-03 00:00:47 +08:00
xuzhuoyi
1ca25164fc
[bsp][stm32f429-disco] Fix missing of info->framebuffer
2018-10-02 22:12:53 +08:00
Bernard Xiong
d9dcfb13d0
Merge pull request #1858 from Guozhanxin/master
...
更新 HIFIVE1 bsp
2018-09-30 20:52:09 +08:00
guozhanxin
dcbad84470
[bsp][hifive1]更新 README,添加编译及下载运行方法
2018-09-30 18:07:57 +08:00
guozhanxin
23e92786f3
[bsp] hifive1 update: default select debug mode and update debug flags
2018-09-30 18:07:07 +08:00
Bernard Xiong
8ff95d49c5
Merge pull request #1856 from xuzhuoyi/stm32f4xx-hal
...
[bsp][stm32f4xx-hal] Fix compile failure when using ARM Compiler V6
2018-09-30 16:07:29 +08:00
xuzhuoyi
ffd38a57c3
[bsp][stm32f4xx-hal] Fix compile failure when using ARM Compiler V6.10.1
2018-09-30 14:53:55 +08:00
Bernard Xiong
0cd2c10627
Merge pull request #1833 from uestczyh222/sdio
...
Fix some bugs for sdio
2018-09-30 12:01:06 +08:00
ZYH
2e74539130
[Components][SDIO]fix 'rocr' declared without an initial value
2018-09-30 11:01:06 +08:00
Bernard Xiong
bce268c8ce
Merge pull request #1855 from Guozhanxin/master
...
[bsp][hifive1] add Makefile file
2018-09-30 10:37:48 +08:00
guozhanxin
f58da45090
[bsp][hifive1] add Makefile file
2018-09-30 10:33:34 +08:00
Bernard Xiong
e9b6db768f
Merge pull request #1854 from RT-Thread/fix_libc_EXFUN
...
[libc] Add _EXFUN judgement
2018-09-30 10:12:22 +08:00
Bernard Xiong
fcb62b80da
[libc] Add _EXFUN judgement
2018-09-30 09:41:43 +08:00
Bernard Xiong
1f472cd1e1
Merge pull request #1853 from RT-Thread/fix_menuconfig
...
[tools] move import of pymenuconfig to pyconfig function
2018-09-30 09:22:46 +08:00
Bernard Xiong
b0a813df81
[tools] move import of pymenuconfig to pyconfig function
2018-09-30 09:21:27 +08:00