Commit Graph

8263 Commits

Author SHA1 Message Date
tyustli 10ac5f7a34 modify return value and delete device name calloc 2019-06-13 11:16:44 +08:00
tyustli 89b90592ee add touch framework 2019-06-12 09:38:32 +08:00
Bernard Xiong bcf77abad6
Merge pull request #2762 from SummerGGift/phy_check
[stm32][driver] Fix the problems of PHY status examination mentioned in issue #2756
2019-06-12 06:27:46 +08:00
Bernard Xiong 97ea1a3b6e
Merge pull request #2768 from lymzzyh/rndis
[Components][USB][RNDIS/ECM] 修复热插拔鲁棒性和delay linkup 使用硬件定时器时报错的问题
2019-06-11 17:29:51 +08:00
Bernard Xiong 71b0c1cb73
Merge pull request #2767 from Zero-Free/master
[components][pm]add pm ops support
2019-06-11 16:03:01 +08:00
ZYH e1517a0981 [Components][USB][RNDIS] fix delay linkup using soft timer 2019-06-11 15:32:37 +08:00
ZYH 2a738e1ee2 [Components][USB][ECM] fix hotplug 2019-06-11 15:27:11 +08:00
ZYH c12d59dc02 [Components][USB][RNDIS] fix hotplug 2019-06-11 15:24:21 +08:00
EvalZero 0008256663 [components][pm]add pm ops support 2019-06-11 11:33:21 +08:00
Bernard Xiong b04a0f75b2
Merge pull request #2763 from Zero-Free/master
[bsp][nrf52832]add nRF5_SDK softdevice hex file,fix #2748 issue
2019-06-10 22:02:33 +08:00
Bernard Xiong 01949a0fb9
Merge pull request #2765 from SummerGGift/update_f1_hal
[bsp][stm32] Update F1 series HAL library to the latest version
2019-06-10 19:41:27 +08:00
Bernard Xiong 5cd9adb5fd
Merge pull request #2764 from lymzzyh/rndis
[Components][USB][RNDIS/ECM] fix hotplug and "delay linkup"
2019-06-10 19:39:11 +08:00
SummerGift 6a9fb353f7 【修改】HAL_ETH_RxCpltCallback 提示等级由 error 修改为 info,因为这是一个非致命的问题 2019-06-10 17:53:49 +08:00
SummerGift 680e3ff70d 【优化】PHY 状态检测流程 2019-06-10 17:49:29 +08:00
SummerGift 7f710f9eab 【修改】changelog for PHY state detection process 2019-06-10 17:30:05 +08:00
SummerGift 44e70b3c0d 【完善】PHY 状态检测驱动 2019-06-10 17:24:00 +08:00
我夏了夏天 08c67d0a71
【修复】恢复更新 F1 HAL 库错误删除的代码 2019-06-10 16:50:21 +08:00
SummerGift 4ee460f71b 【更新】f1 系列 HAL 库到 1.1.3 版本,主要更新了 can 相关驱动 2019-06-10 16:00:25 +08:00
SummerGift 7312dd693a 【更新】HAL CMSIS 到 4.3.0 版本 2019-06-10 15:56:24 +08:00
SummerGift 8710b1fd06 【修复】PHY 状态查询过程中的 bug 2019-06-10 15:07:45 +08:00
ZYH 7a75e449b6 [Components][USB][ECM] fix hotplug 2019-06-10 14:10:59 +08:00
ZYH cc9ce52bae [Components][USB][RNDIS] fix hotplug and "delay linkup" 2019-06-10 14:10:08 +08:00
EvalZero 6c63ccf982 [bsp][nrf52832]add nRF5_SDK softdevice hex file,fix #2748 issue 2019-06-10 14:01:48 +08:00
Bernard Xiong cf7052f6b7
Merge pull request #2758 from lhxzui/lhxzui_rtt
1. Add bsp stm32l452-st-nucleo.
2019-06-08 14:57:59 +08:00
Bernard Xiong 849d62dd57
Merge pull request #2757 from BernardXiong/fix_warning
[kernel] skip warning when disable debug.
2019-06-08 14:56:12 +08:00
lhxzui 8e5776b013 1. Add bsp stm32l452-st-nucleo.
2. Bsp stm32l452-st-nucleo has been tested with NUCLEO-L452RE board.
3. Modify the applications SConscript of bsp stm32f103-yf-ufun, using new method.
4. Modify README of bsp stm32f072-st-nucleo.
2019-06-08 13:12:34 +08:00
Bernard Xiong 4bb7dc9f4b
Merge pull request #2744 from lhxzui/lhxzui_rtt
1. Add bsp stm32f072-st-nucleo
2019-06-08 10:23:11 +08:00
Bernard Xiong 3463a756d9 [kernel] skip warning when disable debug. 2019-06-07 22:44:24 +08:00
Bernard Xiong c8f0ae3f11
Merge pull request #2755 from Guozhanxin/sensor_fix
[sensor] Fixed error with mutex_lock take and release not matching.
2019-06-06 21:30:45 +08:00
guozhanxin 8ade4fff2e [sensor] Fixed error with mutex_lock take and release not matching.| 修复锁的获取和释放不对应的错误. 2019-06-06 16:14:51 +08:00
Bernard Xiong 7cbdf9e4a9
Update SConscript 2019-06-06 07:43:17 +08:00
Bernard Xiong 6cc7c0259b
Merge pull request #2749 from whj4674672/master
[bsp][stm32h743-atk-apollo]add rtc
2019-06-06 07:38:42 +08:00
Bernard Xiong d576c93644
Merge pull request #2751 from enkiller/master
[components][drivers] 硬件大数适应性调整
2019-06-06 06:59:45 +08:00
tangyuxin ab7c1530ea [components][drivers] 硬件大数适应性调整 2019-06-05 16:57:09 +08:00
whj4674672 0ef18239e0 [bsp][stm32h743-atk-apollo]add rtc 2019-06-05 14:25:15 +08:00
lhxzui 4bf3a83f47 1. Add bsp stm32f072-st-nucleo 2019-05-30 18:00:03 +08:00
Bernard Xiong 91c858ead2
Merge pull request #2740 from loogg/master
Update shell.c
2019-05-30 08:37:19 +08:00
Bernard Xiong 36219d61bd
Merge pull request #2743 from Guozhanxin/sensor_fix
[sensor] fixed step name display abnormal.
2019-05-30 08:36:59 +08:00
guozhanxin 34e5383f9a [sensor] fixed step name display abnormal. 2019-05-30 00:06:44 +08:00
loogg 52d1e51e3e
Update shell.c 2019-05-29 20:34:03 +08:00
loogg b29154673e
Update shell.c 2019-05-29 20:14:53 +08:00
Bernard Xiong 0b4e2a984e
Merge pull request #2731 from jesven/a9-fpu
add cortex-a fpu support
2019-05-29 18:30:44 +08:00
Bernard Xiong ebe6c55c75
Merge pull request #2733 from nicedayzhu/patch-1
[bugfix][net][netdev] Update netdev->ip_addr&gw&netmask after registered.
2019-05-29 18:11:35 +08:00
Bernard Xiong d363b72095
Merge pull request #2732 from SummerGGift/modify_stack_size
[bsp][stm32] 修改一些 bsp 的 shell 线程栈大小为 4096
2019-05-29 18:07:28 +08:00
Bernard Xiong 6e353e688f
Merge pull request #2738 from armink/fix_drivers
Fix drivers
2019-05-29 18:06:41 +08:00
Bernard Xiong c45f2f4cbc
Merge pull request #2735 from Guozhanxin/master
为潘多拉添加 usb device 支持
2019-05-29 17:33:15 +08:00
Bernard Xiong 916f1d6c2c
Merge pull request #2736 from armink/fix_eclipse
Fix eclipse
2019-05-29 17:30:58 +08:00
nicedayzhu fe3ab4605d
[Bugfix]Update netdev info after registered
1.修复ifconfig命令无法正确显示IP,网关,掩码的问题
2.lwip_2.1.0,增加netdev->mtu = lwip_netif->mtu;
2019-05-29 15:34:02 +08:00
nicedayzhu c8e1fbf673
[Bugfix]Update netdev info after registered
修复ifconfig命令无法正确显示IP,网关,掩码的问题
2019-05-29 15:22:11 +08:00
armink 74874fea42 [bsp/gd32450z-eval] Remove the w25qxx driver code. 2019-05-29 14:18:29 +08:00