Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for travis ci #2

Merged
merged 2 commits into from
Jan 4, 2013
Merged

Conversation

rogerz
Copy link
Member

@rogerz rogerz commented Jan 4, 2013

Auto build all bsp on new commit. Currently only bsp built with arm-none-eabi-gcc is supported

@ghost ghost assigned BernardXiong Jan 4, 2013
@BernardXiong
Copy link
Member

it's really cool!

BernardXiong added a commit that referenced this pull request Jan 4, 2013
Add support for travis ci
@BernardXiong BernardXiong merged commit ed7beee into RT-Thread:master Jan 4, 2013
grissiom added a commit to grissiom/rt-thread that referenced this pull request Sep 7, 2013
@hduffddybz hduffddybz mentioned this pull request Aug 27, 2014
BernardXiong pushed a commit that referenced this pull request Sep 24, 2014
BernardXiong pushed a commit that referenced this pull request Mar 10, 2015
update from official source
BernardXiong pushed a commit that referenced this pull request Mar 26, 2018
BernardXiong pushed a commit that referenced this pull request Dec 14, 2018
BernardXiong pushed a commit that referenced this pull request Jan 12, 2019
@dosadi dosadi mentioned this pull request Mar 26, 2019
BernardXiong pushed a commit that referenced this pull request Apr 9, 2019
BernardXiong pushed a commit that referenced this pull request Dec 30, 2019
[componects] 修复不能发现禁止写spi flash失败的情形
BernardXiong added a commit that referenced this pull request Aug 13, 2020
[bsp] stm32:fix the lcd driver for stm32f429 discovery board.
qiyongzhong0 added a commit to qiyongzhong0/rt-thread that referenced this pull request Aug 30, 2020
commit 5495e64
Merge: 672881e c77e999
Author: Bernard Xiong <[email protected]>
Date:   Sat Aug 29 09:47:34 2020 +0800

    Merge pull request RT-Thread#3857 from thread-liu/master

    [update] drv_hwtimers.c file error struct member variables

commit c77e999
Author: thread-liu <[email protected]>
Date:   Fri Aug 28 13:47:46 2020 +0800

    [update] delete extra null string.

commit fbc3075
Author: thread-liu <[email protected]>
Date:   Fri Aug 28 11:55:27 2020 +0800

    [update] error Structural member variables

commit 672881e
Merge: 07ee531 9eb2275
Author: Bernard Xiong <[email protected]>
Date:   Thu Aug 27 19:43:18 2020 +0800

    Merge pull request RT-Thread#3846 from ynkan/master

    修复STM32的硬件定时器的时钟配置问题

commit 9eb2275
Author: 林永 <[email protected]>
Date:   Thu Aug 27 17:29:07 2020 +0800

    Update drv_hwtimer.c

commit f60f452
Author: 林永 <[email protected]>
Date:   Thu Aug 27 15:22:15 2020 +0800

    Update drv_hwtimer.c

    新增函数 pclkx_doubler_get 用于获取定时器时钟倍频状态

commit 07ee531
Merge: 5b3ec94 ce5822e
Author: Bernard Xiong <[email protected]>
Date:   Thu Aug 27 12:40:35 2020 +0800

    Merge pull request RT-Thread#3849 from OpenNuvoton/m480

    Remove legacy.

commit ce5822e
Author: Wayne Lin <[email protected]>
Date:   Thu Aug 27 11:04:05 2020 +0800

    Disable nuvoton_nuc472 and nuvoton_m05x in CI building.

commit 5121b8d
Author: 林永 <[email protected]>
Date:   Thu Aug 27 10:41:09 2020 +0800

    Update drv_hwtimer.c

    好的,已修正。

commit dbd389a
Author: 林永 <[email protected]>
Date:   Wed Aug 26 21:16:40 2020 +0800

    Update drv_hwtimer.c

    抱歉,这里有个失误.

commit 5b3ec94
Merge: 241a29a 52a4bac
Author: Bernard Xiong <[email protected]>
Date:   Wed Aug 26 17:35:07 2020 +0800

    Merge pull request RT-Thread#3842 from Michael0066/dev

    MIPS:remove redundant #ifdef ARCH_MIPS64

commit 52a4bac
Author: michael <[email protected]>
Date:   Wed Aug 26 15:17:33 2020 +0800

    bsp:ls2k:uniform coding style, use space for indentation

    use space instead of table for indentation in ls2k_ram.lds

commit 3fef3b8
Author: Wayne Lin <[email protected]>
Date:   Wed Aug 26 13:09:37 2020 +0800

    Remove legacy.

commit 241a29a
Merge: 07ad08e 9680f5d
Author: Bernard Xiong <[email protected]>
Date:   Wed Aug 26 12:59:11 2020 +0800

    Merge pull request RT-Thread#3848 from BernardXiong/fix_doc_license

    [skip travis] [Doc] Update file header copyright information for license

commit 9680f5d
Author: Bernard Xiong <[email protected]>
Date:   Wed Aug 26 11:54:13 2020 +0800

    [Doc] Update file header copyright information for license

commit 72f0220
Merge: 07ad08e f8e2105
Author: 林永 <[email protected]>
Date:   Tue Aug 25 14:29:17 2020 +0800

    Merge pull request RT-Thread#1 from ynkan/ynkan-rtt-2020

    Update drv_hwtimer.c

commit f8e2105
Author: 林永 <[email protected]>
Date:   Tue Aug 25 13:44:32 2020 +0800

    Update drv_hwtimer.c

    STM32的硬件定时器在 APBxCLKDivider 为 RCC_HCLK_DIV1 的时候,timer clocks 频率等于外设总线时钟PCLKx. 反之 timer clocks 为 PCLKx 的2倍.

commit febc124
Author: michael <[email protected]>
Date:   Tue Aug 25 11:54:53 2020 +0800

    bsp:ls2k: adapt to FPU

commit 3d0bdf4
Author: michael <[email protected]>
Date:   Tue Aug 25 11:52:07 2020 +0800

    MIPS:improvement FPU support

