Bernard Xiong
aa4d0903c5
Merge pull request #1884 from linuxhan/master
...
sal框架,使用at设备,UDP通讯数据无法获得
2018-10-13 13:42:47 +08:00
zylx
8431c05635
[dfs] fix ioctl getflag/setflag issue.
2018-10-13 10:23:47 +08:00
Bernard Xiong
4660882320
[Kernel] Change number to v4.0.0
2018-10-13 09:36:23 +08:00
Bernard Xiong
521a55958c
Merge pull request #1889 from armink/fix_at
...
Fix at
2018-10-12 17:59:56 +08:00
armink
4e578b0042
[component][at] Change the license to Apache-2.0.
2018-10-12 16:02:20 +08:00
armink
405fce917a
[component][at] Move at log from at.h to at_log.h .
2018-10-12 15:54:09 +08:00
armink
e9ffd2b2ef
[component][at] Move at module version number definition to Kconfig file.
2018-10-12 15:48:40 +08:00
Bernard Xiong
61fd160784
Merge pull request #1886 from uestczyh222/sdio-zang
...
[Components][SDIO]修复脏值调用
2018-10-12 15:23:24 +08:00
Bernard Xiong
292f35f824
Merge pull request #1878 from uestczyh222/f1_i2c
...
[Bsp][stm32f1xx-hal]添加I2C驱动
2018-10-12 15:21:40 +08:00
ZYH
e00364c5e4
[Components][SDIO]修复脏值调用
2018-10-12 11:22:05 +08:00
linuxhan
b6968d2999
Update at_socket.c
2018-10-11 22:41:13 +08:00
linuxhan
13a8afa2d4
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2018-10-11 22:34:40 +08:00
linuxhan
f93fb14a12
修复SAL框架下AT设备UDP通讯无法接收到数据问题
2018-10-11 22:31:30 +08:00
Bernard Xiong
33cb916ff7
Merge pull request #1882 from uestczyh222/f4-build
...
[Bsp][stm32f4xx-hal]整理链接脚本
2018-10-11 20:52:20 +08:00
Bernard Xiong
7caaafa55f
Merge pull request #1881 from uestczyh222/f4-uart
...
[Bsp][stm32f4xx-hal]更新串口宏
2018-10-11 20:51:45 +08:00
Bernard Xiong
57303c14be
Merge pull request #1877 from uestczyh222/f4_iic
...
[Bsp][stm32f4xx-hal]修复I2C在开启优化时出现延时异常的问题
2018-10-11 18:51:08 +08:00
Bernard Xiong
7c2a3c93a1
Merge pull request #1875 from uestczyh222/f1
...
[BSP][STM32F1xx-HAL] 修复配置为HSE时 当HSE不起振 会assert
2018-10-11 18:50:50 +08:00
ZYH
743c264285
[Bsp][stm32f4xx-hal]整理链接脚本
2018-10-11 18:17:35 +08:00
ZYH
4c623b39ad
[Bsp][stm32f1xx-hal]添加I2C驱动
2018-10-11 18:13:30 +08:00
ZYH
bcfba031d5
[Bsp][stm32f4xx-hal]更新串口宏
2018-10-11 18:09:31 +08:00
ZYH
ffdd7f98ad
[Bsp][stm32f4xx-hal]修复I2C在开启优化时出现延时异常的问题
2018-10-11 16:47:25 +08:00
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
SASANO Takayoshi
777554bb86
Fixed undefined reference to 'dlmodule_relocate'
...
This is caused by #ifdef __x86__
For x86(32bit) gcc, pre-defined macro is __i386__ not __x86__.
2018-10-10 15:38:24 +09: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
SASANO Takayoshi
c81ebdc6d9
there is dummy time() function, but now it is implemented in
...
components/libc/compilers/minilibc/time.c.
maybe this dummy code is no longer required, so deleted.
2018-10-07 05:56:27 +09: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
SASANO Takayoshi
86742879f3
There is no problem to create hello.mo with default compiler on
...
Debian-9.5/amd64.
But building hello.mo with i386-elf-gcc (5.5.0) cross compiler on
OpenBSD-6.3/amd64, undefined reference to 'rt_kprintf' error occurs.
To avoid this error, "compile and link" process needs to be divided to
simply "compile" and "link".
On Debian-9.5, both previous and current method produces same hello.mo.
We have to improve disk image creation (Linux dependent),
this is a future homework.
2018-10-06 18:33:18 +09: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