Commit Graph

10778 Commits

Author SHA1 Message Date
Bernard Xiong 4529e9a741
Merge pull request #4198 from mysterywolf/gettick
[bug] add function rt_tick_get_millisecond() and fix bug #4012
2020-12-30 17:20:28 +08:00
Meco Man a1f4d93fc5 update 2020-12-30 16:33:30 +08:00
Meco Man 63cd26b0d1 update 2020-12-30 16:32:20 +08:00
张世争 5b4845089a [update][PM]更新RT-Thread PM2.0框架 2020-12-30 15:21:17 +08:00
Bernard Xiong 32cf867837
Merge pull request #4134 from Hxinrong/rt_event_recvBranch
add error checks of function rt_event_recv()
2020-12-30 13:44:41 +08:00
Bernard Xiong a9a004f5b4
Merge pull request #4111 from eYoung8475/master
[bsp][gd32450z-eval]fixed spi driver bug
2020-12-30 09:57:11 +08:00
Bernard Xiong b2a6dbadf4
Merge pull request #4135 from balanceTWK/master_hal_delay
[BSP][STM32] update void HAL_Delay(__IO uint32_t Delay)
2020-12-30 08:09:49 +08:00
Bernard Xiong ce034e6762
Merge pull request #4202 from OpenNuvoton/nuvoton
[Nuvoton] Support NUC980 ARM9 platform.
2020-12-29 20:16:19 +08:00
Bernard Xiong 858295fb0d
Merge pull request #4201 from bigmagic123/ls2k_add_sata
Ls2k add sata
2020-12-29 20:10:51 +08:00
Wayne Lin c9892a82be Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton 2020-12-29 19:36:00 +08:00
Wayne Lin 1c4328e5a9 Update NUC980 and M480
1. Add 980 drv_usbd.
2. EMAC - move MDC CLK divider before EMAC initialization.
3. Correct NUC980 and M480 CAN RX_MSG_ID_INDEX definition.
4. add USBD cdc demo - vcom_echo.
5. mnt - add mount_table definition.
2020-12-29 19:35:43 +08:00
bigmagic ce2cafdf41 fix readme file 2020-12-29 18:54:25 +08:00
bigmagic 606ffc5e70 add ls2k lwext4 pkgs support 2020-12-29 18:54:18 +08:00
bigmagic 68689c7c43 add ls2k sata ssd driver 2020-12-29 18:54:12 +08:00
Bernard Xiong 94ba15a80b
Merge pull request #4062 from luanxg/lxg_dev
[update] 获取timer count时,防止因中断到来导致overflow更新
2020-12-29 08:27:11 +08:00
Bernard Xiong a4af034384
Merge pull request #4196 from yangjie11/dev-11
[bsp][project] 更新 stm32 工程,nxp 工程
2020-12-29 08:20:59 +08:00
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