commit bb20c33
Author: michael <[email protected]>
Date:   Mon Aug 24 11:33:49 2020 +0800

    bsp:ls2k:add c++ support

commit 07ad08e
Merge: f177f11 679bda5
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 24 10:17:55 2020 +0800

    Merge pull request RT-Thread#3840 from ylz0923/nrf5x-wdt

    [bsp/nrf5x/libraries/drivers] add wdt driver

commit 9d74214
Author: michael <[email protected]>
Date:   Mon Aug 24 09:12:41 2020 +0800

    bsp:ls2k:gpio read typo error,fix it.

    from ls2k user manuanl know that GPIO0_I is input, GPIO1_I is reserved.
    here typo error, fix it.

commit b4f75d1
Author: michael <[email protected]>
Date:   Thu Aug 20 17:34:04 2020 +0800

    bsp:ls2k:make rtc driver to adapter Kconfig

    rtc driver can not configured through Kconfig

commit 3ce53f9
Author: michael <[email protected]>
Date:   Wed Aug 19 10:03:52 2020 +0800

    MIPS:remove redundant #ifdef ARCH_MIPS64

    there exist redundant #ifdef ARCH_MIPS64 in asm.h, remove it

commit 679bda5
Author: 杨连钊 <[email protected]>
Date:   Sat Aug 22 21:45:37 2020 +0800

    [bsp/nrf5x/libraries/drivers] add wdt driver

commit f177f11
Merge: 8f0be7c 614f0a7
Author: Bernard Xiong <[email protected]>
Date:   Fri Aug 21 09:32:46 2020 +0800

    Merge pull request RT-Thread#3835 from guohp1128/master

    add nrf5x adc driver

commit 614f0a7
Author: guohp1128 <[email protected]>
Date:   Wed Aug 19 22:27:00 2020 +0800

    update nrf5x gpio driver

commit e2263ac
Author: guohp1128 <[email protected]>
Date:   Tue Aug 18 22:11:50 2020 +0800

    add nrf5x adc driver

commit 8f0be7c
Merge: 4ad8c75 cde20da
Author: Bernard Xiong <[email protected]>
Date:   Wed Aug 19 13:38:11 2020 +0800

    Merge pull request RT-Thread#3832 from thread-liu/stm32mp1-ev1

    [update] stm32mp157a-st-ev1 add ci and format code.

commit cde20da
Author: thread-liu <[email protected]>
Date:   Tue Aug 18 11:47:12 2020 +0800

    [update] stm32mp157a-st-ev1.

commit 4ad8c75
Merge: ca85c64 76d1651
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 17 14:19:43 2020 +0800

    Merge pull request RT-Thread#3822 from geniusgogo/master

    fixed the iterator failure for softtimer list timeout check.

commit 76d1651
Author: xieyangrun <[email protected]>
Date:   Sat Aug 15 20:15:29 2020 +0800

    fixed the iterator failure for softtimer list timeout check.

commit ca85c64
Merge: 5b94c14 fcd844f
Author: Bernard Xiong <[email protected]>
Date:   Sat Aug 15 16:27:09 2020 +0800

    Merge pull request RT-Thread#3821 from thread-liu/develop

    update error SFUD support manufacturer (Micronix -> Macronix)

commit fcd844f
Author: thread-liu <[email protected]>
Date:   Sat Aug 15 14:31:01 2020 +0800

    update error SFUD support manufacturer (Micronix -> Macronix) and add MX25L51245G sfud flash info.

commit 5b94c14
Merge: d463a5a 69258cd
Author: Bernard Xiong <[email protected]>
Date:   Fri Aug 14 15:03:40 2020 +0800

    Merge pull request RT-Thread#3749 from rtthread-bot/gitee_master

    [auto pr] rtthread-bot

commit d463a5a
Merge: 4d3027e 27a6ebf
Author: Bernard Xiong <[email protected]>
Date:   Thu Aug 13 18:18:10 2020 +0800

    Merge pull request RT-Thread#3802 from liuduanfei/master

    Change I2C configuration hierarchy

commit 4d3027e
Merge: 5a6a7e3 dd2bf1e
Author: Bernard Xiong <[email protected]>
Date:   Thu Aug 13 16:59:34 2020 +0800

    Merge pull request RT-Thread#3814 from thread-liu/stm32mp1-ev1

    [update] add stm32mp1-st-ev1 bsp.

commit dd2bf1e
Author: thread-liu <[email protected]>
Date:   Thu Aug 13 13:47:53 2020 +0800

    [update] format

commit b4c4d55
Author: thread-liu <[email protected]>
Date:   Thu Aug 13 12:00:14 2020 +0800

    [update] add stm32mp157a-st-ev1 bsp

commit 5a6a7e3
Merge: 6442bc6 bea966e
Author: Bernard Xiong <[email protected]>
Date:   Thu Aug 13 09:05:28 2020 +0800

    Merge pull request RT-Thread#3808 from BernardXiong/stm32f429-disco

    [BSP][stm32f429-st-disco] Add SDRAM, LCD port files

commit bea966e
Merge: ea01edb 1af61b3
Author: Bernard Xiong <[email protected]>
Date:   Wed Aug 12 16:56:48 2020 +0800

    Merge pull request RT-Thread#2 from nongxiaoming/stm32f429-disco

    [bsp] stm32:fix the lcd driver for stm32f429 discovery board.

commit 1af61b3
Author: nongxiaoming <[email protected]>
Date:   Wed Aug 12 16:02:51 2020 +0800

    [bsp] stm32f429-st-disco:modify to use RT_USING_SPI default.

commit 6442bc6
Merge: 41aa8d4 25cafc9
Author: Bernard Xiong <[email protected]>
Date:   Wed Aug 12 13:27:01 2020 +0800

    Merge pull request RT-Thread#3811 from luhuadong/develop

    [stm32] perform an automatic ADC calibration using HAL_ADCEx_Calibration_Start()

