kylepengchn
851d16b18f
Soft spi ( #5712 )
...
* add soft-spi
* add spi-bit-ops.c/h to components/drivers/spi
* add a drv_soft_spi example for gd32303e-eval
* use formatting.py scripts for scanning
Signed-off-by: kyle <kylepengchn@163.com>
2022-03-25 23:06:43 +08:00
Miaowulue
c4b62a9161
[bsp/stm32] add usbcdc for openmv ( #5702 )
2022-03-25 22:58:14 +08:00
sheltonyu
cff34466b0
upload bsp package based firmware library v2.0 ( #5711 )
...
* [bsp/at32] remove old version bsp
* [bsp/at32] upload bsp package based firmware library v2.0
2022-03-25 22:54:51 +08:00
Man, Jianting (Meco)
db04395d76
[stm32 pandora][arduino] 增加依赖项 ( #5709 )
2022-03-25 20:43:22 +08:00
Man, Jianting (Meco)
ba6f78bd8e
format code ( #5699 )
2022-03-24 08:30:41 +08:00
FmdAE
19f0f9e610
modify system_ft32f0xx ( #5703 )
2022-03-24 08:30:02 +08:00
Man, Jianting (Meco)
2a1272ecfb
消除c99 ( #5696 )
2022-03-23 14:28:24 +08:00
cha331
96b4974ea2
[stm32][driver_crypto]修复CRC自定义设置不生效的bug ( #5655 )
...
* [stm32][drivers]修复CRC自定义设置不生效的bug
* update format
2022-03-23 14:17:10 +08:00
kylepengchn
5810f4de7d
[components][drivers][spi]: 基于SPI总线驱动框架添加模拟SPI总线扩展 ( #5656 )
...
* add soft-spi
* add spi-bit-ops.c/h to components/drivers/spi
* add a drv_soft_spi example for gd32303e-eval
Signed-off-by: kyle <kylepengchn@163.com>
* Fixed the format and the certificate.
Signed-off-by: kyle <kylepengchn@163.com>
* Update the certificate data.
Signed-off-by: kyle <kylepengchn@163.com>
2022-03-23 14:16:14 +08:00
FmdAE
0f2e9a3afb
bsp-ft32 ( #5652 )
2022-03-23 11:03:48 +08:00
guo
ce51d0b0cc
[tools]keil.py Distinguish LOCAL_CFLAGS/LOCAL_CXXFLAGS, refine file control ( #5694 )
2022-03-22 11:12:21 +08:00
Miaowulue
f6f6dae2d6
[bsp/stm32] add qspi flash and sdio for openmv h7plus ( #5679 )
...
* [console] fix bug of sdram, configure PA7(DRAM_WE)
* [bsp/stm32] add qspi flash for openmv
* [bsp/stm32] change sram1 to sram2
* [bsp/stm32] add sdio for openmv
* [update] update README.md of openmv
2022-03-22 09:39:13 +08:00
rtthread-bot
b906fe648f
!449 at91sam9260平台增加mtdnand驱动用于支持uffs文件系统 ( #5695 )
...
* update bsp/at91sam9260/drivers/at91_nand.c.
* update bsp/at91sam9260/drivers/at91_nand.c.
* update bsp/at91sam9260/drivers/at91_nand.h.
* update bsp/at91sam9260/drivers/at91_nand.c.
* update bsp/at91sam9260/drivers/at91_nand.c.
* 添加at91sam9260下mtd nand flash驱动
Co-authored-by: brightsally <121477585@qq.com>
2022-03-22 09:06:45 +08:00
Man, Jianting (Meco)
81e5fa061f
[stm32f072 nucleo] support pwm for arduino ( #5693 )
2022-03-21 22:04:37 +08:00
Tangyuxin
88de4f726d
[kservice] Fix 64 bit compilation warning ( #5649 )
2022-03-21 14:07:04 +08:00
Man, Jianting (Meco)
8b58577230
[ulog][rtc][time][bug] solve the interference when enable the ulog timestamp ( #5687 )
...
* [ulog] 解决ulog开启时间戳后与libc time以及rtc驱动相关函数干涉的问题
* ulog:当发生递归输出时,后续递归想要输出的内容可能会因为防范递归的判断而无法输出
因此修改输出规则,在发生递归时,采用简单的,无格式的方式直接输出。这样既保证不会发生递归输出,也可以保证递归输出的部分可以正常输出。
* [ulog] size_t->rt_size_t NULL->RT_NULL
2022-03-21 14:06:17 +08:00
Man, Jianting (Meco)
fba060e550
[stm32 pandora] fix the bug when using LCD demo ( #5692 )
...
* [stm32 pandora] fix the bug when using LCD demo
* arduino 增加内部温度传感器和参考电压通道
* remove ARDUINO_PINOUT_PWM_MAX
2022-03-21 11:53:31 +08:00
ErikChanGit
f3b72aa179
update the template for projcfg.ini in rt-studio ( #5630 )
...
* update the template for projcfg.ini in rt-studio
* update the template for projcfg.ini in rt-studio
Co-authored-by: ErikChan <“1043490933@qq.com>
2022-03-21 09:35:44 +08:00
Man, Jianting (Meco)
ee10516544
[libc] fix a typo ( #5689 )
2022-03-21 08:57:36 +08:00
guo
84ebead9c9
[tools] allow users to set specific link scripts. ( #5678 )
2022-03-21 08:29:31 +08:00
Man, Jianting (Meco)
bb4fc9cb3a
[stm32 pandora] support backlight with brightness adjustable ( #5691 )
2022-03-20 15:47:57 +08:00
Man, Jianting (Meco)
9ee5940f25
[arduino][stm32l475 pandora] fullly support analog output(PWM) and analog input(ADC) ( #5690 )
2022-03-20 15:46:33 +08:00
LiuKang
4e1b175138
[update] 通过 SCons生成 CMakefile.txt 使用相对路径 ( #5677 )
...
* [update] 通过 SCons生成 CMakefile.txt 使用相对路径
* [update] 通过 SCons生成 VSC 使用相对路径
2022-03-20 10:31:21 +08:00
打盹的消防车
0c82e033dc
Open RT_USING_POSIX_STDIO caused serial_v2 to compile failed ( #5684 )
...
* fix:Open RT_USING_POSIX_STDIO caused serial_v2 to compile failed
2022-03-20 10:29:16 +08:00
Tushar Upadhyay
39dea8811a
[documentation] Fixed Program Memory Distribution - Basic.md ( #5681 )
...
* Fixed Program Memory Distribution-Basic.md
* removed errors
2022-03-17 17:16:52 +08:00
guo
4562ae1246
[kernel] Revert modifications to the semaphore ( #5682 )
2022-03-17 14:48:14 +08:00
LiuKang
aa80ba25d4
[update] fix finsh bug ( #5676 )
...
* [update] fix finsh bug
* [update] format code
2022-03-15 16:56:59 +08:00
LiuKang
75a7cb6929
[update] add fal component. ( #5662 )
...
* [update] add fal component.
* [update] format code.
* [update] change PKG_USING_FAL to RT_USING_FAL
* [update] format code.
* [update] fal
* [update] delete FAL_SW_VERSION
2022-03-15 09:48:05 +08:00
guo
3b1445d49c
[bsp][imxrt1060]fix gcc can't runing issue. ( #5667 )
2022-03-14 22:54:12 +08:00
Man, Jianting (Meco)
59079fe91f
update documentation ( #5674 )
2022-03-14 21:18:14 +08:00
guo
f26099d838
Merge pull request #5669 from mysterywolf/doc
2022-03-14 18:57:52 +08:00
guo
0e21bbfc7d
Merge pull request #5673 from Rbb666/master
2022-03-14 18:57:24 +08:00
Rbb666
0a27c43ac8
添加中文文档
2022-03-14 18:07:32 +08:00
Rbb666
59f38ddbdd
删除多余的部分
2022-03-14 17:53:10 +08:00
Rbb666
b71020e83c
更改图片大小
2022-03-14 16:39:54 +08:00
Rbb666
8a8a4d5f1c
add Raspberry-Pico-LVGL README.md
2022-03-14 16:31:38 +08:00
Cathy-lulu
909130ba53
Merge pull request #5672 from yangjie11/f469
...
[bsp][stm32f469-st-disco] 增加英文readme
2022-03-14 00:37:52 -07:00
yangjie11
9ccf1ee9ad
[bsp][stm32f469-st-disco] 增加英文readme
2022-03-14 14:40:34 +08:00
Rbb666
8505d91586
Merge branch 'RT-Thread:master' into master
2022-03-14 14:28:42 +08:00
LiuKang
46d09e045e
[update] remove extra code. ( #5663 )
2022-03-14 09:14:09 +08:00
Man, Jianting (Meco)
3df75f9e32
[lwip] add lwip latest version ( #5629 )
...
* [lwip] 增加LWIP上游同步版本
* move pkgs to package repo
* add RT_USING_LWIP_LOCAL_VERSION to let users to decide whether can use upstream version of LwIP
* Update Kconfig
2022-03-14 09:13:04 +08:00
guo
c1eb0d8db9
Merge pull request #5670 from rtthread-bot/rtt_bot
...
[update] RT-Thread Robot automatic submission
2022-03-13 21:08:02 +08:00
rtthread-bot
ad5eb2e086
Merge remote-tracking branch 'rtt_gitee/gitee_master'
2022-03-12 16:14:47 +00:00
Meco Man
5af97a1f7f
move documentation repo to rt-thread repo
2022-03-12 00:56:03 -05:00
Wayne
a65e6d1613
Nuvoton drivers updating and more LVGL supporting. ( #5647 )
2022-03-12 07:00:53 +08:00
bernard
eb649efb40
!465 [轻量PR]解决龙芯1C硬件看门狗无法喂狗的问题
...
Merge pull request !465 from clickcheck/gitee_master
2022-03-11 22:28:22 +00:00
Rbb666
d53ff73615
add README_zh.md、led blink ( #5666 )
2022-03-11 18:26:56 +08:00
Rbb666
01ed2e7d11
add README_zh.md、led blink
2022-03-11 18:17:59 +08:00
Man, Jianting (Meco)
fa8c4bcaa2
[kernel][thread.c] remove duplicated clear to 0 ( #5659 )
2022-03-11 17:24:53 +08:00
Rbb666
e484ff5942
添加 imxrt1060-evk BSP ( #5657 )
...
* 添加 imxrt1060-evk BSP
* add LVGL
* add README.md
* Delete irrelevant files
* Modify the optimization level to O1
* Organize documents
* Source code formatting
2022-03-11 12:13:56 +08:00