Commit Graph

8276 Commits

Author SHA1 Message Date
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
MurphyZhao 702277a9b9 [tools] 修复 GCC 版本判断的方式并增加异常捕获
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-05-11 15:52:32 +08:00
Bernard Xiong 854d0144d3
Merge pull request #2665 from jesven/new_signal_fix
fix signal code
2019-05-11 15:21:16 +08:00
Bernard Xiong b41ac95ad9
Merge pull request #2672 from vigilancer/patch-1
fix typo
2019-05-11 15:19:01 +08:00
vigilancer 91a9451613
fix typo
You seems to be consistent with the name 'Dyanmic'  through README. So if this is not a typo feel free to reject PR.
2019-05-11 10:39:24 +04:00
shaojinchun 8dd2a07d45 去除scheduler.c的_get_highest_priority_thread函数中重复判断 2019-05-11 13:51:50 +08:00
shaojinchun 8d59983427 增加k210 bsp中idle任务栈大小到4096 2019-05-11 13:49:14 +08:00
shaojinchun 057c7da3a3 修改signal模块默认log级别 2019-05-11 09:37:39 +08:00
shaojinchun bcb7fac0d0 fix signals for k210 2019-05-11 09:37:25 +08:00
shaojinchun c5249157d7 增加signal的状态位说明及一处代码修改,以防止编译警告 2019-05-11 09:35:26 +08:00
shaojinchun 737d58fbb9 修正_get_highest_priority_thread中对“是否只有idle可运行”判断位置的问题 2019-05-11 09:35:17 +08:00
shaojinchun 6cdfb2ac92 fix signal code 2019-05-11 09:34:26 +08:00
Bernard Xiong 278ef7a2bd
Merge pull request #2668 from Lawlieta/develop_sal
[net][sal][netdev] Delete the link_up status judgment in the send/recv interface
2019-05-11 09:28:57 +08:00
Bernard Xiong a05823b52c
Merge pull request #2671 from yangjie11/yj_fix_branch
[bsp][stm32/stm32l475-atk-pandora]添加 sensor 框架下 aht10 的支持
2019-05-10 18:36:50 +08:00
Bernard Xiong 246465c927
Merge pull request #2669 from lymzzyh/k210
[BSP][K210]fix build error with new sdk
2019-05-10 18:03:37 +08:00
yangjie 9c246173c6 [bsp][stm32/stm32l475-atk-pandora]添加 sensor 框架下 aht10 的支持 2019-05-10 17:15:08 +08:00
ZYH 1893f1463d fix build error with new sdk 2019-05-10 15:59:30 +08:00
chenyong 4de0533a51 [net][sal][netdev] Delete the link_up status judgment in the send/recv interface
Signed-off-by: chenyong <1521761801@qq.com>
2019-05-10 15:57:58 +08:00
Bernard Xiong 9eef644169
Merge pull request #2662 from SummerGGift/master_spi_flash
[bsp][stm32][atk-f767] 修改 QSPI FLASH 名称以及设备初始化顺序
2019-05-10 09:30:50 +08:00
Bernard Xiong 1dd364b45a
Merge pull request #2666 from Zero-Free/pm_dev
[pm]add pm example and support for stm32l475-atk-pandora
2019-05-10 09:30:21 +08:00
EvalZero 598f2d360b [bsp][stm32l475-atk-pandora]adapt new pm interface for stm32l475-atk-pandora. 2019-05-09 20:57:31 +08:00
EvalZero b242b1e6f6 [examples][pm]add wakeup application for pm. 2019-05-09 20:55:35 +08:00