Commit Graph

8347 Commits

Author SHA1 Message Date
Bernard Xiong 851e33a20f
Merge pull request #2697 from SummerGGift/flash_driver_fal
[stm32][driver] flash 驱动擦除接口与 fal 不匹配的问题
2019-05-16 13:51:57 +08:00
Bernard Xiong cd8ed012fc
Merge pull request #2695 from BernardXiong/remove_gnu99
remove gnu99 code
2019-05-16 13:51:02 +08:00
Bernard Xiong 9e8c5033df
Merge pull request #2694 from armink/fix_ulog
[components][ulog] Make the asynchronous log output more timely.
2019-05-16 13:50:44 +08:00
Bernard Xiong b7a6cc42de
Merge pull request #2690 from SummerGGift/master_rt-thread
[components][libc] Modify the gettimeofday() function
2019-05-16 13:49:45 +08:00
周传福 77daf413be
Update drv_usart.c
添加函数说明
2019-05-16 12:37:25 +08:00
周传福 9329b62bef
Merge branch 'master' into stm32_uart_tx_dma 2019-05-16 12:22:53 +08:00
HubretXie edccf1c07d
Update kservice.c
修复rt_kprintf输出long long类型数据问题
2019-05-16 10:24:54 +08:00
SummerGift f23b278d62 【修复】f0 f1 f4 f7 系列 flash 擦除函数返回值与 fal 接口不匹配的问题 2019-05-16 10:24:53 +08:00
Bernard Xiong 6b1f8d9155 remove gnu99 code 2019-05-16 10:22:57 +08:00
HubretXie 9de2942b15
Merge pull request #4 from RT-Thread/master
sync
2019-05-16 10:22:41 +08:00
armink 11b0c65921 [components][ulog] Make the asynchronous log output more timely. 2019-05-16 09:55:35 +08:00
Bernard Xiong 4539172f5c
Merge pull request #2687 from armink/fix_ulog
[components][ulog] Fix the log length error when using multiple non-c…
2019-05-16 09:38:08 +08:00
SummerGift a900eaa053 Merge remote-tracking branch 'remotes/origin/master' into master_rt-thread 2019-05-16 09:33:14 +08:00
Bernard Xiong 361754e037
Merge pull request #2692 from SummerGGift/phy_check
[bsp][stm32][driver] fix phy detection driver
2019-05-16 09:29:22 +08:00
Bernard Xiong 8b312c2cf0
Merge pull request #2684 from Neal-SH/develop
[bsp][at91sam9g45] at91sam9g45芯片编译问题修改
2019-05-16 09:18:05 +08:00
Bernard Xiong b249ad77bb
Merge pull request #2689 from balanceTWK/pr_master
[components][freemodbus] update function : xMBPortSerialInit(); xMBMasterPortSerialInit
2019-05-16 09:16:31 +08:00
SummerGift e809ced607 【完善】格式化 minilibc/time.c 2019-05-16 08:48:31 +08:00
SummerGift 9f300de9cc 【修改】dlib newlib minilib 中的 gettimeofday() 函数实现 2019-05-16 08:47:47 +08:00
SummerGift ec99faf022 【修改】由于 gettimeofday 函数依赖 rtc 设备才能实现,因此如果无法获取 rtc 设备应当断言 2019-05-16 08:42:01 +08:00
Bernard Xiong 470b819dc8
Merge pull request #2691 from Lawlieta/develop_sal
[net][sal] Fix fcntl() function not support F_GETFL/F_SETFL operations for socketfd.
2019-05-16 08:22:05 +08:00
tangweikang 4f44fa8f60 [components][freemodbus] update function : xMBPortSerialInit(...) and xMBMasterPortSerialInit(...) | 更新 xMBPortSerialInit() 与 xMBMasterPortSerialInit() 函数 2019-05-15 17:16:20 +08:00
SummerGift 6309492ec5 【修改】PHY 检测相关处理 2019-05-15 15:45:48 +08:00
chenyong 9abdebbec9 [net][sal] Fix fcntl() function not support F_GETFL/F_SETFL operations for socketfd.
Signed-off-by: chenyong <1521761801@qq.com>
2019-05-15 14:45:31 +08:00
Bernard Xiong 619c503537
Merge pull request #2688 from klivelinux/fix-master
fix menuconfig.py
2019-05-15 13:10:59 +08:00
tangweikang 3dd64da78b [components][freemodbus] update function : xMBPortSerialInit(...) and xMBMasterPortSerialInit(...) | 更新 xMBPortSerialInit() 与 xMBMasterPortSerialInit() 函数 2019-05-15 12:03:03 +08:00
Unknown c20bff531a fix menuconfig.py 2019-05-15 09:52:27 +08:00
armink 415d12220b [components][ulog] Fix the log length error when using multiple non-color backends. 2019-05-15 08:57:45 +08:00
Neal 6e8e36d33f Merge remote-tracking branch 'origin/develop' into develop 2019-05-13 18:40:38 -07:00
neal 257d21c0bd [bsp][at91sam9g45]Fix build bugs which caused by the change of libcpu/arm/arm926/start_gcc.S 2019-05-13 18:36:31 -07:00
Bernard Xiong 0dae909f66
Merge pull request #2682 from misonyo/rttdev
[components/drivers/serial]add low level DMA TX config support.
2019-05-13 18:25:54 +08:00
Bernard Xiong 3d04e46289
Merge pull request #2657 from SummerGGift/master_lab
[bsp][stm32][drv_eth.c] 修改 eth 驱动的初始化等级为 device
2019-05-13 18:25:16 +08:00
misonyo f58e947da6 [components/drivers/serial]add low level DMA TX config support. 2019-05-13 15:57:04 +08:00
SummerGift 76431f6b00 Merge remote-tracking branch 'remotes/origin/master' into master_lab 2019-05-13 14:28:56 +08:00
neal 26863a277f [bsp][at91sam9g45]Fix build bugs which caused by the change of libcpu/arm/arm926/start_gcc.S 2019-05-12 23:21:15 -07:00
Bernard Xiong 9f7cc78b06
Merge pull request #2680 from BernardXiong/pthreads
[pthreads] Change the pthreads management.
2019-05-13 12:12:50 +08:00
Bernard Xiong ab595cc864 [pthreads] fix the free ptd issue when there is no pthread slot. 2019-05-13 09:19:44 +08:00
Bernard Xiong 91f6abb765
Merge pull request #2675 from lymzzyh/qemu-mac
[BSP][qemu-a9] auto generate mac address from host
2019-05-12 23:07:01 +08:00
Bernard Xiong 9fd017c8c5
Merge pull request #2674 from lymzzyh/k210-sdk
[BSP][K210]fit new sdk
2019-05-12 22:36:27 +08:00
ZYH 4f521a0c95 [BSP][qemu-a9] auto generate mac address from host 2019-05-12 21:53:47 +08:00
Bernard Xiong 7038465d13 [pthreads] Add PTHREAD_NUM_MAX in Kconfig. 2019-05-12 21:48:54 +08:00
Bernard Xiong bb506e8493 [pthreads] Add spinlock declare and fix code issue. 2019-05-12 21:44:28 +08:00
ZYH e3acd99280 [BSP][K210]fit new sdk 2019-05-12 21:42:49 +08:00
Bernard Xiong a5b611bfd9
Merge pull request #2679 from Lawlieta/develop_sal
[net][sal] Fix sys/time.h missing error when not enabled POSIX support
2019-05-12 20:40:45 +08:00
chenyong efdb51504c [net][sal] Fix sys/time.h missing error when not enabled POSIX support
Signed-off-by: chenyong <1521761801@qq.com>
2019-05-12 20:00:05 +08:00
Bernard Xiong 5d36fa78c0 [pthreads] Use pthread table for pthread management. 2019-05-12 17:56:11 +08:00
Bernard Xiong b7cc4e9c8a
Merge pull request #2678 from BernardXiong/pthreads
[pthreads] The fields definition are more like those of newlib/glibc.
2019-05-12 17:01:26 +08:00
Bernard Xiong 377875858f
Merge pull request #2677 from BernardXiong/qemu_vexpress
[BSP][qemu-vexpress-a9] code cleaup for compiling warning.
2019-05-12 16:06:10 +08:00
Bernard Xiong ec6cb9f260 [BSP][qemu-vexpress-a9] code cleaup for compiling warning. 2019-05-12 15:07:26 +08:00
Bernard Xiong 3638e5129e [pthreads] The fields definition are more like those of newlib/glibc. 2019-05-12 15:04:46 +08:00
Bernard Xiong 6e981106fb
Merge pull request #2676 from zhaojuntao/fix-tools-utils
[tools] 修复 GCC 版本判断的方式并增加异常捕获
2019-05-12 09:39:16 +08:00