commit 25cafc9
Author: luhuadong <[email protected]>
Date:   Wed Aug 12 02:09:52 2020 +0800

    [stm32] perform an automatic ADC calibration to improve the conversion accuracy using function HAL_ADCEx_Calibration_Start().

commit e548b77
Author: nongxiaoming <[email protected]>
Date:   Tue Aug 11 13:21:27 2020 +0800

    [bsp] stm32:fix the lcd driver for stm32f429 discovery board.

commit 41aa8d4
Merge: c7bdca3 5e92521
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 10 18:08:17 2020 +0800

    Merge pull request RT-Thread#3810 from mysterywolf/master

    struct rt_device_ops 结构体增加宏定义

commit 5e92521
Author: Meco <[email protected]>
Date:   Mon Aug 10 04:35:08 2020 +0800

    struct rt_device_ops 结构体增加宏定义

commit c7bdca3
Merge: 671cf26 49b86c6
Author: Bernard Xiong <[email protected]>
Date:   Sun Aug 9 11:55:47 2020 +0800

    Merge pull request RT-Thread#3792 from xfwangqiang/gcc-fix

    fixed gcc assembly option in rtconfig.py for imxrt1064-nxp-evk

commit ea01edb
Author: Bernard Xiong <[email protected]>
Date:   Sat Aug 8 16:12:25 2020 +0800

    [BSP] Add SDRAM, LCD port files

commit 671cf26
Merge: dd687ff b254563
Author: Bernard Xiong <[email protected]>
Date:   Sat Aug 8 09:24:04 2020 +0800

    Merge pull request RT-Thread#3807 from supperthomas/supper

    [bsp/nrfx5]: fix the board of nrf52832(pca10040)

commit b254563
Author: supperthomas <[email protected]>
Date:   Fri Aug 7 21:35:33 2020 +0800

    [bsp/nrfx5]: fix the board of nrf52832(pca10040)

commit dd687ff
Merge: 37f60a3 ad3e6d8
Author: Bernard Xiong <[email protected]>
Date:   Fri Aug 7 14:16:25 2020 +0800

    Merge pull request RT-Thread#3806 from BernardXiong/code_cleanup

    [DFS] clean the unnecessary checking

commit ad3e6d8
Author: Bernard Xiong <[email protected]>
Date:   Fri Aug 7 08:51:22 2020 +0800

    [DFS] clean the unnecessary checking

commit 49b86c6
Author: WangQiang <[email protected]>
Date:   Thu Aug 6 18:03:15 2020 +0800

    fixed gcc assembly option and objcopy option in rtconfig.py for imxrt1052-nxp-evk

commit 37f60a3
Merge: ff28345 f44bdc1
Author: Bernard Xiong <[email protected]>
Date:   Thu Aug 6 16:53:48 2020 +0800

    Merge pull request RT-Thread#3804 from NU-LL/patch-1

    fix startup files

commit f44bdc1
Author: 来日方长 <[email protected]>
Date:   Thu Aug 6 12:10:49 2020 +0800

    Update SConscript

commit ff28345
Merge: d1355e3 576475f
Author: Bernard Xiong <[email protected]>
Date:   Wed Aug 5 11:37:54 2020 +0800

    Merge pull request RT-Thread#3803 from mysterywolf/master

    [fixed]增加条件编译,防止RT_USING_DFS没有定义时 _sys_flen()出现编译警告:stat变量定义但没有被调用 的问题

commit 27a6ebf
Author: liuduanfei <[email protected]>
Date:   Wed Aug 5 10:06:20 2020 +0800

    Update Kconfig

commit 576475f
Author: Meco <[email protected]>
Date:   Wed Aug 5 09:28:10 2020 +0800

    change format

commit 3e46db9
Author: Meco <[email protected]>
Date:   Wed Aug 5 03:12:26 2020 +0800

    修改部分nucelo开发板readme

commit f7ba4a6
Author: Meco <[email protected]>
Date:   Wed Aug 5 02:47:27 2020 +0800

    增加条件编译,防止RT_USING_DFS没有定义时 _sys_flen()出现编译警告:stat变量定义但没有被调用 的问题

commit d1355e3
Merge: c0d78d4 b2a9b83
Author: Bernard Xiong <[email protected]>
Date:   Tue Aug 4 15:14:22 2020 +0800

    Merge pull request RT-Thread#3801 from balanceTWK/master_usb_temp

    [code style] spelling mistake : PROERTY -> PROPERTY

commit 719b71a
Author: liuduanfei <[email protected]>
Date:   Tue Aug 4 15:11:48 2020 +0800

    Update Kconfig

commit ba5f2a5
Author: liuduanfei <[email protected]>
Date:   Tue Aug 4 15:10:43 2020 +0800

    Update Kconfig

    Change I2C configuration hierarchy

commit b2a9b83
Author: tangweikang <[email protected]>
Date:   Tue Aug 4 11:01:22 2020 +0800

    [components][usb] word error : PROERTY -> PROPERTY

commit c0d78d4
Merge: 70142ef b328c1c
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 3 21:41:13 2020 +0800

    Merge pull request RT-Thread#3773 from ErnestChen1/event_option0717

    [modify] if ... else if constructs to be terminated with an else clau…

commit 70142ef
Merge: 65d4e73 a78c6be
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 3 21:19:30 2020 +0800

    Merge pull request RT-Thread#3775 from ErnestChen1/event_goto

    [add] a macro to be isolated while using signals in rt_mutex_take fun…

commit 65d4e73
Merge: 5699239 55cfefd
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 3 21:14:09 2020 +0800

    Merge pull request RT-Thread#3774 from ErnestChen1/switch_default0727

    [add] switch default clause

commit 5699239
Merge: 505984f 224c322
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 3 20:29:31 2020 +0800

    Merge pull request RT-Thread#3776 from ErnestChen1/enum_define0727

    [format] enumeration define two styles: define first or all.

commit 505984f
Merge: 0bcfe89 bc830fa
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 3 19:45:07 2020 +0800

    Merge pull request RT-Thread#3788 from wangyq2018/es8p508x

    bugfixed on SConscript

