4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 07:43:32 +08:00

4330 Commits

Author SHA1 Message Date
linyiyang
c20f528f53 修改python 空格和tab混用的问题 2020-12-31 13:08:48 +08:00
linyiyang
5ad52608a4 修改python 空格和tab混用的问题; 2020-12-31 10:51:09 +08:00
bernard
53f5d0fa89 Merge remote-tracking branch 'gitee/gitee_master' 2020-12-31 10:17:00 +08:00
bernard
f8d7f34728 [BSP] Add license info and code cleaup for vexpress-a9 BSP 2020-12-31 09:48:36 +08:00
Bernard Xiong
a129257624
Merge pull request #4024 from charlown/master
fix rx gpio_mode_set param in drv_usart.c
2020-12-31 08:37:11 +08:00
chenjiafan
3c9d5d7af2 [add]add Bear-Pi BSP 2020-12-30 20:16:05 +08:00
Bernard Xiong
a207f22150
Merge pull request #4206 from greedyhao/bluetrum
[bsp][bluetrum] update link.lds
2020-12-30 20:02:41 +08:00
greedyhao
7741df50ab [bsp][bluetrum] update link.lds 2020-12-30 17:43:23 +08:00
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
63cd26b0d1 update 2020-12-30 16:32:20 +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
Meco Man
c2e15e003c add function rt_hw_1ms_tick_get() 2020-12-29 00:08:24 +08:00
yangjie
dc09f3760f 更新 stm32 工程,nxp 工程 2020-12-28 15:02:17 +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
eb4e4e04b9
Merge pull request #4191 from thread-liu/main
[ST32MP1] add modifier __no_init for IAR
2020-12-27 01:11:35 +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
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
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
DUXin-ece
9626515787 修正stm32f746-disco和FPU相关的flag错误 2020-12-23 14:50:47 +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
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
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
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
0b5c69ef69 [update] stm32mp1 heap address. 2020-12-17 11:55:53 +08:00
Bernard Xiong
59d964aec6
Merge pull request #4168 from KyleChenjh/master
add dac config for stmf4
2020-12-17 11:14:16 +08:00
thread-liu
f549c79269 [update] stm32mp1 mdk link script file. 2020-12-17 10:27:51 +08:00
刘泓研
2398376d45 update bsp/essemi/es32f369x/README.md. 2020-12-16 19:48:25 +08:00
刘泓研
037f3d5320 update bsp/essemi/es32f0654/README.md. 2020-12-16 19:47:20 +08:00
刘泓研
b55e3b7f01 update bsp/essemi/es32f0334/README.md. 2020-12-16 19:45:12 +08:00
刘泓研
3fe3620ee6 update bsp/essemi/es32f0334/README.md. 2020-12-16 19:40:23 +08:00
刘泓研
6bb5d8693d update bsp/essemi/es32f0334/README.md. 2020-12-16 19:39:20 +08:00
刘泓研
d3290b28f9 update bsp/essemi/es32f0334/README.md. 2020-12-16 19:37:57 +08:00