Commit Graph

7478 Commits

Author SHA1 Message Date
BalanceTWK e7c5fa13f5 Use astyle to format the drv_pin.c 2019-01-27 21:36:07 +08:00
BalanceTWK 70738c3711 [BSP] Fixed imxrt1050 gpio driver | 修复 imxrt1050 gpio 驱动 2019-01-27 21:22:02 +08:00
Bernard Xiong 92b1502eec
Merge pull request #2278 from RT-Thread/v4.0_changelog
Update changelog
2019-01-27 16:25:35 +08:00
Bernard Xiong 3055099a12
Merge pull request #2277 from RT-Thread/remove_stm32
[BSP] Remove the unnecessary STM32 BSP
2019-01-27 16:24:55 +08:00
BernardXiong 1d6a4db184 [ci] remove unnecessary stm32 bsp 2019-01-27 06:31:54 +00:00
Bernard Xiong 9ba354a3d9
Update changelog 2019-01-27 13:45:16 +08:00
BernardXiong 699fe7afe9 [BSP] Remove the unnecessary STM32 BSP 2019-01-27 05:42:30 +00:00
Bernard Xiong 4a9716060b
Merge pull request #2276 from RT-Thread/remove_imxrt1052-evk
[BSP] remove imxrt1052-evk and use imxrt later
2019-01-27 13:37:13 +08:00
BernardXiong 9e3bccce2e Update .travis.yml for imxrt BSP CI 2019-01-27 01:17:06 +00:00
BernardXiong 86d7b7a347 [BSP] remove imxrt1052-evk and use imxrt later 2019-01-27 01:11:35 +00:00
Bernard Xiong 806c97813f
Merge pull request #2275 from RT-Thread/fix_stm32f767-st-nucleo_eol
[bsp][stm32f767-st-nucleo] Fix the eol.
2019-01-27 08:16:57 +08:00
Bernard Xiong 11a75e4062 [bsp][stm32f767-st-nucleo] Fix the eol.
Fix the end of line issue.
2019-01-27 01:02:41 +08:00
Bernard Xiong e02f1afdfe
Merge pull request #2256 from foss-for-synopsys-dwc-arc-processors/arc_support
[bsp][synopsys] add the support of synopsys arc emsk
2019-01-26 10:34:13 +08:00
Bernard Xiong d4a09eff94
Merge pull request #2268 from sunshine0824/stm32l0xx_HAL_bug
[bsp][stm32] add rtt head file to stm32lxx_hal.h for resolve scons error
2019-01-26 10:27:56 +08:00
Bernard Xiong 500d43bd83
Merge pull request #2269 from zhaojuntao/fix-utest-0125
[component][utest] 增加 utest 日志输出级别配置
2019-01-26 10:27:41 +08:00
Bernard Xiong b3c4f3be20
Merge pull request #2227 from ylz0923/patch-2
Update board.c
2019-01-25 18:47:03 +08:00
MurphyZhao 655c4ad36b [component][utest] 增加 utest 日志输出级别配置,提供 ASSERT 和 ALL 两个级别,便于测试用例控制 log 输出
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-01-25 17:25:29 +08:00
sun_shine 406bec6301 [bsp][stm32] add rtt head file to stm32lxx_hal.h for resolve scons error 2019-01-25 16:33:46 +08:00
Wayne Ren 50d70636dd [bsp][synopsys][emsk] add the doc of emsk
add the documenatation

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2019-01-25 10:34:14 +08:00
Wayne Ren d8aa99a29c [bsp][synopsys] add the support of synopsys arc emsk
* the initial support of synopsys designware arc processor
* the initial support of synospsy ARC EM Starter Kit
* the bsp code is based on embarc which is a common SDK for
all synopsys ARC-based boards
* use "scons --gdb" to debug emsk with em9d configuration
* for detailed board information, pls go embarc.org

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2019-01-25 10:29:34 +08:00
Bernard Xiong 7aede1befb
Merge pull request #2245 from zhaojuntao/fix-sprintf
[src][kservice.c] 修复 snprintf 中 `print_number` 函数错误解析 `%.0d` format 的问题
2019-01-25 10:29:24 +08:00
Bernard Xiong 71da3392fc
Merge pull request #2263 from RT-Thread/fix_fdopen
[DFS] Remove opened file check
2019-01-25 03:16:21 +08:00
Bernard Xiong 3b4a9f51c7 [DFS] Remove opened file check
Remove opened file check in dfs_file_open function. It will be replaced with POSIX flock/fcntl.
2019-01-24 20:55:27 +08:00
Bernard Xiong 806eb49f71
Merge pull request #2259 from RT-Thread/fix_thread_stat
[Kernel] Fix rt_schedule_insert_thread issue
2019-01-24 16:24:17 +08:00
Bernard Xiong a68bdc94e4
Merge pull request #2250 from gztss/master
实现_sys_flen()函数并解决了unistd.h和dirent.h不能同时包含的问题。
2019-01-24 09:43:36 +08:00
Bernard Xiong 69994ca210 [Kernel] Fix rt_schedule_insert_thread issue
When suspend current thread and then enable interrupt, it's possible resume "the current thread" immediately and insert to ready queue. The rt_schedule_insert_thread should change  the status of "current thread" to RUNNING statue.
2019-01-24 09:30:30 +08:00
gztss 11751d60e0 实现_sys_flen()函数 2019-01-24 09:05:41 +08:00
Bernard Xiong 448488f789
Merge pull request #2253 from sunshine0824/stm32l0xx_HAL
[bsp][stm32] add STM32L0xx_HAL
2019-01-23 16:54:47 +08:00
Bernard Xiong 91324a2a5d
Merge pull request #2255 from whj4674672/master
[bsp][stm32]add stm32f107 bsp
2019-01-23 16:53:46 +08:00
whj d61ddb8108 [bsp][stm32]stm32f107 同步最新模板 2019-01-23 13:29:03 +08:00
whj 994c261b77 {bsp][stm32]stm32f107 更新到最新模板 2019-01-23 13:01:55 +08:00
whj 1b2d5661c0 [bsp][stm32]add stm32f107 bsp 2019-01-23 11:46:24 +08:00
Bernard Xiong 358a3884f6
Merge pull request #2254 from misonyo/dev
[driver/ringbuffer]illegal access to freed memory
2019-01-23 11:11:03 +08:00
Bernard Xiong 3398ffd3c1
Update PULL_REQUEST_TEMPLATE.md 2019-01-23 10:05:23 +08:00
Bernard Xiong 0962469c67
Merge pull request #2251 from zhaojuntao/fix-utest-0122
[components][utest] 修复日志打印问题并增加内存比较接口
2019-01-23 09:58:12 +08:00
Bernard Xiong ec7ee29c1e
Merge pull request #2248 from SummerGGift/master_2019_1_21
[bsp][stm32] 添加g0系列 BSP,解决 IAR 链接问题,同时完善头文件层级关系
2019-01-23 09:54:51 +08:00
sun_shine af3b30ffac [bsp][stm32] add STM32L0xx_HAL 2019-01-23 09:12:17 +08:00
SummerGift ebf961bc92 [bsp][stm32] fix stm32/stm32g071-st-nucleo bug 2019-01-22 17:47:24 +08:00
MurphyZhao f9e5d87c98 [components][utest] 将 utest_assert.h 加入 utest.h,以后测试用例仅需要包含 utest.h
[components][utest] 增加 buf 类型的字节比较 assert 宏
[components][utest] 修复错误日志打印的输出类型为 ERR 级别

Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-01-22 15:46:12 +08:00
SummerGift da3ec767a4 [bsp][stm32] add stm32g071-st-nucleo ci && index 2019-01-22 15:15:17 +08:00
SummerGift 317fbd4222 [bsp][stm32] add stm32g071-st-nucleo bsp 2019-01-22 15:08:30 +08:00
SummerGift 45ece194cc [bsp][stm32] update bsp headfile 2019-01-22 10:05:57 +08:00
SummerGift 3b472cb3cd [bsp][stm32] optimize stm32 headfile 2019-01-22 09:15:05 +08:00
misonyo e02d6e616b [driver/ringbuffer]illegal access to freed memory 2019-01-21 21:59:39 +08:00
Bernard Xiong bef1d55736
Merge pull request #2244 from RT-Thread/fix_libc_posix
Fix libc posix
2019-01-21 19:41:38 +08:00
MurphyZhao 5c76d3d516 [src][kservice.c] 修复 snprintf 中 `print_number` 函数错误解析 `.0` format 的问题
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-01-21 19:28:44 +08:00
Bernard Xiong 929e9c8f4b
Merge pull request #2243 from EvalZero/master
[lwIP] the errno definition of rt_libc.h is used by default.
2019-01-21 18:18:06 +08:00
Bernard Xiong 97560dd8e2 [libc] Fix the addr=NULL issue in mmap. 2019-01-21 17:19:07 +08:00
Bernard Xiong 75061a2712 [libc] Fix the result length issue in aio_read_work. 2019-01-21 17:18:48 +08:00
EvalZero b676d7230d [lwIP] the errno definition of rt_libc.h is used by default. 2019-01-21 15:50:25 +08:00