commit 0bcfe89
Merge: 6e797c9 f0fc569
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 3 19:32:25 2020 +0800

    Merge pull request RT-Thread#3799 from OpenNuvoton/m480

    [nuvoton] Sync drivers of Nuvoton-M480 platform.

commit bc830fa
Author: wangyq2018 <[email protected]>
Date:   Wed Jul 29 15:36:40 2020 +0800

    bugfixed on SConscript

commit 6e797c9
Merge: aa7247e 58b05ab
Author: Bernard Xiong <[email protected]>
Date:   Mon Aug 3 16:02:37 2020 +0800

    Merge pull request RT-Thread#3796 from supperthomas/supperthomas

    [bsp/nrf5x]: add the driver of pwm

commit f0fc569
Author: Wayne Lin <[email protected]>
Date:   Mon Aug 3 15:14:51 2020 +0800

    Update driver supporting status.

commit c9392e2
Author: Wayne Lin <[email protected]>
Date:   Mon Aug 3 12:15:33 2020 +0800

    1. Correct typo.
    2. Fix spi/qspi/uspi TX/RX PDMA trigger issue.
    3. Drain RX FIFO to remove remain FEF frames in FIFO.
    4. Implement RT_DEVICE_CTRL_CLOSE in uart/uuart/scuart driver.

commit 58b05ab
Author: supperthomas <[email protected]>
Date:   Sat Aug 1 15:54:31 2020 +0800

    [bsp/nrf5x]: add the driver of pwm

commit aa7247e
Merge: 27e1ac5 984e8e5
Author: Bernard Xiong <[email protected]>
Date:   Sat Aug 1 16:51:55 2020 +0800

    Merge pull request RT-Thread#3764 from ErnestChen1/isdigit0724

    [modify] internal function 'isdigit' name to '_isdigit'

commit 27e1ac5
Merge: bb84e23 d9a312d
Author: Bernard Xiong <[email protected]>
Date:   Sat Aug 1 16:50:05 2020 +0800

    Merge pull request RT-Thread#3791 from SummerLife/master_710

    [bsp][stm32] update stm32h743-st-nucleo bsp scripts

commit d9a312d
Author: SummerGift <[email protected]>
Date:   Thu Jul 30 09:33:27 2020 +0800

    [bsp][stm32] update stm32h743-st-nucleo/board/SConscript to fix compiling error after dist

commit bb84e23
Merge: 4f674ef 1fe077a
Author: Bernard Xiong <[email protected]>
Date:   Thu Jul 30 14:10:04 2020 +0800

    Merge pull request RT-Thread#3787 from mysterywolf/master

    fix在rt_event_recv函数中,如果事件已经满足无需阻塞的情况下,没有给thread->event_set/event_info…

commit 24ebc3d
Author: WangQiang <[email protected]>
Date:   Thu Jul 30 11:57:12 2020 +0800

    fixed gcc assembly option in rtconfig.py for imxrt1064-nxp-evk

