Commit Graph

5552 Commits

Author SHA1 Message Date
guo a087a1b0fc
Merge pull request #5280 from liukangcc/u575
[update] add stm32u575-st-nucleo bsp.
2021-11-18 22:43:00 +08:00
Meco Man d6de91c68c update lvgl 2021-11-17 23:21:14 -05:00
Meco Man 1997e5c65b [stm32][l475][f469] update lvgl 2021-11-17 18:38:08 -05:00
Meco Man df9a23c534 [mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO 2021-11-17 15:57:15 -05:00
qingehao 0a123c307e
Merge branch 'RT-Thread:master' into master 2021-11-16 17:39:35 +08:00
192.168.1.134 9fa72d0b81 fix: fix wrong clock input 2021-11-16 14:05:09 +08:00
Meco Man 973f25901c [dfs] move dfs back 2021-11-16 00:57:56 -05:00
Bernard Xiong c1d7eaa015
Merge pull request #5281 from tfx2001/tinyusb_stm32
[bsp][stm32] move drv_tinyusb.c to tfx2001/tinyusb
2021-11-15 23:34:22 +08:00
Bernard Xiong ef05ecf7c4
Merge pull request #5275 from mysterywolf/l745
[bsp][stm32l475] update lvgl driver
2021-11-15 23:19:02 +08:00
liukangcc 5be4d1cc8d [update] ignore_format.yml 2021-11-15 15:31:51 +08:00
tfx2001 0fc5091fd3 [bsp][stm32] move drv_tinyusb.c to tfx2001/tinyusb 2021-11-15 12:54:02 +08:00
Wayne Lin 674ded6aa5 Fix format issues. 2021-11-15 12:03:46 +08:00
liukangcc 234cf4d8ff [update] readme. 2021-11-15 11:55:24 +08:00
Wayne 17cbdda13d
Merge branch 'RT-Thread:master' into nuvoton 2021-11-15 11:28:34 +08:00
Wayne Lin c07b2b0a07 [Nuvoton] Update drivers.
1. ARM9 EHCI timeout issue.
2. Sync mainstream.
2021-11-15 11:23:26 +08:00
liukangcc 1f9eb78d0e [update] add stm32u575-st-nucleo bsp. 2021-11-15 11:23:12 +08:00
Bernard Xiong 79679c2d63
Merge pull request #5271 from Lim-LinYuanbo/master
完善驱动
2021-11-14 13:48:44 +08:00
Meco Man 0f7b99e2da [bsp][stm32l475] update lvgl driver 2021-11-14 00:03:04 -05:00
Bernard Xiong f3a46a1c87
Merge pull request #5263 from jhbdream/thead_ld
[fix][bsp/thead-smart/gcc_csky.ld]
2021-11-13 03:54:25 +08:00
qinge e1c281c95d STM32H7系列无需DMA_CHANNEL_X 2021-11-11 19:05:24 +08:00
192.168.1.134 afe82549a8 perf: improve pwm driver
1. add tim1/2/3/4/5/8 pwm driver and test pass by self.
2021-11-11 15:55:40 +08:00
guo 31f0a9c2ac
Merge pull request #5270 from liukangcc/stm32f469
[update] add dma for lvgl.
2021-11-11 15:34:36 +08:00
liukangcc 33bc06de40 [update] add lvgl music demo. 2021-11-11 14:47:42 +08:00
liukangcc 9684f34b08 [update] add dma for lvgl. 2021-11-11 13:57:34 +08:00
Meco Man 52bbd9d715 [posix] implement delay functions as RT_USING_POSIX_DELAY 2021-11-10 14:12:36 -05:00
Bernard Xiong e6ae01e332
Merge pull request #5259 from mysterywolf/posix
[posix] 优化posix若干
2021-11-10 22:23:43 +08:00
Wayne Lin d74c785d00 [nuvoton] Update porting drivers and configurations. 2021-11-10 16:20:21 +08:00
Wayne Lin 9b44e57a60 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton 2021-11-10 16:01:38 +08:00
192.168.1.134 d573f6f646 feat: add iwdg driver 2021-11-10 11:25:37 +08:00
Bernard Xiong fdbaa2a808
Merge pull request #5250 from liukangcc/l552ze
[add] bsp stm32l552ze-nucleo
2021-11-10 09:13:44 +08:00
Bernard Xiong add6579d8f
Merge pull request #5258 from greedyhao/ab32
[bsp/bluetrum] add ble support
2021-11-10 09:13:03 +08:00
jihongbin 1cc029a1a3 [fix][bsp/thead-smart/gcc_csky.ld]
Correct startup segment description error in link script
2021-11-09 17:23:54 +08:00
Meco Man 3d8c063194 [stm32l5xx] adjust heap size to zero 2021-11-08 14:30:10 -05:00
Meco Man 74669b3f1d update vexpress-a9 2021-11-08 11:07:54 -05:00
greedyhao cb81d72f51 [bluetrum] rtc add version check 2021-11-08 10:19:08 +08:00
greedyhao 9d27d8c94b [bluetrum] add gpio input nopull 2021-11-08 10:06:44 +08:00
greedyhao 8e0c469d0c [bluetrum] Remove unnecessary comments 2021-11-08 09:58:25 +08:00
liukangcc c00faa21a0 Merge remote-tracking branch 'remotes/liukang/l552ze' 2021-11-08 09:41:28 +08:00
liukangcc f26dc89de6 [update] rtconfig.py 2021-11-08 09:07:20 +08:00
KafCoppelia da15b8d21d Update pin map instruction 2021-11-07 19:46:03 +08:00
KafCoppelia 42f5b6030f Add MAX32660-EVK pin map 2021-11-07 19:44:00 +08:00
KafCoppelia 42f003fd7a drv_soft_i2c.c was not in libraries 2021-11-07 19:43:40 +08:00
KafCoppelia 93e7999dca delete drv_soft_i2c.c for it was not be used 2021-11-07 19:40:17 +08:00
greedyhao 6a975ff9ed [bluetrum] fix formatting issues 2021-11-06 10:14:03 +08:00
greedyhao bae4de3b1b add ble support 2021-11-05 17:16:44 +08:00
Sherman 8b3d2adff4 [update] 同步 rt-thread 主仓库代码 2021-11-04 14:07:01 +08:00
Sherman 6e004d4b12 Merge branch 'master' of github.com:RT-Thread/rt-thread 2021-11-04 13:59:22 +08:00
Bernard Xiong 3f3418d173
Merge pull request #5246 from JonasWen/dev_at32
[update][bsp][at32][driver]Optimized the pin-index algorithm
2021-11-04 09:41:01 +08:00
Bernard Xiong 9a59a0d569
Merge pull request #5247 from mysterywolf/sim
[bsp][simulator] update project
2021-11-04 08:42:57 +08:00
Sherman 85934d95e6 Merge branch 'fix_1103'
# Conflicts:
#	bsp/ra6m4-cpk/README.md
#	bsp/ra6m4-cpk/docs/picture/rascuart.png
#	bsp/ra6m4-cpk/docs/使用瑞萨FSP配置工具.md
#	bsp/ra6m4-cpk/src/hal_entry.c
2021-11-03 20:49:45 +08:00
Sherman 91a0d2a75a [fix] 修复代码中的错误
[update] 更新说明文档,修改文档中的错误描述
2021-11-03 20:40:06 +08:00
guo 4fe6c709d0
Merge pull request #5251 from charlown/master
[bsp/stm32/libraries/HAL_Drivers/drv_wdt.c]: add SOC_SERIES_STM32G0 to fix wdt always reset.
2021-11-03 19:05:12 +08:00
Meco Man 4e07da09e9 [bsp][stm32][bluepill] update readme 2021-11-02 21:04:06 -04:00
Lim-LinYuanbo 565da0c7b7
完善ADC驱动,格式化代码 (#5232)
[AT32] 完善ADC驱动
2021-11-02 17:09:53 +08:00
jonas e835b8f21c [update][bsp][at32][driver]Optimized the pin-index algorithm 2021-11-02 16:33:19 +08:00
charlown 3c450b7560 [bsp/stm32/libraries/HAL_Drivers/drv_wdt.c]: add SOC_SERIES_STM32G0 to use "stm32_wdt.hiwdg.Init.Window = 0x00000FFF", otherwise the watchdog always reset. 2021-11-02 14:37:42 +08:00
LiuKang 84ca6d31ce
Update drv_usart.c 2021-11-01 20:05:59 +08:00
liukangcc bae07bdab1 [add] bsp stm32l552ze-nucleo 2021-11-01 15:05:02 +08:00
Sherman 84daab189d [add] 添加 PWM 驱动
[fix] 修复scons脚本中错误的依赖宏
2021-11-01 14:34:13 +08:00
Meco Man 3c232125db [bsp][simulator] update project 2021-10-29 09:59:45 -04:00
Meco Man 30abf0ecb9 [bsp] remove empty rt_hw_us_delay 2021-10-28 16:27:31 -04:00
guo da1cc99fe2
Merge pull request #5238 from charlown/master
[bsp/stm32/stm32g070-st-nucleo/board/Kconfig]: corret path.
2021-10-28 10:43:52 +08:00
guo 5c3b3485d2
Merge pull request #5240 from mysterywolf/lvgl
[stm32l475][lvgl]update lv_demo.c
2021-10-28 10:41:15 +08:00
Sherman c5933a652c [add] 添加 flash 驱动
[add] 添加 SPI、flash、ADC、DAC 说明文档
2021-10-28 10:33:48 +08:00
Meco Man 9eb33f6a3f [stm32l475][lvgl]update lv_demo.c 2021-10-27 16:19:03 -04:00
charlown 6bb18c11ef [bsp/stm32/stm32g070-st-nucleo/board/Kconfig]: corret path. 2021-10-27 23:24:47 +08:00
liqiwen 9f100ce980 Merge branch 'master' of github.com:RT-Thread/rt-thread into dev_li 2021-10-27 19:57:28 +08:00
guo 4107d7bea2
Merge pull request #5236 from mysterywolf/posix
[libc][posix] 解决RT_LIBC_USING_FILEIO范围过大的问题
2021-10-27 18:06:54 +08:00
guo 00c39bb960
Merge pull request #5233 from QiwenLi0729/master
去掉k210/driver/drv_mpylcd.c中lcd_init的static修饰
2021-10-27 16:41:04 +08:00
liqiwen bbabae4429 k210 lcd添加Draco板子配置 2021-10-27 16:24:47 +08:00
Meco Man 25bd908fb7 [libc][posix] 解决RT_LIBC_USING_FILEIO范围过大的问题 2021-10-27 03:04:05 -04:00
guo 4741307638
Merge pull request #5235 from Guozhanxin/f469_lvgl
[bsp][stm32f469-st-disco] add lvgl port.
2021-10-27 14:40:22 +08:00
liqiwen b064376993 去掉bsp/k210 lcd_init函数的static修饰 2021-10-27 14:09:17 +08:00
guozhanxin b7764f2aac [bsp][stm32f469-st-disco] add lvgl port. 2021-10-27 13:50:07 +08:00
Sherman ff45ee7bbb [fix] 格式化代码风格 2021-10-27 11:30:05 +08:00
Sherman ec311ee500 [add] 添加 DAC、ADC、SPI 驱动 2021-10-27 11:28:55 +08:00
Meco Man a9910a780e [posix][libc] 优化libc中posix结构 2021-10-26 23:09:54 -04:00
liqiwen 316cbd33fa adjust bsp/k210/driver/Kconfig 2021-10-27 10:52:29 +08:00
Sherman ddc5a84dc9 [fix] 整理BSP工程配置
[add] 添加文档中缺失的图片
2021-10-26 21:38:05 +08:00
guo 50bb6e33d1
Merge pull request #5212 from mysterywolf/posix
[posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder
2021-10-26 09:37:43 +08:00
guo c8ee4cc67d
Merge pull request #5182 from NU-LL/tkm32f499 2021-10-26 07:50:40 +08:00
guo ab36707b68
Merge pull request #5227 from supperthomas/nrf51822_remove 2021-10-26 07:48:35 +08:00
supperthomas d709e7aa2b remove the bsp of nrf51822 2021-10-25 22:05:14 +08:00
guo d090e0762e
Merge pull request #5226 from supperthomas/nrf_ci
[bsp/nrf5x] add the ci of nrf5x
2021-10-25 21:44:58 +08:00
supperthomas 354b3fe8d2 add the fixed lds 2021-10-25 21:20:21 +08:00
guo 574e11f62a
Merge pull request #5183 from tfx2001/tinyusb_stm32
[bsp][stm32] add TinyUSB support
2021-10-25 09:57:20 +08:00
Meco Man 7f619606a1 [stm32l475] improve the structrue of sconscript 2021-10-24 16:21:21 -04:00
guo e2bf5863d1
Merge pull request #5216 from dongly/patch-1 2021-10-24 16:03:24 +08:00
guo 95df51b7c6
Merge pull request #5218 from supperthomas/lpc_fix_dist 2021-10-24 16:03:07 +08:00
guo 9ea2c2b075
Merge pull request #5220 from mysterywolf/kconfig 2021-10-24 16:02:06 +08:00
supperthomas 490fb129bb add the ci machine 2021-10-24 15:31:13 +08:00
Meco Man e32626da30 [stm32l475] 修复board文件夹sconscript脚本没有继续扫描子文件夹的问题 2021-10-24 01:59:31 -04:00
Meco Man 468063ae59 [stm32l475] beautify kconfig of board 2021-10-24 01:47:36 -04:00
Meco Man e63e9002bd [stm32l475] enable SPI3-DMA2 for LCD 2021-10-24 01:24:38 -04:00
supperthomas b58defa307 add the fixed gcc version 2021-10-23 22:39:15 +08:00
supperthomas 33a3f835ad fix the scons --dist 2021-10-23 14:57:34 +08:00
Meco Man 452fbf850a [lvgl][stm32l475] update demo 2021-10-23 01:58:56 -04:00
dongly 1f88f05292
修正 `bsp/Copyright_Notice.md` 笔误 2021-10-23 08:53:29 +08:00
Meco Man 7cba0ea924 [lvgl][stm32l475] implement lvgl input driver 2021-10-22 17:34:36 -04:00
guo 0746772433
Merge pull request #5214 from mysterywolf/l745 2021-10-22 20:47:47 +08:00
Sherman 6432cf4af9 [add] 添加 RTC、WDT 驱动 2021-10-22 15:37:05 +08:00
Meco Man a70eb5604c [stm32l475] upgrade lvgl porting 2021-10-22 01:46:34 -04:00
Meco Man f7548b934e [posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder 2021-10-21 19:05:53 -04:00
guo 0b6b8b0088
Merge pull request #5181 from chunyexixiaoyu/dev
bsp/k210/:update K210 bsp
2021-10-21 10:28:55 +08:00
guo 835e656df3
Merge pull request #5211 from mysterywolf/stm32l475
[stm32l475] add BSP_USING_LCD_SAMPLE in rttlogo.h
2021-10-21 10:19:30 +08:00
Meco Man 9d8ef7382a [stm32l475] add BSP_USING_LCD_SAMPLE in rttlogo.h 2021-10-20 21:19:27 -04:00
Bernard Xiong 268a520306
Merge pull request #5209 from tfx2001/tinyusb_stm32_driver
[bsp][stm32] add TinyUSB stm32 driver
2021-10-20 17:33:31 +08:00
tfx2001 f26adf6506 [bsp][stm32] add tinyusb stm32 driver 2021-10-20 01:14:32 +08:00
Bernard Xiong 34cbc64ff8
Merge pull request #5207 from BernardXiong/riscv_smode
Fix risc-v s-mode issue.
2021-10-19 18:18:24 +08:00
guo a03846edf2
Merge pull request #5206 from liukangcc/hal
[update] Fix STM32 USB driver matching hal library version
2021-10-19 15:22:14 +08:00
BernardXiong be2dec978d [BSP] fix the compiling issue for qemu-riscv64 2021-10-19 15:00:46 +08:00
BernardXiong 557821fd3d [BSP] update qemu-riscv64-virt for s-mode issue 2021-10-19 14:46:48 +08:00
liukangcc a0bdbab7c3 [update] Fix STM32 USB driver matching hal library version 2021-10-19 11:03:18 +08:00
guo a5c3d8514b
Merge pull request #5193 from mysterywolf/null 2021-10-19 07:42:42 +08:00
Meco Man d4991d9d50 [l475] port for LVGL 2021-10-18 17:07:45 -04:00
Jianting (Meco) Man 830785eec7
Merge pull request #60 from mysterywolf/sconscirpt
[stm32][bsp] The sconscript script in the application folder increase…
2021-10-18 12:50:57 -05:00
Jianting (Meco) Man 4ac91e3dec
Merge pull request #59 from mysterywolf/l475
[bsp][stm32][l475] add lcd_fill_array()
2021-10-18 12:41:21 -05:00
Jianting (Meco) Man 21ef60c80b
Merge pull request #58 from mysterywolf/lvgl
[stm32][l745] add lvgl demo
2021-10-18 12:40:21 -05:00
Bernard Xiong abf8812802
Merge pull request #5192 from nuclei-community/nuclei/upstream
bsp/nuclei: update nuclei target support code
2021-10-18 18:08:30 +08:00
Bernard Xiong 0bbb035698
Merge pull request #5188 from liuhy-2020/master
[bsp/essemi]update old bsp,add bsp es32f365x
2021-10-18 18:06:22 +08:00
Sherman 1e880bc30a [add] 添加 软件IIC 驱动 2021-10-18 16:56:27 +08:00
Sherman 3e344b47ae [add] 添加 GPIO 驱动 2021-10-18 14:50:50 +08:00
Meco Man ff4e819dfd [stm32][l745] add lvgl demo 2021-10-17 12:03:00 -04:00
Meco Man 655d8dc768 [bsp][stm32][l475] add lcd_fill_array() 2021-10-17 03:46:20 -04:00
Meco Man fa4b7ec8fd [stm32][bsp] The sconscript script in the application folder increases the recursion searching capability 2021-10-15 15:14:30 -04:00
Meco Man 032fb73de6 [bsp][Vango V85xx] modify NULL to RT_NULL 2021-10-15 08:37:32 -04:00
Huaqi Fang 4c63055289 [bsp][nuclei] change hbird_eval bsp to nuclei_fpga_eval
we no longer use hbird_eval to stand for board using by
nuclei fpga development boards, we are now using nuclei_fpga_eval
to stand for it.

nowadays the fpga bitstream cpu freq is 16MHz, and uart tx/rx
both works at 115200bps, so we change the baudrate to 115200bps

Signed-off-by: Huaqi Fang <578567190@qq.com>
2021-10-15 17:38:50 +08:00
liuhy ebdf4155bd [bsp][essemi] add license 2021-10-15 16:11:37 +08:00
rtthread-bot b7258740e6 Merge remote-tracking branch 'rtt_gitee/gitee_master' 2021-10-15 07:46:27 +00:00
liuhy 2e5fb6bf7e [bsp][essemi] add bsp es32f365x 2021-10-15 14:47:01 +08:00
liuhy 7516c14fa5 [bsp][essemi] update bsp es32f369x 2021-10-15 14:40:55 +08:00
liuhy 5334f1aa8a [bsp][essemi] update bsp es32f0654 2021-10-15 14:39:03 +08:00
guo cda8caeda0
Merge pull request #5180 from liukangcc/bsp
[update] bsp .config file and rtconfig.h file.
2021-10-15 13:54:46 +08:00
bernard 3e6b7690db !350 解决创建PR时的报错
Merge pull request !350 from 傅尔先森/gitee_master
2021-10-15 01:23:26 +00:00
NU-LL 8a180d5dd3 Convert format 2021-10-15 00:52:10 +08:00
NU-LL 025b71530f add lcd driver 2021-10-15 00:49:17 +08:00
tfx2001 c1d3d87494 [bsp][stm32] add TinyUSB support 2021-10-15 00:49:11 +08:00
NU-LL ffd8662d7a Convert Libraries format 2021-10-14 19:46:54 +08:00
NU-LL c178d61947 Convert Libraries format 2021-10-14 19:21:16 +08:00
NU-LL 74fc3f23db add flash_download app 2021-10-14 19:01:42 +08:00
NU-LL 37b29862f6 add tkm32f499 bsp 2021-10-14 18:50:35 +08:00
liukangcc 7e88605008 [update] delete undefined function 2021-10-14 18:09:08 +08:00
chunyexixiaoyu aa09f2b5c2 bsp/k210/:update K210 bsp and base on https://github.com/kendryte/K210-Micropython-OpenMV 2021-10-14 17:23:25 +08:00
liukangcc eb962237f5 [update] add .ignore_format.yml for apm32 bsp. 2021-10-14 15:36:09 +08:00
guo 92ea0ec8c7
Merge pull request #5178 from RT-Thread/revert-5171-ccflags
Revert "Fix compiler flags issue"
2021-10-14 15:21:36 +08:00
guo acc7547264
Merge pull request #5179 from RT-Thread/revert-5176-cflag
Revert "[update] Fix compiler flags issue"
2021-10-14 15:21:16 +08:00
liukangcc 7dc99c1ff4 [update] bsp .config file and rtconfig.h file. 2021-10-14 14:49:53 +08:00
guo 1083ea59c8
Revert "[update] Fix compiler flags issue" 2021-10-14 14:36:58 +08:00
guo b1baf42d4e
Revert "Fix compiler flags issue" 2021-10-14 14:36:18 +08:00
guozhanxin 0546b4b524 Merge remote-tracking branch 'remotes/gitee/gitee_master' 2021-10-14 14:07:13 +08:00