- 18 3月, 2020 3 次提交
- 17 3月, 2020 4 次提交
-
-
由 Bernard Xiong 提交于
1. modify at32_msp default configuration 2. add hwtimer driver and fi…
-
由 Bernard Xiong 提交于
[readme/update] readme architecture figures
-
由 SummerGift 提交于
-
由 sheltonyu 提交于
1. modify at32_msp default configuration 2. add hwtimer driver and fix up some driver errors 3. update related files
-
- 16 3月, 2020 11 次提交
-
-
由 Bernard Xiong 提交于
update readme :Fixed spelling mistakes
-
由 Bernard Xiong 提交于
[Sensor] Support custom commands for rt_sensor_control
-
由 Bernard Xiong 提交于
[skip ci] Update README.md
-
由 Bernard Xiong 提交于
component: sdio: fix potential ricky clock setting
-
由 andychen329 提交于
MM32L073PF -> MM32L373PF
-
由 Bernard Xiong 提交于
spi: support slave mode and master mode runtime config
-
由 Bernard Xiong 提交于
Support msc mode automatic switching
-
由 Shawn Lin 提交于
Currently RTT mmc stack only support Highspeed mode or blow, which means the max speed should be 52MHz according to JEDEC spec. Two problems show here: (1) max_data_rate = (unsigned int)-1. The value of unsigned int depends on compilers/arch. Moreover, it makes no sense to assume cpu addressing width with IP clock rate limit. (1)hs_max_data_rate was set to 200MHz. So what should BSP drivers do if 52MHz < max_data_rate < 200MHz? Either it blindly sets a spec-violated clock rate to drive a Highspeed card, or just adjust the clock rate internally. Both cases are really bad for practice. If the card claims to support Highspeed, we set the clock to not to exceed 52MHz. Otherwise it should be set according to card->max_data_rate parsed by ext_csd. This patch fixes it as-is, and also simplify the code a lot. Signed-off-by: NShawn Lin <shawn.lin@rock-chips.com>
-
由 luhuadong 提交于
-
由 Cliff Chen 提交于
Signed-off-by: NCliff Chen <cliff.chen@rock-chips.com>
-
由 Yifeng Zhao 提交于
support slave mode and master mode runtime config. Change-Id: Iabadbade8997bb8e3adef8ce95f6c45f6bb35329 Signed-off-by: NYifeng Zhao <yifeng.zhao@rock-chips.com>
-
- 15 3月, 2020 5 次提交
-
-
由 Bernard Xiong 提交于
Fixed a hidden stack overflow bug
-
由 Bernard Xiong 提交于
[bsp]Fixed a stack overflow bug in drv_crypto.c
-
由 Bernard Xiong 提交于
[bsp][stm32/pandora]增加对板载 AP6181 的支持
-
由 David Lin 提交于
-
由 David Lin 提交于
-
- 14 3月, 2020 7 次提交
-
-
由 David Lin 提交于
Added if null before used.
-
由 David Lin 提交于
rt_malloc -> rt_calloc
-
由 Nameless-Y 提交于
-
由 Nameless-Y 提交于
-
由 Bernard Xiong 提交于
Fix bug for synopsys_emac.c
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
update readme
-
- 13 3月, 2020 4 次提交
-
-
由 Bernard Xiong 提交于
[bsp/at32] modify at32f403a-start README.md
-
由 Bernard Xiong 提交于
Update ry_sy.c
-
由 Cathy-lulu 提交于
-
由 Bernard Xiong 提交于
component sdio fix
-
- 12 3月, 2020 3 次提交
-
-
由 Bernard Xiong 提交于
Lpc55 add ns scons project
-
由 Shawn Lin 提交于
It makes no sense to try bus width if not supported by drivers or BSP, since we know it must be failed. It saves a lot for booting in time critical environment. Signed-off-by: NShawn Lin <shawn.lin@rock-chips.com>
-
由 Shawn Lin 提交于
If the whole sd card was formatted as a partition, current code break out the loop mistakenly, so it skips dfs_mount_device later. Simply remove the broken 'break' to solve this problem. Signed-off-by: NShawn Lin <shawn.lin@rock-chips.com>
-
- 11 3月, 2020 3 次提交
-
-
由 sheltonyu 提交于
-
由 Cathy Li 提交于
Signed-off-by: NCathy Li <liyan@rt-thread.com>
-
由 my_fly_dream 提交于
修改了读取不到文件大小,导致的文件传输的问题,问题说明在 https://www.rt-thread.org/qa/forum.php?mod=viewthread&tid=423781
-