liukangcc
9684f34b08
[update] add dma for lvgl.
2021-11-11 13:57:34 +08:00
Bernard Xiong
301856ac95
Merge pull request #5063 from Eureka1024/master
...
[kernel]增加一种新的查找字节最低非0位的算法
2021-11-11 10:18:29 +08:00
Bernard Xiong
e6ae01e332
Merge pull request #5259 from mysterywolf/posix
...
[posix] 优化posix若干
2021-11-10 22:23:43 +08:00
Meco Man
219d1e20f5
move mmap to src folder
2021-11-09 22:59:31 -05:00
Bernard Xiong
fdbaa2a808
Merge pull request #5250 from liukangcc/l552ze
...
[add] bsp stm32l552ze-nucleo
2021-11-10 09:13:44 +08:00
Bernard Xiong
add6579d8f
Merge pull request #5258 from greedyhao/ab32
...
[bsp/bluetrum] add ble support
2021-11-10 09:13:03 +08:00
Bernard Xiong
94a8d54a2b
Merge pull request #5264 from RT-Thread/fix-sensor_cmd
...
fix sensor_cmd.c build error.
2021-11-10 09:12:47 +08:00
Meco Man
2b7d12661e
remove RT_USING_LIBC from dfs_fs.h
2021-11-09 18:40:53 -05:00
杨澄
216cd309ea
Update kservice.c
2021-11-09 23:32:51 +08:00
杨澄
e509b9fe32
Update Kconfig
2021-11-09 23:30:18 +08:00
guo
7dd686faa7
fix sensor_cmd.c build error.
2021-11-09 20:37:16 +08:00
Jianting (Meco) Man
80750271c9
revert kconfig of pthread
2021-11-08 21:14:01 -05:00
Meco Man
3d8c063194
[stm32l5xx] adjust heap size to zero
2021-11-08 14:30:10 -05:00
Jianting (Meco) Man
1a9729f45e
[libc][posix] add readme
2021-11-08 14:15:56 -05:00
Meco Man
aa83b929d1
select RT_USING_POSIX_STDIO for RT_LIBC_USING_FILEIO
2021-11-08 14:11:09 -05:00
Meco Man
74669b3f1d
update vexpress-a9
2021-11-08 11:07:54 -05:00
Meco Man
1adcc181aa
add delay.c as default
2021-11-08 10:52:37 -05:00
guo
a818f2299e
Merge pull request #5260 from KafCoppelia/master
2021-11-08 22:17:55 +08:00
Meco Man
f8388c572e
add RT_USING_POSIX_STDIO
2021-11-07 23:41:16 -05:00
Meco Man
251e17b41a
调整SAL依赖项
2021-11-07 21:29:28 -05:00
greedyhao
cb81d72f51
[bluetrum] rtc add version check
2021-11-08 10:19:08 +08:00
Meco Man
2639171885
add RT_USING_POSIX_DELAY
2021-11-07 21:10:29 -05:00
greedyhao
9d27d8c94b
[bluetrum] add gpio input nopull
2021-11-08 10:06:44 +08:00
greedyhao
8e0c469d0c
[bluetrum] Remove unnecessary comments
2021-11-08 09:58:25 +08:00
Jianting (Meco) Man
910961c091
Merge branch 'master' into posix
2021-11-07 20:54:16 -05:00
Meco Man
664a1d6a75
增加 RT_USING_POSIX_SELECT RT_USING_POSIX_POLL
2021-11-07 20:53:57 -05:00
Meco Man
f0023fb42c
删除gettid等不符合PSE51的函数
2021-11-07 20:46:17 -05:00
liukangcc
c00faa21a0
Merge remote-tracking branch 'remotes/liukang/l552ze'
2021-11-08 09:41:28 +08:00
liukangcc
f26dc89de6
[update] rtconfig.py
2021-11-08 09:07:20 +08:00
KafCoppelia
da15b8d21d
Update pin map instruction
2021-11-07 19:46:03 +08:00
KafCoppelia
42f5b6030f
Add MAX32660-EVK pin map
2021-11-07 19:44:00 +08:00
KafCoppelia
42f003fd7a
drv_soft_i2c.c was not in libraries
2021-11-07 19:43:40 +08:00
KafCoppelia
93e7999dca
delete drv_soft_i2c.c for it was not be used
2021-11-07 19:40:17 +08:00
杨澄
46fe85e2c2
精简简化版的__rt_ffs()函数
2021-11-07 15:51:24 +08:00
杨澄
e6e9062977
Update kservice.c
2021-11-07 14:57:02 +08:00
Meco Man
0009d1f393
[posix]将pthread收缩到posix选项之下,将选定DFS后由DFS选定POSIX 改为选择posix后选择dfs
2021-11-06 19:32:57 -04:00
greedyhao
6a975ff9ed
[bluetrum] fix formatting issues
2021-11-06 10:14:03 +08:00
greedyhao
bae4de3b1b
add ble support
2021-11-05 17:16:44 +08:00
Bernard Xiong
9e7d7ae525
Merge pull request #5256 from jhbdream/thead-smart
...
[fix][libcpu][riscv][t-head] fix rt_hw_interrupt_disable/rt_hw_interupt_enable bug
2021-11-04 17:18:54 +08:00
guo
6f44a9c870
Merge pull request #5146 from ShermanShao/master
...
[BSP] 添加 RA6M4-CPK 的 BSP 支持包
2021-11-04 15:42:37 +08:00
guo
1dd43470d3
Merge pull request #5253 from mysterywolf/readmeee
...
update readme | 重新整理首页readme英文版本,为增加葡萄牙语翻译做准备
2021-11-04 14:40:18 +08:00
Meco Man
452b64d08e
update readme
2021-11-04 02:27:16 -04:00
Sherman
8b3d2adff4
[update] 同步 rt-thread 主仓库代码
2021-11-04 14:07:01 +08:00
Sherman
6e004d4b12
Merge branch 'master' of github.com:RT-Thread/rt-thread
2021-11-04 13:59:22 +08:00
jihongbin
7d07c61a47
[fix][libcpu][riscv][t-head] fix rt_hw_interrupt_disable/rt_hw_interrupt_enable bug
...
使用不同的优化等级会出现不同的效果
当使用-O0 等级时,无法正确得到关闭中断之前的状态
Using different optimization levels will have different effects
When the - o0 level is used, the state before the shutdown interrupt cannot be obtained correctly
2021-11-04 10:36:11 +08:00
Bernard Xiong
3f3418d173
Merge pull request #5246 from JonasWen/dev_at32
...
[update][bsp][at32][driver]Optimized the pin-index algorithm
2021-11-04 09:41:01 +08:00
Bernard Xiong
9a59a0d569
Merge pull request #5247 from mysterywolf/sim
...
[bsp][simulator] update project
2021-11-04 08:42:57 +08:00
Sherman
85934d95e6
Merge branch 'fix_1103'
...
# Conflicts:
# bsp/ra6m4-cpk/README.md
# bsp/ra6m4-cpk/docs/picture/rascuart.png
# bsp/ra6m4-cpk/docs/使用瑞萨FSP配置工具.md
# bsp/ra6m4-cpk/src/hal_entry.c
2021-11-03 20:49:45 +08:00
Sherman
91a0d2a75a
[fix] 修复代码中的错误
...
[update] 更新说明文档,修改文档中的错误描述
2021-11-03 20:40:06 +08:00
guo
4fe6c709d0
Merge pull request #5251 from charlown/master
...
[bsp/stm32/libraries/HAL_Drivers/drv_wdt.c]: add SOC_SERIES_STM32G0 to fix wdt always reset.
2021-11-03 19:05:12 +08:00