rtthread-bot
759ae194f5
Merge remote-tracking branch 'rtt_gitee/gitee_master'
2022-01-25 06:46:10 +00:00
brightsally
5a0575e7be
!428 [at91sam9260 platform/interrupt.c fix "rt_interrupt_dispatch" Undefined error]
...
* 1.修改template.uvproj文件所伴随的改动
* 1.编译选项指定C99格式,解决编译错误declaration may not appear after executable statem…
* 1.修复找不到函数rt_interrupt_dispatch错误
2022-01-25 06:35:27 +00:00
ChungHsuanChen
382e19ccbf
improve and add comments in examples/network/ including tcpserver.c
...
tcpclient.c udpserver.c and udpclient.c
Formatting
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2022-01-25 13:59:59 +08:00
thewon86
4db9cfbebe
return thread error when resumed by signal
2022-01-25 13:58:33 +08:00
Meco Man
3e59cfd70e
update posix-info.txt
2022-01-25 13:40:10 +08:00
liuxianliang
11d83225d6
[remove] useless variable.
2022-01-24 14:42:22 +08:00
LeeChunHei
cd72ef6ecb
add pulse encoder porting to imxrt1052 ( #4372 )
2022-01-24 14:22:48 +08:00
Man, Jianting (Meco)
0f6e2bbf27
[kservice] rt_show_version更新年份 ( #5552 )
2022-01-24 14:20:09 +08:00
Man, Jianting (Meco)
31c3214faf
[posix][io]整理posix/io文件夹 ( #5539 )
...
* [posix][io]整理posix/io文件夹
- 将select.c移入到poll文件夹
- 将libc.c移入到tty文件夹,isatty函数归并到libc.c中, termios并入tty文件夹中
- 整理Sconscript
Signed-off-by: Meco Man <920369182@qq.com>
* [libc][newlib]调整文件夹结构
2022-01-24 09:16:57 +08:00
Meco Man
e10173daff
[device] rename src folder as ipc
2022-01-22 16:43:51 +08:00
guozhanxin
1aa96f34cd
[lwip]Improve lwip support for 64-bit architecture
2022-01-21 21:48:45 +08:00
diskwu
03f46c6694
避免警告,变量可能未初始化就使用 ( #5544 )
...
* 避免警告,变量可能未初始化就使用
* 避免警告,变量可能未初始化就使用
* 避免警告,变化可能未初始化就使用。
* Update bsp/stm32/libraries/HAL_Drivers/drv_usart.c
Co-authored-by: guo <guozhanxin@rt-thread.com>
* Update bsp/stm32/libraries/HAL_Drivers/drv_usart_v2.c
Co-authored-by: guo <guozhanxin@rt-thread.com>
Co-authored-by: guo <guozhanxin@rt-thread.com>
2022-01-21 11:06:37 +08:00
Bernard Xiong
b5de986122
Merge pull request #5542 from mysterywolf/keil
...
[sconscript.platform] 优化针对编译器判断
2022-01-20 21:01:00 +08:00
Meco Man
8bf5a28528
[workqueue] 增加rt_work_urgent
2022-01-20 20:58:46 +08:00
Meco Man
36cbc1fd2f
[workqueue] time参数改为ticks,防止误解单位为ms
2022-01-20 20:58:46 +08:00
Meco Man
3a789b3317
[workqueue] improve comment
2022-01-20 20:58:46 +08:00
Meco Man
1874bd25aa
[timer] improve parameter checking
2022-01-20 20:58:46 +08:00
Meco Man
65ecca80ee
[kernel] improve comments
2022-01-20 20:58:46 +08:00
Meco Man
563e49890c
[asm] 解决tab和空格混用的问题
2022-01-20 20:57:35 +08:00
Man, Jianting (Meco)
c89735a357
[libdl] move libdl to posix folder ( #5523 )
2022-01-20 20:55:31 +08:00
Meco Man
3606065803
[lwip] remove lwip 2.0.2
...
- 移除2.0.2,该版本存在几个重要的bug,已经在2.0.3中修复,作者强烈建议更新
- 将部分bsp由2.0.2调整为2.0.3
2022-01-20 20:54:51 +08:00
xiangxistu
075e04e344
the support for PSE51 ( #5534 )
...
* [add] the function realization of signal for posix.
* [update] the posix support for armclang.
* [add] the new macro "RT_USING_POSIX_TIMER".
* [modify] select "RT_USING_SOFT_TIMER" when use posix'timer.
* [bug] optimize the logic for the "time_xxx" functions.
* [modify] use "RT_USING_POSIX_TIMER" to protect the macro definition.
* [modify] error code when except happened.
* [delete] the "environ" is useless at this time.
2022-01-20 20:53:47 +08:00
guozhanxin
4dab5e0e59
[ci] Optimize AutoTestCI trigger timing.
2022-01-20 20:51:30 +08:00
guozhanxin
5820cc27b8
[ci] add scons tools test
2022-01-20 20:51:30 +08:00
guozhanxin
c811ecf998
[tool] Fix bug with missing brackets in eclipse.py
2022-01-20 20:51:30 +08:00
Meco Man
add72f1d7c
[dfs][posix] add creat()
2022-01-20 20:50:24 +08:00
guo
b67f34b097
Merge pull request #5536 from mysterywolf/pm
...
[kernel][pm] beautify code
2022-01-20 16:40:27 +08:00
guo
7c403d3587
Merge branch 'master' into keil
2022-01-20 14:20:43 +08:00
guo
d96e85ccf8
Merge pull request #5411 from liukangcc/cflag
...
[update] change ccflags to cflags
2022-01-20 14:18:27 +08:00
Meco Man
884218588a
[sconscript.platform] 优化针对编译器判断的脚本
...
- 删除啰嗦的代码
related: https://github.com/RT-Thread/rt-thread/issues/3046
2022-01-19 23:24:47 -05:00
liukangcc
27511885f3
[update] change ccflags to cflags
2022-01-20 11:50:30 +08:00
guo
3448a8b6d5
Merge pull request #5531 from Ouxiaolong/master
...
[bsp]gd32103c-eval,gd32105c-eval,gd32107c-eval,gd32303e-eval,gd32450z…
2022-01-20 10:46:26 +08:00
guo
61d5e72248
Merge pull request #5538 from Blues-Jiang/Blues_dev
...
[bsp/n32g45x] Add UART support and menuconfig.
2022-01-20 10:45:37 +08:00
guo
f2dc981994
Merge pull request #5535 from mysterywolf/esp8266
...
[stm32][at esp8266][kconfig] 增加esp8266配置选项接管
2022-01-20 10:42:23 +08:00
Blues-Jiang
d62368cc75
Reinit .config based on default setting.
2022-01-20 10:01:34 +08:00
Blues-Jiang
711465b137
Regenerate rtconfig.h based on default configuration.
2022-01-19 17:49:37 +08:00
Blues-Jiang
7c54f5eca7
reformat code.
2022-01-18 17:20:02 +08:00
Blues-Jiang
a095de14c2
Init update.
2022-01-18 16:51:46 +08:00
Meco Man
d6d84ed055
[kernel][pm] beautify code
2022-01-17 19:07:17 -05:00
Meco Man
94116501fe
[stm32][at esp8266][kconfig] 增加esp8266配置选项接管
2022-01-17 13:16:14 -05:00
Siwei Xu
77a5ddf9ae
[bsp/n32g452xx] add rt_pin_get support
2022-01-18 01:38:03 +08:00
Meco Man
169fca84f7
[ymodem] silent warnings
2022-01-18 01:34:55 +08:00
Man, Jianting (Meco)
c3162f373f
[libc][lwip] 修复ioctl与lwip socket定义冲突的问题 ( #5504 )
...
* [lwip] 修复ioctl与lwip socket定义冲突的问题
* format sys/ioctl.h
2022-01-17 11:21:39 +08:00
Meco Man
76cab376ad
[libc] 调整文件结构
2022-01-17 11:18:09 +08:00
guo
1a46d7fe92
Merge pull request #5530 from mysterywolf/audio
...
[l475][audio] 消除编译错误
2022-01-17 10:54:47 +08:00
Meco Man
eef0a2d810
[qmeu] chore
2022-01-16 18:54:24 +08:00
Wayne
446bde64c8
[Nuvoton] Update drivers ( #5501 )
...
* Update drivers.
1. Improve LVGL avg FPS.
2. Sync configuration to 4.1.0.
* [Nuvoton] Update drivers.
1. Fix open-control order issue in CAN driver.
2. [N9H30] Improve N9H30 I2C busy-wait implementation.
3. [N9H30] Support 1024x600x32b LCD panel.
4. Move nu_packages menu into sub-menu of board.
* Update menu-option.
1. Set BOARD_USING_LCM is on by default.
2. Fix default value setting in choice-option.
* Fix control function in I2C driver.
* Add sdk_dist.py and ADC touching calibration function.
Co-authored-by: Wayne Lin <wclin@nuvoton.com>
2022-01-16 18:43:27 +08:00
Ouxiaolong
0d929da6ca
[bsp]gd32103c-eval,gd32105c-eval,gd32107c-eval,gd32303e-eval,gd32450z-eval
2022-01-16 14:58:05 +08:00
Meco Man
0f856cc2d2
[l475][audio] 消除编译错误
2022-01-15 23:21:38 -05:00
Meco Man
ebe9fc5771
[kservice] fix the problem of rt_strlen crashed in win32
2022-01-14 23:13:28 +08:00