commit 4f674ef
Merge: 18d1683 0e61949
Author: Bernard Xiong <[email protected]>
Date:   Wed Jul 29 11:08:18 2020 +0800

    Merge pull request RT-Thread#3786 from jesven/avoid_critical_deadlock

    avoid deadlock (rt_hw_interrupt_disable and rt_enter_critical when en…

commit 1fe077a
Author: Meco <[email protected]>
Date:   Wed Jul 29 09:57:32 2020 +0800

    fix在rt_event_recv函数中,如果事件已经满足无需阻塞的情况下,没有给thread->event_set/event_info赋值的问题

commit 18d1683
Merge: 40b69ae 9f41cbc
Author: Bernard Xiong <[email protected]>
Date:   Wed Jul 29 09:12:28 2020 +0800

    Merge pull request RT-Thread#3777 from ErnestChen1/strcmp0727

    [format] code style of rt_strcmp function

commit 40b69ae
Merge: 8ecea29 70e5cd4
Author: Bernard Xiong <[email protected]>
Date:   Tue Jul 28 12:08:04 2020 +0800

    Merge pull request RT-Thread#3785 from liuduanfei/master

    Update SConstruct

commit 0e61949
Author: shaojinchun <[email protected]>
Date:   Tue Jul 28 09:55:01 2020 +0800

    avoid deadlock (rt_hw_interrupt_disable and rt_enter_critical when enable smp)

commit 70e5cd4
Author: liuduanfei <[email protected]>
Date:   Tue Jul 28 09:45:29 2020 +0800

    Update SConstruct

    Update SConstruct fix compilation error

commit 8ecea29
Merge: fa599be 814b646
Author: Bernard Xiong <[email protected]>
Date:   Tue Jul 28 09:42:50 2020 +0800

    Merge pull request RT-Thread#3784 from zhiweih/patch-1

    Specify date string length in FINSH date command.

commit 814b646
Author: zhiweih <[email protected]>
Date:   Mon Jul 27 23:09:26 2020 +0800

    Specify date string length in FINSH date command.

    libc ctime returns a fixed 25 character string without a NULL terminator. Print it without specifying length in FINSH date command prints extra contents and could potentially be dangerous.

commit fa599be
Merge: 7f84ac8 a1ac12c
Author: Bernard Xiong <[email protected]>
Date:   Mon Jul 27 17:57:28 2020 +0800

    Merge pull request RT-Thread#3767 from ErnestChen1/function_parameter

    [update] function must have parameter

commit 7f84ac8
Merge: 688a9f7 aa411a2
Author: Bernard Xiong <[email protected]>
Date:   Mon Jul 27 17:40:00 2020 +0800

    Merge pull request RT-Thread#3766 from margguo/fixbug/keep_user_lib_configuration

    fixbug:keep user's lib configuration while running --target=eclipse

commit 984e8e5
Author: chenchaoqun <[email protected]>
Date:   Fri Jul 24 11:53:57 2020 +0800

    [modify] internal function 'isdigit' name to '_ISDIGIT'

commit 9f41cbc
Author: chenchaoqun <[email protected]>
Date:   Mon Jul 27 14:18:16 2020 +0800

    [format] code style of rt_strcmp function

commit 224c322
Author: chenchaoqun <[email protected]>
Date:   Mon Jul 27 14:11:35 2020 +0800

    [format] enumeration define two styles: define first or all.

commit a78c6be
Author: chenchaoqun <[email protected]>
Date:   Mon Jul 27 14:01:30 2020 +0800

    [add] a macro to be isolated while using signals in rt_mutex_take function.

commit 55cfefd
Author: chenchaoqun <[email protected]>
Date:   Mon Jul 27 11:49:52 2020 +0800

    [add] switch default clause

commit b328c1c
Author: chenchaoqun <[email protected]>
Date:   Mon Jul 27 11:36:57 2020 +0800

    [modify] if ... else if constructs to be terminated with an else clause, which other option is invalid and delete surplus space.

commit 688a9f7
Merge: e22bbf9 f56af40
Author: Bernard Xiong <[email protected]>
Date:   Mon Jul 27 09:12:20 2020 +0800

    Merge pull request RT-Thread#3755 from luhuadong/develop

    [at_socket] support alloc socket dynamically with at device

commit aa411a2
Author: yaxing.chen <[email protected]>
Date:   Fri Jul 24 16:04:02 2020 +0800

    fixbug:keep user's lib configuration while running --target=eclipse

commit a1ac12c
Author: chenchaoqun <[email protected]>
Date:   Fri Jul 24 15:19:12 2020 +0800

    [update] function must have parameter

commit e22bbf9
Merge: a88c819 ab8b25b
Author: Bernard Xiong <[email protected]>
Date:   Fri Jul 24 10:19:15 2020 +0800

    Merge pull request RT-Thread#3760 from balanceTWK/master_stm32_wdt

    [bsp][stm32][wdt] Optimize code style.

commit a88c819
Merge: 6dcb032 160811b
Author: Bernard Xiong <[email protected]>
Date:   Fri Jul 24 07:29:05 2020 +0800

    Merge pull request RT-Thread#3762 from DavidLin1577/patch-5

    Minor optimization for mempool.c

commit 6dcb032
Merge: c220e22 b1013e7
Author: Bernard Xiong <[email protected]>
Date:   Fri Jul 24 07:26:50 2020 +0800

    Merge pull request RT-Thread#3759 from thread-liu/master

    [update] add English README.md

commit c220e22
Merge: 1a42ca9 2446ee8
Author: Bernard Xiong <[email protected]>
Date:   Fri Jul 24 07:23:34 2020 +0800

    Merge pull request RT-Thread#3761 from supperthomas/supperthomas

    [bsp/nrf5x] add the config of softdevice

commit 160811b
Author: David Lin <[email protected]>
Date:   Thu Jul 23 19:35:31 2020 +0800

    Minor optimization for mempool.c

    1. Improve code readability,  unify the variable name  in functions "rt_hw_interrupt_enable(level);" and "rt_hw_interrupt_enable(level);",
    so changed variable  "temp" to "level";

commit ab8b25b
Author: tangweikang <[email protected]>
Date:   Thu Jul 23 18:37:35 2020 +0800

    [bsp][stm32][wdt] Optimize code style.

commit b1013e7
Author: thread-liu <[email protected]>
Date:   Thu Jul 23 10:17:24 2020 +0800

    [update] add english README.md

commit f56af40
Author: luhuadong <[email protected]>
Date:   Thu Jul 23 01:13:48 2020 +0800

    [at_socket] update AT_SW_VERSION and adjust at_socket_ops

commit 2446ee8
Author: supperthomas <[email protected]>
Date:   Wed Jul 22 22:47:27 2020 +0800

    [bsp/nrf5x] add the softdevice config

commit 1a42ca9
Merge: 8f4333d 38e42ad
Author: Bernard Xiong <[email protected]>
Date:   Tue Jul 21 18:08:11 2020 +0800

    Merge pull request RT-Thread#3746 from thread-liu/master

    [update] add STM32MP1xx template project.

commit 067106f
Author: luhuadong <[email protected]>
Date:   Tue Jul 21 00:29:12 2020 +0800

    [at_socket] support alloc socket dynamically with at device

commit ebba4e1
Author: supperthomas <[email protected]>
Date:   Mon Jul 20 20:40:50 2020 +0800

    [bsp/nrfx5x] fix the config

commit 8f4333d
Merge: 3ea5ca2 105d894
Author: Bernard Xiong <[email protected]>
Date:   Sat Jul 18 17:17:42 2020 +0800

    Merge pull request RT-Thread#3753 from DavidLin1577/patch-4

    Update tcpclient.c

commit 3ea5ca2
Merge: 24ee160 43c0118
Author: Bernard Xiong <[email protected]>
Date:   Sat Jul 18 16:14:21 2020 +0800

    Merge pull request RT-Thread#3752 from balanceTWK/master_wlan_pr

    [components][wlan] 修复 rt_wlan_event_dispatch() 在某种情况下未传递 user_buff 的问题。

commit 105d894
Author: David Lin <[email protected]>
Date:   Fri Jul 17 16:06:33 2020 +0800

    Update tcpclient.c

    接收->发送

commit 43c0118
Author: tangweikang <[email protected]>
Date:   Fri Jul 17 15:28:52 2020 +0800

    [components][wlan] Fix for rt_wlan_event_dispatch() not passing user_buff. | 修复 rt_wlan_event_dispatch() 未传递 user_buff 的问题。

commit 69258cd
Merge: fed1634 6fb2ab2
Author: aozima <[email protected]>
Date:   Thu Jul 16 11:23:49 2020 +0800

    !38 【更新】Jenkinsfile 并行构建
    Merge pull request !38 from 国际哥/jenkins_build

commit 6fb2ab2
Author: shaoguoji <[email protected]>
Date:   Thu Jul 16 11:09:50 2020 +0800

    【修改】$符号转义,避免 Groovy 语法歧义

commit 2986b55
Author: shaoguoji <[email protected]>
Date:   Thu Jul 16 10:04:34 2020 +0800

    【更新】scons 多核编译参数

commit fed1634
Merge: fe67df3 e47bd25
Author: aozima <[email protected]>
Date:   Wed Jul 15 15:24:06 2020 +0800

    !36 【添加】Jenkinsfile CI 脚本
    Merge pull request !36 from 国际哥/jenkins_build

commit e47bd25
Author: shaoguoji <[email protected]>
Date:   Wed Jul 15 12:04:42 2020 +0800

    [add]issue PR template.

commit 374269a
Author: shaoguoji <[email protected]>
Date:   Wed Jul 15 12:00:57 2020 +0800

    [add]Jenkinsfile for CI.

commit 24ee160
Merge: 388c0e2 8ed05a5
Author: Bernard Xiong <[email protected]>
Date:   Wed Jul 15 00:56:19 2020 +0800

    Merge pull request RT-Thread#3747 from luhuadong/develop

    [bsp] add missing dist_handle function for two stm32 bsp

commit 8ed05a5
Author: luhuadong <[email protected]>
Date:   Tue Jul 14 16:22:56 2020 +0800

    [bsp] add missing dist_handle function for two stm32 bsp

commit 38e42ad
Author: thread-liu <[email protected]>
Date:   Tue Jul 14 09:57:26 2020 +0800

    [update] add STM32MP1xx template project.

commit 388c0e2
Merge: 625caba cc15a1b
Author: Bernard Xiong <[email protected]>
Date:   Tue Jul 14 09:33:38 2020 +0800

    Merge pull request RT-Thread#3741 from luhuadong/develop

    [sensor] fixed sensor cmd delay time

commit 625caba
Merge: a6d7dc7 abfbd9a
Author: Bernard Xiong <[email protected]>
Date:   Sat Jul 11 19:58:50 2020 +0800

    Merge pull request RT-Thread#3744 from margguo/fixbug_in_eclipse_py

    fixbug:eclipse.py do not remove all unused path from list

commit abfbd9a
Author: yaxing.chen <[email protected]>
Date:   Thu Jul 9 16:05:09 2020 +0800

    fixbug:eclipse.py do not remove all unused path from list

commit cc15a1b
Author: luhuadong <[email protected]>
Date:   Wed Jul 8 22:53:02 2020 +0800

    [sensor] fixed sensor cmd delay time

commit a6d7dc7
Merge: 03f727d f934747
Author: Bernard Xiong <[email protected]>
Date:   Wed Jul 8 13:51:28 2020 +0800

    Merge pull request RT-Thread#3724 from XYX12306/master

    mainly update some supports on-chip peripheral driver about stm32f413-st-nucleo board

commit 03f727d
Merge: 27ed5ee 9c055e8
Author: Bernard Xiong <[email protected]>
Date:   Wed Jul 8 10:32:30 2020 +0800

    Merge pull request RT-Thread#3732 from NU-LL/stm32g070-st-nucleo

    add stm32g070-st-nucleo bsp

commit 27ed5ee
Merge: 4d12383 0c81552
Author: Bernard Xiong <[email protected]>
Date:   Tue Jul 7 14:54:41 2020 +0800

    Merge pull request RT-Thread#3722 from LYH-ux/ADTYDHD

    first commit of tm4c123bsp, validate on MDK5

commit 4d12383
Merge: 02ac2b7 b9d4987
Author: Bernard Xiong <[email protected]>
Date:   Tue Jul 7 13:59:11 2020 +0800

    Merge pull request RT-Thread#3739 from bigmagic123/add_raspi4_spi

    raspi4 spi0 driver can run

commit 9c055e8
Author: NU-LL <[email protected]>
Date:   Tue Jul 7 10:11:08 2020 +0800

    Fix format issues

commit 02ac2b7
Merge: 87999c4 9f2c1ce
Author: Bernard Xiong <[email protected]>
Date:   Mon Jul 6 22:21:04 2020 +0800

    Merge pull request RT-Thread#3706 from guohp1128/guohp

    提交nrf5x的gpio驱动

commit 87999c4
Merge: fe0e6a2 5f756ca
Author: Bernard Xiong <[email protected]>
Date:   Mon Jul 6 22:14:11 2020 +0800

    Merge pull request RT-Thread#3740 from armink/fix_spi

    [DeviceDriver][SFUD] Update the 'sf bench' command.

commit fe0e6a2
Merge: d180c16 d5e03ad
Author: Bernard Xiong <[email protected]>
Date:   Mon Jul 6 21:34:48 2020 +0800

    Merge pull request RT-Thread#3736 from SantaPasserby/fix_sysylog_formater

    syslog_formater调用rt_snprintf多了个参数。

commit 5f756ca
Author: armink <[email protected]>
Date:   Mon Jul 6 20:25:18 2020 +0800

    [DeviceDriver][SFUD] Update the 'sf bench' command.

commit d180c16
Merge: 5877d97 2b1bcf6
Author: Bernard Xiong <[email protected]>
Date:   Mon Jul 6 11:57:08 2020 +0800

    Merge pull request RT-Thread#3733 from ifreecoding/debug-drv_flash_f4

    1.增加对stm32_flash_erase函数入口参数size为0的检测。

commit 5877d97
Merge: 7e5373e cde1e5d
Author: Bernard Xiong <[email protected]>
Date:   Mon Jul 6 11:56:28 2020 +0800

    Merge pull request RT-Thread#3735 from imgtec/bsp-ls2k/pwm-v2

    bsp: ls2k: pwm driver

commit b9d4987
Author: bigamgic <[email protected]>
Date:   Sat Jul 4 22:37:35 2020 +0800

    fix code layout

commit f333dca
Author: bigamgic <[email protected]>
Date:   Sat Jul 4 22:32:02 2020 +0800

    raspi4 spi0 driver can run

commit 7e5373e
Merge: 4108836 f2070be
Author: Bernard Xiong <[email protected]>
Date:   Sat Jul 4 18:42:14 2020 +0800

    Merge pull request RT-Thread#3738 from luhuadong/develop

    [Sensor] Add AMS sensor vendor info

commit f2070be
Author: luhuadong <[email protected]>
Date:   Sat Jul 4 17:14:31 2020 +0800

    [Sensor] Add two concentration unit ppm & ppb

commit 1fde73a
Author: luhuadong <[email protected]>
Date:   Sat Jul 4 16:48:05 2020 +0800

    [Sensor] Add AMS sensor vendor info

commit d5e03ad
Author: teh-c <[email protected]>
Date:   Fri Jul 3 17:10:43 2020 +0800

    rt_snprintf多了个参数。

commit cde1e5d
Author: Du Huanpeng <[email protected]>
Date:   Fri Jul 3 15:54:03 2020 +0800

    bsp: ls2k: pwm driver

    attach probe of the oscilloscope too the
    3.3v & PWM3 like below:

              jack
        ------|  |---|    |-|    |----
        |o o 3.3v    |eth1| |eth0|
        |o o
        |o o
        |o o PWM3
        |o o

    type commands below to rt-thread console:
        msh /> pwm_enable pwm0 3
        msh /> pwm_set pwm0 3 140 90

    turn off pwm:
        msh /> pwm_disable pwm0 3

    Signed-off-by: Du Huanpeng <[email protected]>

commit 2b1bcf6
Author: ifreecoding <[email protected]>
Date:   Fri Jul 3 10:28:37 2020 +0800

    1.增加对stm32_flash_erase函数入口参数size为0的检测。
    2.stm32_flash_write函数按byte、half word、word对齐写入,提升写入效率。

commit 0c81552
Author: LYH-ux <[email protected]>
Date:   Thu Jul 2 14:43:10 2020 +0800

    modify the incident in config/*.h

commit 7f2abb6
Author: LYH-ux <[email protected]>
Date:   Thu Jul 2 13:01:57 2020 +0800

    modify the link.ld file and board/SConscript

commit 6dbfac0
Author: LYH-ux <[email protected]>
Date:   Thu Jul 2 09:30:25 2020 +0800

    add the tm4c123bsp

commit 2aaeea7
Author: LYH-ux <[email protected]>
Date:   Wed Jul 1 23:44:57 2020 +0800

    modify the coding style and add change logs

commit 22bc88e
Author: NU-LL <[email protected]>
Date:   Wed Jul 1 20:50:04 2020 +0800

    fix .travis.yml

commit d869b60
Author: NU-LL <[email protected]>
Date:   Wed Jul 1 20:29:43 2020 +0800

    add stm32g070-st-nucleo bsp

commit 4108836
Merge: 551ddc1 2b82674
Author: Bernard Xiong <[email protected]>
Date:   Wed Jul 1 14:36:52 2020 +0800

    Merge pull request RT-Thread#3697 from OpenNuvoton/m480

    Support Nuvoton M480 Platform.

commit 551ddc1
Merge: e68ec7a dae274e
Author: Bernard Xiong <[email protected]>
Date:   Wed Jul 1 07:54:19 2020 +0800

    Merge pull request RT-Thread#3730 from jesven/fix_gic

    fix gic ack irq problem

commit dae274e
Author: shaojinchun <[email protected]>
Date:   Tue Jun 30 17:32:14 2020 +0800

    fix gic ack irq problem

commit 2b82674
Author: Wayne Lin <[email protected]>
Date:   Tue Jun 30 12:17:18 2020 +0800

    Shrink package size.

commit e68ec7a
Merge: e6b7215 f8d0566
Author: Bernard Xiong <[email protected]>
Date:   Mon Jun 29 16:03:46 2020 +0800

    Merge pull request RT-Thread#3725 from balanceTWK/gd32vf

    [BSP][gd32vf103] add drv_gpio.c

commit f982529
Author: Wayne Lin <[email protected]>
Date:   Mon Jun 29 14:09:57 2020 +0800

    Append full-name of M480 peripheral.
    Correct format and typo.

commit f8d0566
Author: BalanceTWK <[email protected]>
Date:   Sat Jun 27 20:40:09 2020 +0800

    [BSP][gd32vf] add drv_gpio.c

commit f934747
Author: XYX12306 <[email protected]>
Date:   Sat Jun 27 14:43:39 2020 +0800

    convert the tab key of some files to four spaces

commit aebdcac
Author: LYH-ux <[email protected]>
Date:   Wed Jun 24 19:54:42 2020 +0800

    first commit of tm4c123bsp, validate on MDK5

commit fe67df3
Merge: c8211aa 4b8d446
Author: RT-Thread <[email protected]>
Date:   Wed Jun 24 19:28:00 2020 +0800

    !29 【开源贡献活动】 增加线程栈静态分析功能(python版本) https://gitee.com/rtthread/rt-thread/issues/I1I3UR
    Merge pull request !29 from 来日方长/stackchecker_WorstCaseStack_giteemaster

commit dba0b1f
Author: Wayne Lin <[email protected]>
Date:   Wed Jun 24 00:32:10 2020 +0800

    Add compiling option for building time.
    Fix rtt port issues.

commit 4b8d446
Author: 来日方长 <[email protected]>
Date:   Sun Jun 21 22:14:30 2020 +0800

    update tools/WCS.py.
    添加 WCS.py

commit 37808b1
Author: 来日方长 <[email protected]>
Date:   Sun Jun 21 22:13:08 2020 +0800

    update bsp/stm32/stm32l475-atk-pandora/rtconfig.py.
    添加-fstack-usage -fdump-rtl-dfinish选项

commit 07519cf
Author: 来日方长 <[email protected]>
Date:   Sun Jun 21 22:11:13 2020 +0800

    update tools/building.py.
    添加stackanalysis选项

commit 9f2c1ce
Author: guohp1128 <[email protected]>
Date:   Sat Jun 20 14:52:37 2020 +0800

    重修改格式

commit 933fd4a
Author: guohp1128 <[email protected]>
Date:   Sat Jun 20 14:01:39 2020 +0800

    修改格式

commit 1d96089
Author: guohp1128 <[email protected]>
Date:   Fri Jun 19 22:22:01 2020 +0800

    提交nrf5x的gpio驱动

commit c8211aa
Merge: 6e36f54 6609dfb
Author: RT-Thread <[email protected]>
Date:   Fri Jun 19 09:17:36 2020 +0800

    !27 [stm32] fix linkscript issue in stm32f411-atk-nano
    Merge pull request !27 from RT-Thread/gitee_fix

commit 6609dfb
Author: Bernard Xiong <[email protected]>
Date:   Thu Jun 18 09:56:59 2020 +0800

    [stm32] fix linkscript issue in stm32f411-atk-nano

commit c04c19a
Author: Wayne Lin <[email protected]>
Date:   Wed Jun 17 16:30:11 2020 +0800

    Support Nuvoton NuMaker-IOT-M487 and NuMaker-PFM-M487 boards.

commit 6e36f54
Merge: 96be278 2c62269
Author: RT-Thread <[email protected]>
Date:   Mon Jun 15 13:10:16 2020 +0800

    !22 【开源贡献活动】K210编译报错及解决方案总结 https://gitee.com/rtthread/rt-thread/issues/I1BFQG
    Merge pull request !22 from shentalon/N/A

commit 96be278
Merge: 9fac619 ea66435
Author: RT-Thread <[email protected]>
Date:   Mon Jun 15 13:10:06 2020 +0800

    !21 K210修复uart_init函数重复定义问题
    Merge pull request !21 from asd7893361/master

commit 9fac619
Merge: eae89d1 ccaf833
Author: RT-Thread <[email protected]>
Date:   Mon Jun 15 13:09:51 2020 +0800

    !20 add bsp stm32f411-atk-nano
    Merge pull request !20 from bigaj/STM32F4_ATK_Nano

commit 2c62269
Author: shentalon <[email protected]>
Date:   Thu Jun 11 22:37:43 2020 +0800

    【开源贡献活动】https://gitee.com/rtthread/rt-thread/issues/I1BFQG

commit ea66435
Author: asd7893361 <[email protected]>
Date:   Mon Jun 8 00:07:05 2020 +0800

    1、修改SPI1接口定义,使符合sipeed M1 dock模块TF卡;
    2、调通TF卡挂载;

commit a2517e4
Author: XYX12306 <[email protected]>
Date:   Mon Jun 8 00:02:33 2020 +0800

    fixed the serious bug caused by the main function calling the key processing function and the system running error
    corrected the description of README.md file

commit 29a0dde
Author: XYX12306 <[email protected]>
Date:   Sun Jun 7 15:30:50 2020 +0800

    update README.md and main.c file
    update template.uvprojx and enable to automatic operate after burning
    support SPI/I2C/timer/pwm/ADC/RTC/WDG/FLASH/OTGFS/RNG/UDID on-chip peripheral driver
    take CubeMX_Config.ioc Rename to STM32F413ZH.ioc

commit 4dbbefd
Author: asd7893361 <[email protected]>
Date:   Sat Jun 6 23:05:27 2020 +0800

    修复kconfig中引脚名错误问题
        config BSP_LCD_WR_PIN
            int "DC pin number of 8080 interface"  -》 int "WR pin number of 8080 interface"

commit 8b638d1
Author: asd7893361 <[email protected]>
Date:   Sat Jun 6 00:31:12 2020 +0800

    修复“multiple definition of `uart_init'”问题。

commit ccaf833
Author: bigaj <[email protected]>
Date:   Thu May 28 20:58:45 2020 +0800

    add bsp stm32f411-atk-nano

# Conflicts:
#	bsp/stm32/libraries/STM32G0xx_HAL/SConscript
BernardXiong pushed a commit that referenced this pull request Nov 24, 2020
Guozhanxin pushed a commit that referenced this pull request Aug 8, 2021
[stm32f407-explorer]优化Kconfig文件系统命名,SFUD注册w25q128时命名自适应,避免用户多设置一步名称
xiangxistu referenced this pull request in xiangxistu/rt-thread Feb 23, 2022
* [modify] extract the common files for different version about lwip.

* [update] the initialization logic of lwIP.
BernardXiong pushed a commit that referenced this pull request Feb 23, 2022
* [lwip] integrate lwip porting layer

* Lwip 通用文件梳理 (#2)

* [modify] extract the common files for different version about lwip.

* [update] the initialization logic of lwIP.

* 整理源码结构

* ethernetif 头文件 ""改为<>

* 整理代码

* add macro definition "RT_USING_DEVICE_IPC".

* [update] mandatory selected "RT_USING_DEVICE_IPC".

* [modify] compile error for lost "lwip/init.h"

Co-authored-by: xiangxistu <[email protected]>
Co-authored-by: liuxianliang <[email protected]>
QIANWC pushed a commit to QIANWC/rt-thread that referenced this pull request Feb 24, 2022
* [lwip] integrate lwip porting layer

* Lwip 通用文件梳理 (RT-Thread#2)

* [modify] extract the common files for different version about lwip.

* [update] the initialization logic of lwIP.

* 整理源码结构

* ethernetif 头文件 ""改为<>

* 整理代码

* add macro definition "RT_USING_DEVICE_IPC".

* [update] mandatory selected "RT_USING_DEVICE_IPC".

* [modify] compile error for lost "lwip/init.h"

Co-authored-by: xiangxistu <[email protected]>
Co-authored-by: liuxianliang <[email protected]>
mysterywolf referenced this pull request in mysterywolf/rt-thread May 29, 2022
mysterywolf referenced this pull request in mysterywolf/rt-thread May 30, 2022
tuduweb pushed a commit to tuduweb/rt-thread that referenced this pull request Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants