Commit Graph

10712 Commits

Author SHA1 Message Date
Bernard Xiong 7d11aa24a2
Merge pull request #4199 from mysterywolf/m--
[kernel] 对IPC中减减进行摸排,防止出现减出一个很大的数
2020-12-29 08:20:34 +08:00
Meco Man 3d5e79248d [kernel] 对IPC中减减进行摸排,防止出现减出一个很大的数 2020-12-29 00:49:18 +08:00
Meco Man c2e15e003c add function rt_hw_1ms_tick_get() 2020-12-29 00:08:24 +08:00
Meco Man 3bca2cfb41
Merge pull request #7 from RT-Thread/master
pr
2020-12-28 04:13:25 -06:00
Bernard Xiong 936db0e396
Merge pull request #4039 from iysheng/master
[tools] 完善 scons --menuconfig 更新 rtconfig.h 文件的邏輯
2020-12-28 17:13:02 +08:00
Bernard Xiong 1708b728e4
Merge pull request #4195 from mysterywolf/master
[gitee] fix some English grammar errors
2020-12-28 17:09:45 +08:00
yangjie dc09f3760f 更新 stm32 工程,nxp 工程 2020-12-28 15:02:17 +08:00
Bernard Xiong 96822bfabb
Merge pull request #4047 from yangjie11/dev-11
[SConscript] rename group name
2020-12-28 14:48:04 +08:00
bernard 68d0fb0658 !95 add HDSC hc32f4a0 bsp support
Merge pull request !95 from chengy4/gitee_master
2020-12-28 14:39:36 +08:00
yangjie eeaf1fcc50 resolve Conflicts
bsp/nrf52832/board/Sconscript
	bsp/nrf52832/startups/Sconscript
	bsp/raspberry-pi/raspi4-32/driver/SConscript
2020-12-28 12:02:31 +08:00
chengy4 cceba7ca86 1.add LICENSE
2.update README.md(add contact)
2020-12-28 09:52:57 +08:00
Bernard Xiong e3e8633786
Merge pull request #4194 from tyustli/lixiang
[components][drivers] separate touch framework and pin framework
2020-12-27 23:49:51 +08:00
Bernard Xiong eb4e4e04b9
Merge pull request #4191 from thread-liu/main
[ST32MP1] add modifier __no_init for IAR
2020-12-27 01:11:35 +08:00
Bernard Xiong d22fde635b
Merge pull request #4193 from greedyhao/bluetrum
[bsp][bluetrum] fix context switch error
2020-12-27 01:00:32 +08:00
Wayne Lin 0cfe292157 Update nuvoton RTT porting.
1. Fix porting driver.
2. Add NAU8822 audio codec driver.
3. Add NUC980 I2S porting driver.
2020-12-25 18:39:12 +08:00
Wayne Lin 89c1c3f271 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton 2020-12-25 18:30:22 +08:00
tyustli 48d7cf4af9 【修改】解耦 touch 和 pin 2020-12-25 17:31:16 +08:00
greedyhao 08aa4e5462 [bluetrum] update link.lds 2020-12-25 17:23:26 +08:00
greedyhao 216285a2c3 [bluetrum] fix context switch error 2020-12-25 17:19:58 +08:00
unknown b71a0eb1d4 add rt_memory_info() for memheap.c 2020-12-25 15:06:55 +08:00
chengy4 c5461139f1 add hc32f4a0 2020-12-25 14:33:03 +08:00
thread-liu 534239b8c1 [update] add keyword __no_init to disable IAR from initializing specified memory. 2020-12-25 09:47:47 +08:00
Bernard Xiong 9a59737b5f
Merge pull request #4148 from WKJay/master
[FIX] fix build problem in drv_crypto.c
2020-12-23 19:25:44 +08:00
Bernard Xiong 5e69accd5c
Merge pull request #4187 from Jedcheen/master
fix scheduler bug in simulator.
2020-12-23 19:25:13 +08:00
Bernard Xiong b10815c060
Merge pull request #4188 from DUXin-ece/master
修正stm32f746-disco和FPU相关的flag错误
2020-12-23 15:53:16 +08:00
DUXin-ece 9626515787 修正stm32f746-disco和FPU相关的flag错误 2020-12-23 14:50:47 +08:00
mysterywolf 84a5f96453 update 2020-12-23 13:22:17 +08:00
iysheng e887b477f4 [tools] 完善 scons --menuconfig 更新 rtconfig.h 文件的邏輯 2020-12-23 13:10:22 +08:00
unknown 82ae97e248 fix build error 2020-12-23 11:13:46 +08:00
unknown 76b6d7f90d fix scheduler bug in simulator. 2020-12-23 10:35:26 +08:00
Meco Man 5016f35d0c
Update PULL_REQUEST_TEMPLATE.en.md 2020-12-23 02:31:07 +08:00
Bernard Xiong 10823e54b4
Merge pull request #4181 from Prry/develop
[sensor] support TOF sensor class
2020-12-22 14:05:04 +08:00
Bernard Xiong 964ccfaf53
Merge pull request #4185 from nuclei-community/feature/bsp_nuclei_fix
bsp/nuclei: Update upload command and document
2020-12-22 13:42:45 +08:00
Huaqi Fang e765c36bbb bsp/nuclei: Fix scons --run=upload command output message not match issue
Although the program elf is uploaded successfully, the upload message is
still "Remote communication error.“, but actually upload works.

