- 28 1月, 2019 1 次提交
-
-
由 baozitai 提交于
-
- 27 1月, 2019 4 次提交
-
-
由 baozitai 提交于
-
由 baozitai 提交于
-
由 Bernard Xiong 提交于
[bsp][stm32f767-st-nucleo] Fix the eol.
-
由 Bernard Xiong 提交于
Fix the end of line issue.
-
- 26 1月, 2019 3 次提交
-
-
由 Bernard Xiong 提交于
[bsp][synopsys] add the support of synopsys arc emsk
-
由 Bernard Xiong 提交于
[bsp][stm32] add rtt head file to stm32lxx_hal.h for resolve scons error
-
由 Bernard Xiong 提交于
[component][utest] 增加 utest 日志输出级别配置
-
- 25 1月, 2019 7 次提交
-
-
由 Bernard Xiong 提交于
Update board.c
-
由 MurphyZhao 提交于
Signed-off-by: NMurphyZhao <d2014zjt@163.com>
-
由 baozitai 提交于
-
由 Wayne Ren 提交于
add the documenatation Signed-off-by: NWayne Ren <wei.ren@synopsys.com>
-
由 Wayne Ren 提交于
* 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: NWayne Ren <wei.ren@synopsys.com>
-
由 Bernard Xiong 提交于
[src][kservice.c] 修复 snprintf 中 `print_number` 函数错误解析 `%.0d` format 的问题
-
由 Bernard Xiong 提交于
[DFS] Remove opened file check
-
- 24 1月, 2019 5 次提交
-
-
由 Bernard Xiong 提交于
Remove opened file check in dfs_file_open function. It will be replaced with POSIX flock/fcntl.
-
由 Bernard Xiong 提交于
[Kernel] Fix rt_schedule_insert_thread issue
-
由 Bernard Xiong 提交于
实现_sys_flen()函数并解决了unistd.h和dirent.h不能同时包含的问题。
-
由 Bernard Xiong 提交于
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.
-
由 gztss 提交于
-
- 23 1月, 2019 10 次提交
-
-
由 Bernard Xiong 提交于
[bsp][stm32] add STM32L0xx_HAL
-
由 Bernard Xiong 提交于
[bsp][stm32]add stm32f107 bsp
-
由 whj123999 提交于
-
由 whj123999 提交于
-
由 whj123999 提交于
-
由 Bernard Xiong 提交于
[driver/ringbuffer]illegal access to freed memory
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
[components][utest] 修复日志打印问题并增加内存比较接口
-
由 Bernard Xiong 提交于
[bsp][stm32] 添加g0系列 BSP,解决 IAR 链接问题,同时完善头文件层级关系
-
由 baozitai 提交于
-
- 22 1月, 2019 6 次提交
-
-
由 SummerGift 提交于
-
由 MurphyZhao 提交于
[components][utest] 增加 buf 类型的字节比较 assert 宏 [components][utest] 修复错误日志打印的输出类型为 ERR 级别 Signed-off-by: NMurphyZhao <d2014zjt@163.com>
-
由 SummerGift 提交于
-
由 SummerGift 提交于
-
由 SummerGift 提交于
-
由 SummerGift 提交于
-
- 21 1月, 2019 4 次提交
-
-
由 misonyo 提交于
-
由 Bernard Xiong 提交于
Fix libc posix
-
由 MurphyZhao 提交于
Signed-off-by: NMurphyZhao <d2014zjt@163.com>
-
由 Bernard Xiong 提交于
[lwIP] the errno definition of rt_libc.h is used by default.
-