Commit Graph

  • 9cca483aa7 Merge branch 'master' into develop develop chinky 2018-08-28 23:45:25 +08:00
  • e144544d17 Merge remote-tracking branch 'origin/master' master chinky 2018-08-28 23:41:05 +08:00
  • e61fd9c488 stm3210b-lk1 modbus 正常 103modbus chinky 2018-08-28 23:31:47 +08:00
  • 7bba75753c
    Merge pull request #1742 from jesven/master libs_master Bernard Xiong 2018-08-28 17:21:57 +08:00
  • 5bd7f0e0cc 取消MEMPOOL chinky 2018-08-28 15:14:52 +08:00
  • 9028cb29f7
    Merge pull request #1743 from chenyong111/master Bernard Xiong 2018-08-28 08:44:57 +08:00
  • 553926a9f9 编译后空间占用太大,恢复旧配置 chinky 2018-08-28 08:08:11 +08:00
  • dd5a60885c Merge branch 'master' into develop chinky 2018-08-28 00:53:20 +08:00
  • dde6044f66 修改设置 develop2 chinky 2018-08-28 00:50:51 +08:00
  • 5f986f8a09 重命名 chinky 2018-08-28 00:28:41 +08:00
  • 6934409bb2 合并 chinky 2018-08-28 00:27:10 +08:00
  • 5734c09a35 修改路径名 chinky 2018-08-28 00:06:42 +08:00
  • cd8817f2aa 修改keil V5模板 chinky 2018-08-27 23:30:58 +08:00
  • 39b5ec5e19 keil 使用RT_USING_USER_MAIN 正常,gcc 不运行 chinky 2018-08-27 21:34:57 +08:00
  • 6d702e579f [net][sal] Remove DFS dependencies in the SAL chenyong 2018-08-27 19:50:37 +08:00
  • 2d894b4102 [net][at] Modify AT Socket object callback name chenyong 2018-08-27 19:44:04 +08:00
  • 7a3d67d720 led独立出来,uart自动初始化 chinky 2018-08-27 18:52:14 +08:00
  • 03cd2c005d Add the definition of RT_VBUS_USING_FLOW_CONTROL to vbus_api.h shaojinchun 2018-08-27 18:33:03 +08:00
  • 84e8c65683 RT_VMM_RB_BLK_NR now is calculated from _RT_VBUS_RING_SZ shaojinchun 2018-08-27 18:15:38 +08:00
  • 091ec81a3c bsp/stm32f0适配nucleo F030R8 chinky 2018-08-27 16:15:34 +08:00
  • 000887795f Move configs of VBUS to Kconfig, delete related head files in the bsp directory shaojinchun 2018-08-27 15:37:08 +08:00
  • 9fdd46fa8b
    Merge pull request #1737 from chenyong111/master Bernard Xiong 2018-08-27 11:04:48 +08:00
  • fc73538153 [net][sal/at] Add components C++ support chenyong 2018-08-25 21:04:11 +08:00
  • f7ec2bd2f0 dd chinky 2018-08-27 09:51:34 +08:00
  • 3f0fe139cd stm32cubemx生成的F030工程,加入BSP chinky 2018-08-27 07:57:58 +08:00
  • 6bde1c520d
    Merge pull request #1738 from zhuangwei123/master Bernard Xiong 2018-08-26 20:08:04 +08:00
  • 1572cda572 [bsp/ls1cdev]astyle格式化 zhuangwei123 2018-08-26 18:27:38 +08:00
  • efa6eb1dc2 [bsp/ls1cdev]修复以太网驱动发送字节丢失问题 zhuangwei123 2018-08-26 12:19:20 +08:00
  • 0e88d49e77 d chinky 2018-08-25 16:27:39 +08:00
  • 192b177518 [at][sal] Add query and unregistered protocol family functions chenyong 2018-08-24 20:39:10 +08:00
  • 0d737de882 [net][at] Modify AT Socket log information, fix at_freeaddrinfo() implement chenyong 2018-08-24 20:32:14 +08:00
  • 2725e412ea
    Merge pull request #1736 from RT-Thread/feature_raspi2 Bernard Xiong 2018-08-24 13:38:11 +08:00
  • 2fa6b67412 [BSP] Update raspi2 README.md Bernard Xiong 2018-08-24 11:13:20 +08:00
  • 04ceae4349
    Update README.md Bernard Xiong 2018-08-24 10:56:46 +08:00
  • 095872e914
    Merge pull request #1731 from jesven/master Bernard Xiong 2018-08-24 10:52:05 +08:00
  • e5f0b628f2 [bsp][raspi2] change README.md and configs shaojinchun 2018-08-24 09:49:06 +08:00
  • 5b895ad7a4
    Merge pull request #1733 from zhaojuntao/ymodem Bernard Xiong 2018-08-23 18:30:16 +08:00
  • 3b161b58f2 [component][ymodem] Fix compilation warning in MDK MurphyZhao 2018-08-23 17:21:04 +08:00
  • 8b73db6c03
    Merge pull request #1732 from yangjie11/master Bernard Xiong 2018-08-23 16:38:46 +08:00
  • 4a43d3cdae [src][timer.c]:modify -RT_EOK to RT_EOK yangjie 2018-08-23 15:57:45 +08:00
  • e0b04166e8 [bsp][raspi2] add raspberry pi 2 support shaojinchun 2018-08-23 09:52:41 +08:00
  • c5a9371131
    Merge pull request #1730 from armink/fix_sfud Bernard Xiong 2018-08-23 02:55:53 +08:00
  • 9ef9e4b0f8 [DeviceDriver][SFUD] Update sfud to v1.0.6 latest version. armink 2018-08-22 16:48:17 +08:00
  • bc7a43bdaf [DeviceDriver][SFUD] Replace the vsnprintf to rt_vsnprintf. armink 2018-08-22 16:41:56 +08:00
  • fcb9fd5ded
    Merge pull request #1729 from chenyong111/master 朱天龙 (Armink) 2018-08-21 14:20:56 +08:00
  • 366fea22dc [net][at] Delete AT Client port function chenyong 2018-08-21 14:12:28 +08:00
  • 738d03f22b
    Merge pull request #1728 from chenyong111/master 朱天龙 (Armink) 2018-08-21 13:35:27 +08:00
  • c2e6f20caf [net][at] Modify the AT client initialization process, delete AT socket automatic initialization. chenyong 2018-08-21 11:25:20 +08:00
  • 312897d2ce
    Merge pull request #1727 from chenyong111/master 朱天龙 (Armink) 2018-08-21 10:51:12 +08:00
  • 622fa0e7ce [net][at] Fix receive error data when AT CLI exits. chenyong 2018-08-20 20:51:47 +08:00
  • 3bfb9eec25
    Merge pull request #1725 from uestczyh222/kconfig Bernard Xiong 2018-08-18 12:02:22 +08:00
  • 28125ab9df [BSP][STM32F107]Update Kconfig ZYH 2018-08-18 11:20:41 +08:00
  • 09375e8a96
    Merge pull request #1724 from whj4674672/master ZYH 2018-08-18 11:07:50 +08:00
  • b8a6b1e38a add [BSP]stm32f107 Kconfig add rt_console_set_devic,components,gpio,rtc whj4674672 2018-08-17 19:04:36 +08:00
  • ea48042fe3
    Merge pull request #1722 from zhaojuntao/sfud Bernard Xiong 2018-08-16 16:01:14 +08:00
  • 651149fcbb [components/drivers/spi] 增加 sfud flash 设备查找接口 MurphyZhao 2018-08-16 14:30:19 +08:00
  • d06f9ac9df
    Merge pull request #1716 from xeonxu/stm32hal_can ZYH 2018-08-16 10:13:40 +08:00
  • 6a8edc0932 编译出错,未定义STM32_TYPE chinky 2018-08-15 21:20:55 +08:00
  • 305082fc45 Squashed commit of the following: chinky 2018-08-15 11:09:33 +08:00
  • 911e98e684 修改配置 chinky 2018-08-15 11:04:33 +08:00
  • 2cc76bb50c 改名为stm32f0 chinky 2018-08-15 10:56:32 +08:00
  • 033e5f4fd4
    Merge pull request #1719 from RT-Thread/feature_qemu_vsc Bernard Xiong 2018-08-15 09:40:56 +08:00
  • 382c330725 [BSP] Add vscode settings for qemu-vexpress-a9 bsp Bernard Xiong 2018-08-15 09:15:08 +08:00
  • 8215a83523
    Merge pull request #1715 from heyuanjie87/syscall Bernard Xiong 2018-08-15 08:47:26 +08:00
  • e071b9b4d1 修改board.c/h chinky 2018-08-15 00:07:34 +08:00
  • bdc8da5546 bsp stm32f030r8 chinky 2018-08-14 19:56:45 +08:00
  • 18510fa80f
    Update select.c heyuanjie87 2018-08-14 09:33:22 +08:00
  • c90b449dac
    Update select.c heyuanjie87 2018-08-13 22:42:09 +08:00
  • fe77341621
    Merge pull request #1717 from geniusgogo/fix_iar_project Bernard Xiong 2018-08-13 19:02:34 +08:00
  • e20c5edd75 add bsp stm32f030r8-nucleo chinky 2018-08-13 18:53:01 +08:00
  • 495927696e fixed IAR project add LIBS xieyangrun 2018-08-13 16:54:02 +08:00
  • b571cd8899
    Merge pull request #1714 from xeonxu/fix_pwm ZYH 2018-08-12 20:56:30 +08:00
  • 33753f6331 [STM32 BSP]CAN driver for stm32f4xx HAL. Noe Xu 2018-08-12 20:08:44 +08:00
  • d948dba42a
    update select.c heyuanjie87 2018-08-12 20:41:56 +08:00
  • fd209cb880 [lwp]添加select系统调用 heyuanjie 2018-08-12 20:26:16 +08:00
  • 250de62d5c [STM32 BSP]Fix PWM channel calculate argorithm. Noe Xu 2018-08-12 19:54:19 +08:00
  • 68edd04cbb
    Merge pull request #1713 from neverxie/fix-pipe-bug Bernard Xiong 2018-08-11 23:30:10 +08:00
  • 3a83e5524f [components][pipe] Fix 'pipe' command close bug when open failed. neverxie 2018-08-11 18:45:18 +08:00
  • f1a64da2d3 [Components] Remove CMSIS feature_remove_cmsis Bernard Xiong 2018-08-10 06:08:44 +08:00
  • 2ec54bab7a
    Merge pull request #1709 from zhuangwei123/master Bernard Xiong 2018-08-09 17:43:01 +08:00
  • 67832e4509 rename kconfig to Kconfig zhuangwei 2018-08-09 14:50:00 +08:00
  • df6c1836e6
    Merge pull request #1707 from qgyhd1234/at 朱天龙 (Armink) 2018-08-08 18:28:46 +08:00
  • f3bce48502 [net][at] add at_client_wait_connect zylx 2018-08-08 14:32:24 +08:00
  • 7d255c68e5
    Merge pull request #1632 from Guozhanxin/imx1052 Bernard Xiong 2018-08-07 11:40:52 +08:00
  • 9e56babd17
    Merge pull request #1697 from liangyongxiang/imxrt-fixed-uart-bug Bernard Xiong 2018-08-07 11:39:18 +08:00
  • 260002dd13
    Merge pull request #1706 from chenyong111/master 朱天龙 (Armink) 2018-08-06 19:40:51 +08:00
  • 95a55864f3
    Merge pull request #1703 from liangyongxiang/stm32l4 ZYH 2018-08-06 15:21:47 +08:00
  • bddea70d8a
    Merge pull request #1704 from liangyongxiang/kconfig-l476 ZYH 2018-08-06 15:21:08 +08:00
  • 05c3af1ee1 [net][sal] Add shutdown type options. chenyong 2018-08-06 15:06:29 +08:00
  • eea50e7919
    Merge pull request #1705 from liangyongxiang/mdk-l4 ZYH 2018-08-06 15:04:01 +08:00
  • ddc86ccc43 [bsp][stm32l476-nucleo] support "scons --target=mdk" liang yongxiang 2018-08-06 14:43:10 +08:00
  • 90a38740bf [bsp][stm32l476-nucleo] change default RTT_DIR to ../.. liang yongxiang 2018-08-06 14:18:55 +08:00
  • 3191bf8a15 [bsp][stm32l476-nucleo] format code liang yongxiang 2018-08-06 14:07:48 +08:00
  • fb539cfdc8
    Merge pull request #1682 from guochuangjian/master Bernard Xiong 2018-08-06 13:39:41 +08:00
  • 63a13906cc fix uart ore-flag clear bug guochuangjian 2018-08-05 15:25:31 +08:00
  • 3de51fe256 fix usRcvBufferPos == MB_SER_PDU_SIZE_MAX bug guochuangjian 2018-08-05 15:08:50 +08:00
  • 03bf99a56d
    Merge pull request #1699 from qgyhd1234/at 朱天龙 (Armink) 2018-08-05 08:30:57 +08:00
  • 471a2aa606
    Merge pull request #1696 from RT-Thread/fix_ci Bernard Xiong 2018-08-05 07:15:34 +08:00
  • f166ac946b [net][at] fix server repeated enter issue zylx 2018-08-04 18:43:46 +08:00
  • 279661dd3f
    Merge pull request #1698 from qgyhd1234/at 朱天龙 (Armink) 2018-08-04 18:36:24 +08:00