After fix, it will be "[Inferior 1 (Remote target) detached]"

By the way, I also checked latest nuclei-sdk 0.3.0 release with latest
rt-thread source code

Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-12-21 16:56:22 +08:00
Wayne Lin 8d90cfadf0 Update nuvoton porting.
1. Make up sources and bugfix.
2. Add nu_gpio_pin_get.
3. Add PM operator in USB host driver.
4. Support NUC980 stage 1 and add nk-980iot board.
2020-12-21 14:57:09 +08:00
Prry a38e7768ac 缩进由“TAB键”改用为“空格” 2020-12-20 22:23:28 +08:00
yangjie ef62febf1f [SConscript]update group name 2020-12-19 16:49:11 +08:00
bernard c924330469 Merge remote-tracking branch 'gitee/gitee_master' 2020-12-19 15:13:36 +08:00
bernard c1fa39a821 !86 fix some bugs and update libraries
Merge pull request !86 from 刘泓研/gitee_master
2020-12-19 15:12:44 +08:00
Bernard Xiong eaf3e4795d
Merge pull request #4179 from liuduanfei/master
Fix possible array out of bounds
2020-12-19 14:00:44 +08:00
Bernard Xiong c3e21cd40f
Merge pull request #4180 from greedyhao/bluetrum
[Bluetrum] add sound and romfs support
2020-12-19 13:58:19 +08:00
Prry e7ed764254 添加TOF传感器描述信息 2020-12-19 12:23:37 +08:00
greedyhao 35fca3583b Create ilg.gnumcueclipse.managedbuild.cross.riscv.prefs 2020-12-19 11:23:03 +08:00
greedyhao 67bf5cea1f [bluetrum] add sound and romfs support 2020-12-19 10:45:03 +08:00
greedyhao a9d7e7021e [bluetrum] update studio config files 2020-12-19 10:29:49 +08:00
liuduanfei 963f35e96d
Update netdev.c 2020-12-18 20:53:33 +08:00
Bernard Xiong 2c964b5bd4
Merge pull request #4174 from thread-liu/master
[update] stm32mp1 mdk link script file
2020-12-18 19:30:03 +08:00
thread-liu b1975a761a
Update action.yml 2020-12-18 08:53:22 +08:00
Bernard Xiong 9971067f49
Merge pull request #4112 from enkiller/1203-0940
[timer] Fix the bug that the linked list is still mounted when the si…
2020-12-18 08:16:05 +08:00
thread-liu 0b5c69ef69 [update] stm32mp1 heap address. 2020-12-17 11:55:53 +08:00