Meco Man
384a370c9a
[stm32][tim-config] fix F4 TIM6's IRQ source in STM32F412
2024-03-08 09:39:57 +08:00
Meco Man
5f87e10032
[stm32f469-disc] support RTduino Tone feature
2024-03-08 09:39:57 +08:00
Meco Man
1a240798fa
[RTduino] pins_arduino.h add limit check
2024-03-08 09:39:57 +08:00
Meco Man
e961b051f9
[stm32f412-nucleo] support RTduino Tone feature
2024-03-08 09:39:57 +08:00
sp-cai
cddab69d77
[BSP][HC32] drv_usart.c fix macro switch error
2024-03-07 20:26:14 -05:00
Shicheng Chu
5d70f98e4d
[bsp][cvitek] add rtc driver ( #8586 )
2024-03-07 17:18:53 -05:00
Zhang
c3416c5868
[bsp][nxp]修复FRDM-MCXN947 Keil编译错误
2024-03-07 18:15:13 +08:00
Rbb666
d31c05a44c
[tools]Fix project compilation errors generated by mdk and iar
2024-03-05 19:53:53 -05:00
Rbb666
784f764a27
Update the description of RA BSP and add the vision board
2024-03-05 16:47:43 +08:00
Rbb666
e1b80650d9
[bsp][renesas]add ra8d1-vision-board support
2024-03-05 16:47:43 +08:00
Wind
859781232c
Bug fixed while using UTEST framework ( #8577 )
2024-03-05 10:25:28 +08:00
Z8MAN8
5e892607fa
[bsp][cvitek] add wdt driver
2024-03-03 14:40:15 -05:00
flyingcys
aa04a59805
[bsp/cvitek]add pwm driver ( #8571 )
2024-03-02 16:16:22 +08:00
zhangyan
76202e2141
🎯 [libcpu/arm/cortex-a]修改arm/cortex-a启动方式,解决cortex-a开启SMP工作异常问题 ( #8517 )
...
Co-authored-by: wangzongqiang <wangzongqiang1322@phytium.com.cn>
2024-03-02 16:06:07 +08:00
Shell
53754ff50a
[fixup] check NULL pointer before access ( #8573 )
...
Signed-off-by: Shell <smokewood@qq.com>
2024-03-02 16:05:19 +08:00
Rbb666
bb8dcbc42a
[bsp][nxp-mcx]修改默认下载器为Dap-Link ( #8569 )
2024-02-29 19:21:13 -05:00
flyingcys
3816d9fba4
[bsp/cvitek]add adc driver ( #8562 )
2024-02-28 00:04:31 +08:00
sheltonyu
b14f299e7d
[bsp/at32] update usb host driver ( #8560 )
2024-02-26 23:17:07 -05:00
Yilin Sun
1f69929b0b
[bsp][nxp/mcxn] Add support for MCXN CTIMER PWM driver.
...
This patch adds support for PWM generation using CTIMER on MCXN devices.
Each CTIMER provides 4 PWM channels, channels sharing the same
CTIMER instance will have the same period settings, and the duty
cycle will be maintained if period is changed through one of the four
channels.
The period channel is automatically assigned and will be transferred
to one of the other available channels if that channel is used for PWM
generation, no glitches should be expected during the transition.
The patch also provides a sample PWM output configuration connected to
the on-board green LED which can be enabled through Kconfig.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-26 23:16:43 -05:00
Meco Man
0400fffafc
[stm32f412] support RTduino SPI
2024-02-23 19:50:33 -05:00
Shell
71560bafb5
🎯 Sync smart & scheduler codes ( #8537 )
...
Signed-off-by: Shell <smokewood@qq.com>
Co-authored-by: xqyjlj <xqyjlj@126.com>
2024-02-23 17:49:15 +08:00
skllii
6fe69d7431
[bsp][hc32] support hc32f448
2024-02-22 12:34:35 -05:00
Yilin Sun
c224278d3e
[bsp][nxp/mcxn] hwtimer: initial support for MRT.
...
This patch adds support for hwtimer using MRT0 instance which simulates
4 independent timers. The frequency is fixed to AHB bus frequency and
not adjustable.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-21 18:01:17 -05:00
Yilin Sun
1b81128747
[bsp][nxp/mcxn] kconfig: update hwtimer config.
...
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-21 18:01:17 -05:00
Yuqiang Wang
c6bdee3c50
[ci] open ci check with function declaration warning ( #8546 )
2024-02-20 22:45:04 -05:00
Yilin Sun
fd4e390d10
[bsp][mcxa] FRDM-MCXA153: GNU toolchain: fixed flags.
...
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-20 18:24:21 -05:00
Yilin Sun
e28ea7ad97
[bsp][nxp/mcxa] FRDM-MCXA153: Added GNU linker script.
...
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-20 18:24:21 -05:00
Wangzongqiang
28f3e037b6
[bsp][phytium ] support dc driver with ops
...
修改bsp/phytium中DC驱动接口,利用ops注册相关驱动
2024-02-19 21:51:58 -05:00
Yilin Sun
9538f569e7
[bsp][nxp/mcxn10] Initial support for RTC driver.
...
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-19 19:17:52 -05:00
yandld
66cc1f5da1
[bsp][nxp] fix gpio and sw pin issue
2024-02-19 12:06:01 -05:00
Jiangrunnan
4cbc1a41f6
[GD32_ARM] Fix bugs in drv_adc when enable multiple channel.
2024-02-19 01:24:37 -05:00
Yilin Sun
49c8ff2531
[bsp][nxp/mcxn10] GNU toolchain: fix broken port.
...
Details: Please check #8525
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-18 23:38:56 -05:00
Yilin Sun
08983b74c5
[bsp][nxp/mcxn10] Add RTT constant table sections to GNU lds.
...
Details: Please check #8525
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-18 23:38:56 -05:00
Meco Man
a8629421ba
[ci][attach] add AT CI check attach files
2024-02-18 21:28:45 -05:00
flyingcys
ac2f7f05bf
[bsp][cvitek] 修复cv1800b默认中断号的配置问题
2024-02-18 12:42:06 -05:00
Shicheng Chu
0c000b403f
添加 BSP_USING_WIFI 宏控制 ( #8536 )
2024-02-16 20:20:42 +08:00
Shicheng Chu
abba40183e
[bsp][cvitek]: add c906_little i2c driver ( #8535 )
2024-02-15 18:05:39 -05:00
杨熙
41e08084f8
Bsp nxp support ( #8530 )
...
Co-authored-by: StackYuan <yuanjyjyj@outlook.com>
2024-02-16 00:30:50 +08:00
Meco Man
35eea4bc46
[ci][arduino] 将Arduino库CI检查平台由STM32F411改为412 ( #8534 )
2024-02-13 21:51:23 +08:00
Yilin Sun
4570a9047d
[bsp][lpc55sxx] GNU toolchain: fix broken port.
...
1 - The current linker flags undefines `Reset_Handler' and uses `entry()' as
default entry point (specified by `-e'), which will cause a invalid reset
vector in the image without proper crt0 init assembly routine.
2 - The default startup files provided by NXP violate the crt0 assumption
that bss section will be filled with zero unless macro `__STARTUP_CLEAR_BSS'
is defined. This will cause RTT hook funtion pointers set to non-NULL values at
kernel start, thus successfully passes the `RT_nnnn_HOOK_CALL` checks
and jumps to an invalid pointer.
3 - The default heap size used by TCB and kernel objects are set by
linker file macros, which is 0x400 (1024 bytes). The size is too small
for main task and the allocation will fail before the first task being created.
This patch restores Reset_Handler as default reset vector and executes
entry by replacing __START from newlib, defines the
`__STARTUP_CLEAR_BSS` macro to forcibly zeroize the bss section to avoid
unexpected hard faults, set proper heap sizes based on the SRAM sizes.
Some unused compiler/linker flags are also removed or replaced to avoid
future confusion.
The heap sizes for different devices are:
* LPC55(S)69/LPC55(S)28: 64kB
* LPC55(S)06/LPC55(S)16/LPC55(S)36: 32kB
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-07 21:57:28 -05:00
Yilin Sun
7be9ae16b3
[bsp][lpc55sxx] Add RTT constant table sections to GNU lds.
...
The following RTT constant table sections are missing from the linker
script which will cause non-functional image:
* .rti_fn*
* FSymTab
* VSymTab
Add these sections after .text sections.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-07 21:57:28 -05:00
Yilin Sun
d7c05bfe8d
[bsp][lpc55sxx] Update default configs for LPC5500 series.
...
Fixes compilation errors on mainline RTT versions.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-02-07 21:57:28 -05:00
Shicheng Chu
cfcc72ee8a
[bsp][stm32] add English README for stm32h5
2024-02-04 09:54:27 -05:00
yangpeng
25d3136d02
fix MDK AC5 build warnings
2024-02-03 21:43:08 -05:00
kurisaw
d5e2df46e5
[bsp][hmi-board] Optimize hardware driver configuration and trim the project file volume
2024-02-03 16:47:32 +08:00
Meco Man
e0155f47a6
[ci][bsp][pico] add lvgl attachconfig file
2024-02-02 21:23:01 +08:00
Meco Man
74d7ca7dbd
[bsp][pico] add board/Kconfig
2024-02-01 21:29:15 +08:00
yandld
bfa2f7ca57
[bsp][nxp] add mcxn947
2024-02-01 06:56:41 +08:00
kurisaw
b68957113c
[bsp][renesas] Optimize startup check script structure
2024-01-29 17:38:14 +08:00
flyingcys
a07442edf9
add cvitek/c906_little ( #8514 )
2024-01-29 09:13:21 +08:00
Shicheng Chu
c9abc1ba25
[bsp][pico]: support pwm adc iic for pico rtduino ( #8512 )
2024-01-28 21:02:26 +08:00
flyingcys
06d3f29035
fix bl808-d0 && cv1800b compile error ( #8513 )
2024-01-28 16:05:52 +08:00
flyingcys
3f41bd95d1
add libcpu/risc-v/rv64 ( #8511 )
2024-01-28 13:39:39 +08:00
yangpengya
b3da34b784
[bsp][stm32]完善stm32g0系列部分外设中断处理 ( #8509 )
2024-01-27 09:56:52 +08:00
Macro
3d3761f3e2
[bsp/phytium] aarch32 and aarch64 config update && eth device support ( #8506 )
2024-01-26 18:31:35 +08:00
Rbb666
0a8a5a155b
[bsp][ifx]fix set RTC time failed bug
...
Co-authored-by: Meco Man <920369182@qq.com>
2024-01-25 00:00:10 +08:00
kurisaw
ac84f65e73
add bsp ci check and other modify with rt-spark
2024-01-23 16:57:03 +08:00
kurisaw
125c9684cd
[bsp][renesas] Added the file change detection script
2024-01-23 16:57:03 +08:00
Meco Man
add8e01967
[bsp][ci][pico] add RTduino attach config checking
2024-01-21 19:47:51 +08:00
Meco Man
fa64b08064
[bsp][pico] remove meaningless dependencies of board.h
2024-01-21 19:47:51 +08:00
yuanzihao
b87b4cbde5
[BSP][GD32]add gd32407v-lckfb ( #8496 )
2024-01-21 01:13:30 +08:00
Shicheng Chu
3ea8e08e2d
[bsp][stm32]: Add ADC and PWM support for H5 ( #8495 )
2024-01-20 19:30:03 +08:00
wirano
8d32b057c6
fix:fix startip_gcc.c entry point
2024-01-20 01:40:23 +08:00
kurisaw
edd7a5d176
update the soft i2c configuration
2024-01-18 11:57:51 +08:00
kurisaw
345ce24e31
[bsp][renesas] RTduino configuration update
...
sync update
some optimize
[bsp][driver] Updates the naming convention of the i2c configuration item
2024-01-18 11:57:51 +08:00
Shicheng Chu
20cdc391fc
[bsp][pico]: add rtc driver ( #8492 )
2024-01-16 14:01:19 +08:00
yangpengya
2a68f70094
[bsp][hc32]更正pin和usart初始化顺序(bug fix)
...
#8480
#8458
2024-01-16 01:00:09 +08:00
zhangyan
447a22a21d
[bsp/phytium]修改文档,适配aarch64 ( #8488 )
2024-01-13 23:01:55 +08:00
yangpeng
dfd4ae5464
[bsp][stm32]fix stm32f2 usart driver
2024-01-11 23:58:46 +08:00
Rbb666
8b5831cb64
[bsp][stm32]fix stm32f469 sdram not enable problem.
2024-01-10 18:12:57 +08:00
Meco Man
fa2881ecd3
[ci][bsp] add strict mode
2024-01-10 18:08:09 +08:00
Jamie
48244f25f8
[hc32] Add some bsp drivers. ( #8480 )
2024-01-09 21:56:37 +08:00
GSunwinder
db5bdb1ffa
[BSP] Support YD-CH32V307VCT6 ( #8473 )
2024-01-09 02:38:44 +08:00
Meco Man
74ac685b9a
[stm32] fix missing headfer files
2024-01-08 18:54:43 +08:00
Meco Man
980619ed2c
[ci][arduino] add 9 in 1 sensor shield package check
2024-01-08 18:52:49 +08:00
lzh
1531705b9a
code format adjustment
2024-01-08 18:40:36 +08:00
lzh
35a43ac102
scripts update && new standalone vertion adaption
2024-01-08 18:40:36 +08:00
lzh
f7b85a824e
xmac and readme update
2024-01-08 18:40:36 +08:00
lzh
1028000f9a
link problem solved
2024-01-08 18:40:36 +08:00
Meco Man
179c39d68d
[stm32][f469-discovery][ci] support lvgl checking
2024-01-07 22:46:12 +08:00
Meco Man
8c5df321d8
[stm32] fix stm32 bsp warnings and errors
2024-01-07 22:46:12 +08:00
Meco Man
2d1f46d31c
[bsp][allwinner tina] fix drv_gpio header file included
2024-01-07 22:46:12 +08:00
Meco Man
0a3a10e5bb
[stm32] fxi gpio header files included
2024-01-07 22:46:12 +08:00
Bernard Xiong
db2cfd335f
Revert "Add zynq7000 bsp" ( #8463 )
2024-01-05 16:31:01 +08:00
Ting Liu
a275a92b4a
[bsp][imxrt1060]: set XIP_BOOT_HEADER_DCD_ENABLE=1
...
Otherwise board failed to boot if enabling LVGL with NXP GUI-Guider
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2024-01-05 12:05:02 +08:00
yangpeng
7c07a97479
[bsp][hc32]更正pin和usart初始化顺序
2024-01-02 19:06:13 +08:00
褚仕成
32be3c4a30
[bsp][stm32]: add stm32h563 rtduino
2023-12-30 18:57:36 +08:00
Meco Man
8aacf19bb9
[rtduino][ci] add all libraries into CI check list
2023-12-29 22:18:39 +08:00
a1012112796
c92e437a69
Add zynq7000 bsp
2023-12-29 22:13:09 +08:00
Shicheng Chu
be2119e0f5
[bsp][stm32]: add stm32h503 rtduino ( #8448 )
2023-12-29 19:46:28 +08:00
Meco Man
1bb277ef4b
[ci] add online packages checking in stm32f411 nucleo
2023-12-28 23:51:56 +08:00
guotong ma
2d55efba84
[ci][attachconfig]support subfolders
2023-12-28 23:51:56 +08:00
Xian Wu
22b9de6f1d
[synwit] add variant_dir for libraries building
2023-12-28 15:04:59 +08:00
Meco Man
0ad5c9585d
[stm32][rt-spark] support nano version
2023-12-28 14:03:29 +08:00
Yuqiang Wang
975af5fd54
[ci][stm32f407-spark] add attach config CI check ( #8431 )
2023-12-27 23:06:46 +08:00
Meco Man
c2e4b73114
[ci][stm32f407-explorer] add file system CI checking
2023-12-27 18:43:40 +08:00
Xian Wu
6360253c12
Synwit MCU 采用新的 BSP 框架,将 BSP 与 libraries 分离 ( #8432 )
2023-12-27 18:41:52 +08:00
Meco Man
7b4592c2d1
[ci][stm32l475-pandora] add attach CI checking for sdcard
2023-12-27 18:17:30 +08:00
Meco Man
ed4d037d7b
[ci][stm32f407] add attach config CI check
2023-12-26 23:13:08 +08:00
yangpengya
76acc4146b
[bsp][stm32]eth driver support phy YT8512C
2023-12-26 20:56:31 +08:00
Xian Wu
f4c05e3cc3
make swm341 project running correctly ( #8423 )
...
解决 swm341 project 无法正确运行的 bug
2023-12-26 18:58:40 +08:00
Meco Man
37fea9d549
[stm32-pandora] add attach config CI check
2023-12-25 23:24:30 +08:00
1ridic
a490fd2391
[bsp][pico] Limit PWM pin selection
2023-12-25 12:24:20 +08:00
Meco Man
58d0db9875
[stm32][ci] add RTduino CI checking
2023-12-25 08:20:58 +08:00
Meco Man
eda1ef3b7c
[stm32] add nano attach config for CI
2023-12-25 08:20:58 +08:00
vacabun
2693e7e15a
[ci]Add bsp attachconfig check
2023-12-24 22:43:40 +08:00
Meco Man
fe35011fc5
[stm32][drv_tim.c] fix errors when TIMx doesn't exist
2023-12-24 20:03:58 +08:00
褚仕成
4a7f41531f
[bsp][stm32] add board identification macros
2023-12-24 17:01:41 +08:00
Shicheng Chu
712e94a3cc
[bsp][stm32]: add nucleo-stm32h503rb ( #8394 )
2023-12-23 22:39:11 +08:00
Z8MAN8
9328ad3215
update .ld and SConstruct files
2023-12-23 15:00:23 +08:00
Z8MAN8
71dad1ccf2
[bsp][pico] add rtduino
2023-12-23 15:00:23 +08:00
Meco Man
4d22242ea5
[stm32][rtduino] add drv_gpio.h for pins_arduino.c
2023-12-23 14:36:30 +08:00
Rbb666
5dd87bc7bb
[bsp/renesas]add ek-ra8d1 bsp
2023-12-19 18:00:00 +08:00
Supper Thomas
6d1fdde1ff
add tim8
2023-12-18 20:29:56 +08:00
Meco Man
0a1566661f
[bsp][stm32] add board identification macros
2023-12-18 20:29:24 +08:00
zhangyan
d92cd77117
[bsp/phytium]更新readme说明 ( #8381 )
2023-12-18 20:27:12 +08:00
Supper Thomas
04b2c81745
[BSP/STM32] add support of RTC in g491 ( #8377 )
2023-12-17 21:44:25 +08:00
xiaofan
8dee48fdaa
ch32_drivers: call rt_hw_pin_init explicitly
...
Signed-off-by: xiaofan <xfan1024@live.com>
2023-12-16 19:23:10 +08:00
Wangzongqiang
2c1209db21
[bsp/phytium] add dc driver ( #8373 )
...
添加[bsp/phytium] DC显示驱动,同步更新配置文件
2023-12-16 19:10:26 +08:00
fangjianzhou
b233e29bb6
[libcpu][aarch64] 使用设备树对内存进行初始化 ( #8320 )
2023-12-16 18:08:11 +08:00
Meco Man
4658267117
[bsp][ci] add attach config files
2023-12-15 18:25:14 +08:00
Xian Wu
4018092baf
update CSL library ( #8370 )
2023-12-12 18:23:12 +08:00
Fu You
a1df90dcf0
[bsp] 修复bsp自带的lvgl移植 ( #8357 )
2023-12-10 23:22:16 +08:00
fangjianzhou
25bb80b657
[bsp][rk3568] 修改串口波特率 ( #8346 )
2023-12-10 06:45:14 +08:00
Raman
fe11e85eea
AVR32: Software I2C driver: Initial working commit ( #8324 )
...
implemented the software I2C drivers for the AVR32 target.
2023-12-09 23:46:12 +08:00
zhugengyu
e843561e46
[bsp/phytium] add xhci and pusb2 support with cherryusb port ( #8355 )
...
合入基于 CherryUSB 的 XCHI 和 PUSB2 驱动
2023-12-08 20:01:34 +08:00
Supper Thomas
32342c6995
[bsp/stm32g491] add tim and iwdog
2023-12-08 18:01:45 +08:00
Macro
f4b2035c03
[bsp/phytium] driver and config update ( #8344 )
...
更新驱动代码,完成对新版rt-thread内核的支持工作。更新默认config文件,保证各驱动被顺利添加后,程序能正常运行
2023-12-08 17:57:55 +08:00
Meco Man
1b0dae2bb0
[stm32] support nano version
...
- G0
- G4
- L0
- L4
2023-12-05 23:22:19 +08:00
zhkag
474a55ea36
【bsp/rt-spark】移除 ETH 并添加 ADC 初始化
2023-12-05 21:48:19 +08:00
Supper Thomas
f510a65f93
[bsp/stm32/stm32g491] Add nucleo of stm32g491
2023-12-05 21:33:41 +08:00
Rbb666
21ba08fab2
[bsp][renesas]添加软件i2c配置
2023-12-05 15:04:50 +08:00
Meco Man
bb66d1ea50
[bsp][stm32][nano] support nano version
...
stm32 BSPs to support nano version (RT_USING_NANO)
这个commit支持到stm32f7之前的BSP
2023-12-03 21:25:00 +08:00
Meco Man
860094e893
[stm32] split stm32 drivers as normal and nano drivers
...
- move all normal drivers (devices framework drivers) into drivers
folder.
- create nano folder for nano drivers
nano drivers are only for a simply wrap of the HAL function, and
not seek for adopting rt-thread devcies framework.
- provide unified nano console and GPIO drivers.
2023-12-03 21:25:00 +08:00
Meco Man
9fec43f0ea
correct and format Kconfig
2023-12-03 21:25:00 +08:00
Raman Gopalan
d1a1a42ef5
AVR32: drv_gpio: Use Microchip's updated drivers for abstraction
2023-12-02 00:31:51 +08:00
Rbb666
316bb12f7e
[bsp][renesas]更新ek-ra6m3驱动列表
2023-12-01 19:37:09 +08:00
kurisaW
91aace98b6
[rtduino][renesas] fix the pwm channel config
2023-12-01 19:36:40 +08:00
Meco Man
031a81a98e
[stm32][nano] stm32l475-pandora support nano version
2023-12-01 14:43:05 +08:00
Rbb666
6c48d53636
[bsp][renesas]更新ra8m1驱动支持列表
2023-11-30 18:53:47 +08:00
Z8MAN8
dfde6950df
[bsp][c3]: Add macro control to sconscript
2023-11-30 11:43:03 +08:00
Meco Man
53aa771aa5
[stm32][nano] stm32f103-bluepill support nano version
2023-11-30 11:39:34 +08:00
bernard
53acd953ab
[bsp][rasp4-32] fix compilation warning
2023-11-29 23:15:59 +08:00
Z8MAN8
71a52d18a7
[bsp][eps32c3]: add pwm driver
2023-11-29 18:05:16 +08:00
geniusgogo
74925f43ed
fix dfs path name overflow. ( #8305 )
2023-11-28 17:16:21 +08:00
fangjianzhou
249871cbbc
[libcpu][aarch64] 使用设备树对CPU进行初始化 ( #8221 )
2023-11-28 14:20:11 +08:00
Raman
265b79d953
User manual for a AT32UC3B0256 target from MCUZone ( #8302 )
2023-11-27 22:29:52 +08:00
TamapChn
3ea3f3447e
[bsp][stm32] 修复 encoder驱动 编码器数值的计算问题
2023-11-26 18:00:01 +08:00
Shicheng Chu
b2e71e470b
[bsp][esp32c3]: add adc driver ( #8281 )
2023-11-26 15:56:27 +08:00
flyingcys
50f521b528
[bsp]add bl808 wifi driver ( #8294 )
2023-11-25 22:54:24 +08:00
mengplus
0396b52db0
fix(spi):多个SPI公用一个ops.data
2023-11-23 09:05:45 -05:00
Rbb666
26fbe01ada
[bsp][renesas]使用文档添加fsp说明,更新下载选项
2023-11-23 17:21:07 +08:00
hywing
1284adfad8
[bsp][renesas] update the description in RA6M3-HMI-Board BSP Instruction Document :UART7 -> UART9 ( #8275 )
2023-11-22 16:22:14 +08:00
Robin Chen
ddbf2be2bc
enable art-pi spi flash use elmfatfs ( #7690 )
2023-11-22 16:19:36 +08:00
zhangyan
d73fd165b0
[bsp/phytium]Code Update and Refactoring ( #8247 )
2023-11-21 17:42:23 +08:00
Meco Man
df29a13d89
[components] remove vmm ( #8269 )
2023-11-21 13:41:54 +08:00
Meco Man
eff3560d64
[bsp] remove gd32 in the root
2023-11-20 07:34:46 -05:00
hywing
d8c96e13c6
[bsp][renesas] add a DAC entry for ra6m3-hmi-board
2023-11-20 05:46:08 -05:00
sheltonyu
41ab3f7535
fixed usb/usart drivers
2023-11-17 04:26:40 -05:00
BetMul
241e7ff083
[bsp] [ESP32_C3]add hwtimer support for ESP32C3 ( #8263 )
2023-11-17 16:11:37 +08:00
Rbb666
ad2ba4ffa5
[bsp][renesas]添加fal配置文件,修改flash驱动
2023-11-16 17:43:00 +08:00
kk
1b59c20203
[bsp/renesas] update drv_sci_spi.c 修复 ci 报错 ( #8261 )
2023-11-16 14:46:43 +08:00
Raman
0e82e13cc3
AT32UC3A: Implement initial BSP support for SimpleMachines' Mizar32-B ( #8186 )
2023-11-16 14:04:21 +08:00
CoderNotCute
4ac9754f5b
fix:fix wch startup risks.
...
1: If IAP has set mstatus to other value, using csrs will not change old value of mstatus in IAP. It should using csrw instead.
2: Reduce the flash size of undefined irq functions.
2023-11-16 14:02:17 +08:00
guozhanxin
35e773d46a
[bsp] ra8 update rasc configuration.xml
2023-11-16 13:08:59 +08:00
guozhanxin
75378a4a40
[bsp] ra8 add adc、dac、pwm、spi、rw007 configs
2023-11-16 13:08:59 +08:00
梁生
7a56058c61
[bsp][hc32]优化can驱动和pwm驱动 ( #8217 )
...
**为什么提交这份PR (why to submit this PR)**
1. hc32驱动函数和rtt函数声明之间的参数类型不一致,在mdk编译时产生警告。
2. hc32的can设备,在注册时就把can中断使能了。导致can设备在打开前,就会产生中断。
3. hc32的pwm驱动,不支持PWM_CMD_SET_PERIOD和PWM_CMD_SET_PULSE指令,导致rt_pwm_set_pulse()函数返回失败。
**你的解决方案是什么 (what is your solution)**
1. 修改hc32驱动函数参数类型和声明一致。
2. 注册can设备时主动禁止can中断,因为打开设备时会主动打开中断。
3. 修改pwm驱动,增加PWM_CMD_SET_PERIOD和PWM_CMD_SET_PULSE指令支持。
2023-11-14 09:18:32 -05:00
BetMul
a0b6e14f01
ESP32C3 add program ways in Linux ( #8237 )
2023-11-10 17:49:45 +08:00
sheltonyu
ed357aa014
[bsp/at32] 1.add support at32f402/405 series, 2.update emac/rtc/qspi/usb drivers ( #8245 )
2023-11-09 16:38:19 +08:00
1ridic
063c8f7bec
[bsp][pico] Add spi pin selection
2023-11-06 23:27:14 -05:00
zhkag
0f2e586613
修复 bsp/x86 scons --pyconfig-silent 报错
2023-11-06 06:23:09 -05:00
zhkag
3db4b3e4ae
修复 bsp/x86 编译问题
2023-11-06 06:23:09 -05:00
xqyjlj
1b6f0e88a3
🐞 fix: fix d1s smart build ( #8212 )
2023-11-02 20:16:02 +08:00
1ridic
f95eaad8e6
[bps][duo] set RT_USING_SYSTEM_WORKQUEUE by default
2023-11-01 12:02:53 -04:00
Yuqiang Wang
ebc9582c07
[bsp][rtduino] 新增HMI-Board对RTduino支持、HMI-Board支持C++特性、修复一些驱动问题 ( #8205 )
2023-11-01 06:07:46 +08:00
Z8MAN8
a64ccaa295
[bsp][pico] add hwtimer driver
2023-10-31 08:58:09 -04:00
Rbb666
7ace7d0a78
[libcpu][renesas]add cortex-m85 && ek-ra8m1 adapt
2023-10-31 15:09:17 +08:00
tangzz98
acc66c5479
实现MPU抽象层 ( #8080 )
...
- 为RT-Thread设计MPU抽象层,支持ARMV7-M,ARMV8-M架构,让用户使用MPU检测栈溢出等内存问题,实现线程内存隔离
- 在components/mp目录下提供通用的API,libcpu目录下提供各处理器架构的具体实现
- 在STM32U575 NUCLEO, STM32H75 NUCLEO开发板测试通过
2023-10-30 08:24:55 -04:00
Shicheng Chu
1554888c0b
[bsp][pico]: add pwm driver ( #8178 )
...
Co-authored-by: Meco Man <920369182@qq.com>
2023-10-29 13:17:25 -04:00
sp-cai
de779b1804
使 rtconfig.py 支持 EXEC_PATH 路径展开
2023-10-29 13:15:28 -04:00
yby
6f48cb79d1
[bsp] Fixed bug of msp432e401y bsp chip model error after mdk5 open. ( #8193 )
2023-10-29 13:15:05 -04:00
蒙蒙plus
32ec9e32ec
[bsp/air32f103]:修复外部中断无效
2023-10-29 13:13:59 -04:00
flyingcys
c701b3e81a
[bsp]update cv1800b drv_uart ( #8188 )
2023-10-26 09:34:58 +08:00
xqyjlj
3283f54c7a
🎈 perf: perf rt_hw_interrupt_disable/enable ( #8042 )
...
Signed-off-by: Shell <smokewood@qq.com>
Co-authored-by: Shell <smokewood@qq.com>
2023-10-25 20:31:25 +08:00
guozhanxin
96edf7aeb6
[bsp/stm32f407-spark1] add llvm-arm toolchain support.
2023-10-25 16:49:51 +08:00
Raman Gopalan
53caa15873
AT32UC3B: Update configuration files to define RT_BACKTRACE_LEVEL_MAX_NR
2023-10-24 09:53:48 -04:00
蒙蒙plus
06cfa88941
[bsp/air32]:增加iar_8_40环境支持 ( #8175 )
...
Signed-off-by: 程蒙蒙 <chengmeng_2@outlook.com>
2023-10-24 15:26:02 +08:00
sp-cai
6eb7fa2f6c
[bsp][ESP32_C3] 修复数据类型警告 rt_int32_t -> rt_base_t ( #8170 )
2023-10-23 08:29:15 -04:00
Raman
144e662f42
AT32UC3B: Implement initial GPIO driver and app test function ( #8164 )
2023-10-23 14:00:07 +08:00
wcx1024979076
7da73c8f01
[bsp] [ESP32_C3] 移除无用的文件 | remove useless files
2023-10-21 21:46:18 +08:00
Shell
70a8d1d465
[kservice] improve backtrace service in kernel ( #8144 )
...
Signed-off-by: Shell <smokewood@qq.com>
2023-10-21 20:14:45 +08:00
xiao-mang
90c7089d47
fix ash echo ( #8150 )
2023-10-21 08:41:55 +08:00
xiunian
53801fc4ab
[bsp][cv1800b] Add gpio driver for cv1800b ( #8158 )
2023-10-21 08:41:09 +08:00
Raman
fb5154f741
AT32UC3B: Fix compilation problem for BSP by defining RT_CPUS_NR ( #8152 )
2023-10-20 20:07:12 +08:00
Shell
07b23ecbb1
[libcpu] fix symbol of kernel entry point ( #8159 )
...
Signed-off-by: Shell <smokewood@qq.com>
2023-10-20 13:27:38 +08:00
Shicheng Chu
43f96b3f85
[bsp][pico] add flash driver ( #8161 )
2023-10-20 07:05:30 +08:00
guozhanxin
acda798759
[tools\llvm-arm]update bsp rtconfig.py
2023-10-19 12:14:01 -04:00
zms123456
d01dd05a0c
[kernel][dm]适配新的设备驱动模型 ( #8075 )
2023-10-18 20:50:30 +08:00
Raman Gopalan
33fe6b320d
application: Remove commented rt_kprintf statements
2023-10-17 11:22:07 -04:00
Raman Gopalan
46e161e236
README for AVR32UC3B0: Initial commit
2023-10-17 11:22:07 -04:00
Raman Gopalan
265a55303e
Implement UART driver files for AT32UC3B: Working commit
2023-10-17 11:22:07 -04:00
fangjianzhou
7d64cdcf58
qemu-virt64-aarch64/qemu-virt64-riscv支持SDL2 ( #8130 )
2023-10-17 13:03:03 +08:00
WCX
61f7d483e2
[bsp][ESP32_C3]增加ble和wifi驱动|add ble & wifi drivers ( #8104 )
2023-10-16 14:57:16 +08:00
BetMul
38e42b75a5
fix:Invalid link and path for mm32f327/README.md ( #8136 )
...
Co-authored-by: Supper Thomas <78900636@qq.com>
2023-10-15 20:33:20 +08:00
Shell
6c1537c216
[bsp] fix smp with smart of vexpress-a9 ( #8128 )
...
Signed-off-by: Shell <smokewood@qq.com>
2023-10-13 14:20:50 +08:00
Frogrey
61e38bd13d
[bsp][imxrt1170] 移动 VGLite、video驱动文件到对应文件夹以提高代码可重用性 ( #8092 )
2023-10-12 08:33:13 +08:00
Z8MAN8
19bfdac891
[fix][usb]return data type as rt_ssize_t
...
rt_ssize_t can give negative error code, which follows the unix style correctly
2023-10-11 12:01:20 -04:00
liYony
a8249a28c6
[bsp][stm32] stm32l431-BearPi 添加mqtt连接华为云综合用例
2023-10-11 05:58:43 -04:00
1ridic
299700cf78
[bsp][pico] Remove cmake dependency
2023-10-11 13:41:12 +08:00
1ridic
261f5bee67
[bsp][pico] Update SDK to 1.5.1
...
import the sdk by rt-thread package.
2023-10-10 09:45:36 +08:00
vandoul
5d47753d56
[bsp/renesas]add drv_sci.
...
formating header file.
2023-10-09 13:27:34 +08:00
阿基米东
b1fae3a604
[bsp][mchp] fix samc21, same54, same70, saml10 build errors
2023-10-09 09:28:12 +08:00
阿基米东
874151b6db
[bsp][mchp][samd51] formatting
2023-10-09 09:28:12 +08:00
阿基米东
cede0a3615
[bsp][mchp] update README.md
2023-10-09 09:28:12 +08:00
阿基米东
b1b66dd195
[bsp][mchp][samd51] re-config uart0, remove dma, and fix some error
2023-10-09 09:28:12 +08:00
阿基米东
9795b51b97
[bsp][mchp][samd51] add Wio-Terminal template
2023-10-09 09:28:12 +08:00
阿基米东
e14e4e2a14
[bsp][mchp][samd51] uart support serial v2
2023-10-09 09:28:12 +08:00
阿基米东
dfc3ed3f58
[bsp][mchp][samd51] delete stdio redirect, set usart async mode for target io
2023-10-09 09:28:12 +08:00
阿基米东
2e04e14ca8
[bsp][mchp] serial support usart sync mode
2023-10-09 09:28:12 +08:00
阿基米东
c121a769d3
[bsp][mchp] add ATSAMD51 BSP for Adafruit Metro M4 Express board
2023-10-09 09:28:12 +08:00
Supper Thomas
847b71e767
[action] add .config and kconfig ( #8111 )
2023-10-08 13:28:17 +08:00
guozhanxin
9e79333512
[project] update mdk/iar project and config.
2023-10-08 11:21:00 +08:00
1ridic
91f273f3c9
[bsp][pico] Add flowcontrol and parity settings
2023-10-04 11:12:19 -04:00
1ridic
11367953d2
[bsp][pico] Add msh cmd to reset pico to BOOTSEL mode
2023-10-04 11:11:38 -04:00
Shicheng Chu
c021c5cd22
[bsp][lpc55sxx]: update debug log ( #8106 )
2023-10-03 08:18:31 +08:00
1ridic
89330dd269
[bsp][pico] Improve UART driver ( #8099 )
2023-10-02 21:28:09 +08:00
Yuqiang Wang
37ef1ba88c
[bsp/stm32] Optimize the kconfig structure of ART-PI board about serial port ( #8101 )
2023-10-02 16:28:46 +08:00
guozhanxin
6d506dc5b6
[bsp/rt-spark] fix spi_flash_init.c
2023-09-27 10:16:46 +08:00
zhkag
29a508222c
修复 qemu 挂载 elm 文件系统失败
2023-09-26 13:23:48 +08:00
XYZboom
c60ecd7c4a
[bsp][nuclei] fix "usb_conf.h not found"
...
Nuclei sdk requires the USB configuration header file to be completed by the application in versions after 0.3.8. see https://github.com/Nuclei-Software/nuclei-sdk/pull/54 and 43912c1a22
2023-09-26 11:37:03 +08:00
Frogrey
f941dfcf13
fix uart1 pin bug, delete and update wrong icf files, add vglite support for rt1170 in IAR environment.
2023-09-26 10:52:24 +08:00
1ridic
a7e210d701
[bsp][pico] Optimize Kconfig configuration
...
Fix SPI and I2C configuration menu. Add UART enablement option. Limit
the pin selection for UART and I2C according to the datasheet.
2023-09-26 10:42:57 +08:00
wangyuqiang
c8790c72e4
[bsp][utest] 添加 rt-spark 在 gcc 下运行 utest 链接代码段
2023-09-25 16:44:40 +08:00
zbtrs
36b79798bd
feat: support sdl2 ( #8048 )
2023-09-25 08:40:03 +08:00
liYony
2ff1a1a4c9
[bsp][stm32] BearPi 支持 MPU6050 模块
2023-09-19 13:36:47 -04:00
guo
8a7831ee4d
[bsp/IFX]补充缺少的文件 ( #8055 )
2023-09-19 00:27:58 -04:00
GuEe-GUI
a6e9c386ff
[BSP/rockchip/rk3568] fixup heapmem init flow
...
In RT-Smart, `rt_hw_interrupt_init` will call
`rt_ioremap` to map GIC's MMIO registers. There
is a `rt_malloc` called in rt_ioremap, that will
fail if we not init the mem heap yet.
Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>
2023-09-18 22:27:19 -04:00
guo
23794d2cf9
[bsp][ifx] add bt support ( #8028 )
2023-09-18 00:06:51 -04:00
蒙蒙plus
dfc8994ea2
fix(air links): 对应厂家手册将RAM容量改为96kb
...
Signed-off-by: 蒙蒙plus <chengmeng_2@outlook.com>
2023-09-07 22:27:44 -04:00
Rbb666
594db2b516
[bsp][renesas]add hwtimer device for renesas
2023-09-06 17:58:40 +08:00
yuanzihao
32d479321b
[bsp][stm32]: add NUCLEO-H563ZI ( #7987 )
2023-08-29 13:10:14 +08:00
zhugengyu
6db430bde6
[bsp][phytium] support Phytium PI
2023-08-28 22:27:54 -04:00
LTreeshu
ba0cb59797
[bsp][esp32] update readme ( #7986 )
2023-08-27 21:54:08 -04:00
Donocean
0354cd83e4
[bsp][stm32][driver] Add mini bsp support for stm32f405zg
2023-08-24 12:57:13 -04:00
Wayne Lin
86f72ed6da
Update NuMaker-M2354 BSP building.
...
1. Remove rt_hw_cpu_reset implementation in libcpu.
2. Update configuration.
3. Add drv_log.h for building.
4. Fix warnings.
2023-08-24 12:54:19 -04:00
liYangYang
b4dac34167
[bsp][stm32l431-BearPi] 为BearPi支持lpuart1外设
2023-08-23 22:09:52 -04:00
Meco Man
30c793fdb9
[tools] add GetGCCLikePLATFORM
...
GCC like means the toolchains which are compatible with GCC
2023-08-21 01:25:52 -04:00
yuanzihao
5b36522b48
[bsp][gd32]添加 立创开发板 GD32F470 的 SDRAM驱动,从STM32的drv_sdram.c修改而来
2023-08-20 23:47:59 -04:00
Meco Man
b08d8672d2
[libc][posix/io/stdio] rename libc.c as posix/stdio.c
2023-08-17 02:22:53 -04:00
Fan YANG
0bd93292b3
[bsp][hpmicro] Update libraries, add new BSPs
...
- Updated hpm_sdk in libraries
- Updated rt-thread driver adapter
- Updated bsp for hpm6750evkmini
- Updated bsp for hpm6750evk
- Added bsp for hpm6750evk2
- Added bsp for hpm6300evk
- Added bsp for hpm6200evk
Signed-off-by: Fan YANG <fan.yang@hpmicro.com>
2023-08-16 13:46:43 +08:00
zhkag
83a2863ab6
[bsp][stm32][rt-spark] 更新 cubemx ports
2023-08-14 13:55:28 +08:00
guozhanxin
f53fc15f03
[bsp/ifx] add cyw43012 wifi module
2023-08-10 22:52:59 -04:00
cx
9968f84c2b
[stm32][pandora] fix LCD init ahead PWM
2023-08-09 02:48:36 -04:00
Meco Man
c6a2f5b7bd
rt_hw_cpu_shutdown: implement default weak function
...
and remvoe duplicated default functions in each cpu/bsp level
2023-08-08 22:34:25 -04:00
Meco Man
cb810dfe75
rt_hw_cpu_reset: remove all other rt_weak
2023-08-08 22:34:25 -04:00
KunYi Chen
b3f7591811
avoid warning message of sequence-point
...
board/ports/touch/gt911/src/gt911.c: warning: operation on '*(config + 8)' may be undefined [-Wsequence-point]
config[8] = config[8] ^= (1 << 3);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
2023-08-07 16:49:32 -04:00
vacabun
6648419999
[bsp][stm32h750_artpi] use gnu99
2023-08-06 19:04:28 -04:00
Meco Man
1c03d59651
[rtduino][stm32-l476] add LED_BUILTIN
2023-08-06 10:57:19 -04:00
Meco Man
94eb8c29be
[rtduino][stm32-f401] support timer9 as tone timer
2023-08-06 10:57:19 -04:00
zhangyan
3c289c26f0
[bsp][Phytium] qspi debug ( #7914 )
2023-08-05 14:45:11 +08:00
Meco Man
0fb393e9a1
[bsp][stm32][drv_spi.c] remove meaningless settings
2023-08-04 00:10:20 -04:00
Rbb666
a6fcb4f8a1
[bsp][renesas]update ra6m3&4 readme
2023-08-02 15:49:18 +08:00
zhangyan
31fec3bb70
[bsp] phytium e2000 update ( #7900 )
...
Co-authored-by: zhugengyu <zhugengyu@phytium.com.cn>
2023-08-02 13:27:09 +08:00
liYangYang
f5fe1a5d7b
[RTduino][stm32-f401nucleo] 支持对接引脚的功能切换 ( #7901 )
2023-08-01 21:02:46 -04:00
guo
51100ae4a6
[libcpu/Kconfig] add ARCH_ARM_CORTEX_M23 define ( #7895 )
2023-08-01 00:00:49 +08:00
Shicheng Chu
5c4b44f81e
[bsp][pico]add: drv_spi and drv_i2c
2023-07-30 08:36:47 -04:00
Meco Man
f258f74c09
[ci][kconfig][qemu] guard the legacy option
2023-07-28 22:17:40 -04:00
Meco Man
4e0225a48d
[debug] use LOG_D instead RT_DEBUG_LOG
...
related: https://github.com/RT-Thread/rt-thread/pull/7799
2023-07-28 13:50:32 -04:00
bxhsiman
93cd53d06f
[bsp][wch] fix UART IRQ declarion
...
将UART4后的中断函数声明改为UART
2023-07-25 19:18:56 -04:00
GUI
6f119d4ce9
AArch64: support public linker scripts ( #7831 )
...
Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>
2023-07-25 21:31:44 +08:00
guo
14d15404d8
更新瑞萨相关 bsp ( #7858 )
2023-07-25 14:55:11 +08:00
WCX
0a6aaf12ad
[bsp][esp32-c3] Realization of scons compilation of ESP32-C3 | 实现ESP32-C3的scons编译 ( #7821 )
...
Co-authored-by: Supper Thomas <78900636@qq.com>
2023-07-25 13:42:31 +08:00
zhkag
7e5620edc3
[smart] 修复用户态 mq_receive 不能阻塞 ( #7836 )
2023-07-24 17:01:45 +08:00
Man, Jianting (Meco)
244b903e5d
[debug] 整理debug宏并增加RT_DEBUGING_CONTEXT ( #7805 )
2023-07-22 10:36:42 +08:00
wangqinglin
a07fda3470
[bsp][stm32][airm2m]<pin>更新pin num命令 ( #7390 )
2023-07-19 18:45:43 -04:00
Rbb666
2dbf9acc71
[bsp][Infineon]fix i2c init error ( #7817 )
...
添加iic4的配置,将初始化错误断言部分修改为打印方式
2023-07-17 23:59:20 -04:00
yby
c7d1a0f7cd
[add] add msp432e401y-LaunchPad BSP v0.1
2023-07-17 20:39:12 -04:00
xqyjlj
0eb75ced70
[time]时钟框架重构 ( #7794 )
2023-07-17 20:11:58 +08:00
sp-cai
0ebec472e1
[components][i2c] 优化 controt 接口格式,增加可用命令 ( #7806 )
...
原来 rt_i2c_control 只能执行 RT_I2C_DEV_CTRL_CLK 单一命令,通过此修改可以支持更多可用命令
2023-07-13 21:57:40 -04:00
Supper Thomas
350626841a
[libcpu]fix RT_ASSERT undefine ( #7816 )
2023-07-14 09:47:02 +08:00
Siwei Xu
6a9973cf19
[bsp][Infineon] Add I2C4 config for psoc6-evaluationkit
2023-07-12 12:38:10 +08:00
Zheng-Bicheng
fefffcf363
[bsp][stm32] add B-U585I-IOT02A BSP ( #7778 )
...
B-U585I-IOT02A芯片为STM32U585AIIxQ,与stm32u575-st-nucleo板卡接近,因此参考stm32u575-st-nucleo对B-U585I-IOT02A板卡的BSP进行了实现
2023-07-11 00:39:29 -04:00
Supper Thomas
032a3f2704
[bsp][rt-spark] Update README.md
2023-07-10 19:13:42 -04:00
Rbb666
b0b2256da1
[bsp][renesas]fix build error
2023-07-10 01:48:21 -04:00
Meco Man
325ddd2ab7
[bsp][stm32l476][RTduino] support PWM switch to SPI
2023-07-09 20:55:51 -04:00
Meco Man
673d1dcaf0
[bsp][stm32f411][RTduino] support Tone hwtimer
2023-07-09 20:55:51 -04:00
Meco Man
a75de72bb1
[RTduino][ST7789] fix the demo of duration time caculation
2023-07-09 20:55:51 -04:00
Meco Man
5a51cd29c7
[bsp][stm32f411][RTduino] pins_switch_to_spi -> switchToSPI
2023-07-09 20:55:51 -04:00
Meco Man
237bbfd968
[debug] remove RT_DEBUG_xxx
...
remove RT_DEBUG_THREAD RT_DEBUG_SCHEDULER RT_DEBUG_IPC RT_DEBUG_TIMER RT_DEBUG_IRQ RT_DEBUG_MEM RT_DEBUG_SLAB RT_DEBUG_MEMHEAP
2023-07-09 00:19:29 -04:00
liYangYang
3660db39a1
[RTduino][stm32-f411nucleo] 支持对接引脚的功能切换 ( #7798 )
2023-07-09 00:19:11 -04:00
Meco Man
a87b399848
[stm32][RTduino] limit pin max number check
2023-07-08 21:47:57 -04:00
Meco Man
4f1f96bbce
[stm32l475][RTduino] support tone timer
2023-07-08 21:47:57 -04:00
Supper Thomas
9295bc78ea
[bsp][stm32] remove the useless bsp ( #7795 )
2023-07-08 14:58:10 +08:00
Supper Thomas
b59d243c4f
[bsp][stm32][spark]first version ( #7787 )
2023-07-07 09:39:57 +08:00
wusongjie
81c8919889
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2023-07-06 10:20:35 +08:00
zhkag
c0a5129ed4
[bsp][acm32] 修复 acm32 并添加 ci ( #7783 )
2023-07-05 18:22:45 +08:00
zhkag
efbcd5d487
[bsp][renesas] 修复 renesas 部分 bsp 并添加 ci ( #7782 )
2023-07-05 18:21:43 +08:00
zhkag
9c14c518db
[bsp][mm32] 修复编译问题 ( #7780 )
...
Co-authored-by: Supper Thomas <78900636@qq.com>
2023-07-05 18:20:08 +08:00
Shell
af01d1fd1c
[components/mm] improve output of list_page ( #7779 )
2023-07-05 17:54:28 +08:00
wusongjie
8aa4366cb2
Drivers: Support Open Firmware API and model of PIC
...
We support OFW API to replace fdt old API, and add
IRQ, IO, Platform-Bus, CPUs ... OFW node contorl.
To support work with Device Tree or ACPI in drivers
that use IRQ, we make a programmable interrupt
controller driver's model.
Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>
2023-07-05 16:45:16 +08:00
程蒙蒙
fd3b432915
[STM32WL55]修复scons编译不通过,完善link文件,移除硬件浮点支持
...
Signed-off-by: 程蒙蒙 <chengmeng_2@outlook.com>
2023-07-03 15:24:12 +08:00
程蒙蒙
72a6c91032
[bsp]stm32工程生成路径在源码目录
2023-07-03 15:20:57 +08:00
Wayne
25072608f5
[nuvoton/m460] Fix related LVGL version issues. ( #7762 )
...
Co-authored-by: Wayne Lin <wclin@nuvoton.com>
2023-07-01 22:44:03 +08:00
Shicheng Chu
2da019234e
[include][dbg]update: delete rtdebug.h ( #7759 )
2023-07-01 08:41:02 -04:00
flyingcys
2d087c04a4
add bl808-d0 spi && i2c
2023-06-30 21:00:18 +08:00
程蒙蒙
a901828541
[acm32]修复scons --dist错误 ( #7749 )
2023-06-30 08:25:40 +08:00
flyingcys
c78f646891
[bsp]add cv1800b ( #7753 )
2023-06-30 00:05:55 +08:00
Jay
69ec7981c3
[bsp][renesas] 修复SDHI尝试多块读取时只能读取到第一个块的问题 ( #7737 )
2023-06-29 17:42:13 +08:00
Meco Man
34bc78331c
[stm32][i2c] replace stm32_udelay as rt_hw_us_delay
2023-06-28 22:08:14 -04:00
guo
eafc773186
[bsp]imxrt1060 fix wrong image reference.
2023-06-28 08:51:45 -04:00
StackYuan
e95318a266
[imxrt1062]refresh rw007 module port document. ( #7734 )
...
Co-authored-by: StackYuan <yuanyjyj@outlook.com>
2023-06-27 17:09:45 +08:00
Meco Man
53c435212c
[bsp][ch32v208w] fix C++ compling errors
2023-06-26 22:42:30 -04:00
Meco Man
4b3f14565d
[ch32][risc-v][drv] fix rt_hw_us_delay compile error
2023-06-26 22:42:30 -04:00
Meco Man
0750b71e27
[bsp][ch32v307v] add _head_end for link file
2023-06-26 22:42:18 -04:00
Dozingfiretruck
78dcc3d2c8
[BSP][airm2m] 同步lib修改,包括sram加锁、修复获取rtc频率错误等 ( #7718 )
2023-06-26 22:41:59 -04:00
Bernard Xiong
ce4a9c324d
[bsp] add imx6ull smart board bsp ( #7716 )
2023-06-27 08:20:45 +08:00
Man, Jianting (Meco)
64c1d626e2
[bsp][stm32l476-nucleo] support timer 7 for RTduino ( #7721 )
2023-06-26 09:30:21 +08:00
Rbb666
b8796f55a5
[bsp][stm32]fix stm32u5 gpio interrupt error
2023-06-25 17:12:44 +08:00
xjy
d1ed0f7ddb
完善sdram引脚定义
2023-06-21 22:51:32 +08:00
xjy
a6024458ff
add link file for iar project
2023-06-21 22:50:22 +08:00
xjy
878be62a0f
消除冗余定义;修复书写错误
2023-06-21 22:49:37 +08:00
guo
8d2072de55
[kernel]add api rt_hw_interrupt_is_disabled ( #7706 )
2023-06-21 22:42:50 +08:00
xiao xie
ba76cb5ef7
[drivers]修复can驱动编译错误 ( #7708 )
2023-06-21 08:52:11 -04:00
zhkag
33f550cb65
[Kernel] message 可以返回消息的实际大小 ( #7709 )
2023-06-21 18:22:42 +08:00
DingDing
3e4797c63c
[stm32][pandora] fix the static conflict error in ROMFS
...
#### 为什么提交这份PR (why to submit this PR)
原版编译报错:Static declaration of 'romfs_root' follows non-static declaration in dfs_romfs.h
原因为:在`board/ports/drv_filesystem.c`71行用`static`定义了常量`romfs_root`,而在`rt-thread/components/dfs/dfs_v1/filesystems/romfs/dfs_romfs.h`29行,有它的外部引用:
```
extern const struct romfs_dirent romfs_root;
```
Original compilation error: Static declaration of 'romfs_ root' follows non-static declaration in dfs_romfs. h
The reason is: in 'board/ports/drv_filesystem.c' line 71 use `static` define `romfs_root`, while in `rt-thread/components/dfs/dfs_v1/filesystems/romfs/dfs_romfs.h` line 29, with its external reference:
```
extern const struct romfs_dirent romfs_root;
```
#### 你的解决方案是什么 (what is your solution)
在`drv_filesystem.c`中,不可以用static修饰这个常量,故去掉`static`关键字。
In `board/ports/drv_filesystem.c`, it is not allowed to define this constant with static, so the `static` keyword must be removed.
#### 在什么测试环境下测试通过 (what is the test environment)
正点原子潘多拉开发板
stm32l475-atk-pandora
2023-06-20 00:22:52 -04:00
Ting Liu
8a8ecbc25d
[bsp][imxrt1060] application: fix undeclared identifier error
...
Fix below build error when using LVGL:
applications/lvgl/lv_port_indev.c(73): error: use of undeclared
identifier 'BOARD_Touch_I2C_Send'
.I2C_SendFunc = BOARD_Touch_I2C_Send,
^
applications/lvgl/lv_port_indev.c(74): error: use of undeclared
identifier 'BOARD_Touch_I2C_Receive'
.I2C_ReceiveFunc = BOARD_Touch_I2C_Receive,
^
applications/lvgl/lv_port_indev.c(154): warning: implicit declaration of
function 'BOARD_LPI2C_Init' is invalid in C99
[-Wimplicit-function-declaration]
BOARD_LPI2C_Init(TOUCH_I2C, TOUCH_I2C_CLOCK_FREQ);
^
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2023-06-19 23:21:51 -04:00
dejavudwh
93baf8ddbb
[bsp][STM32] Add more Kconfig configuration support for stm32l496-st-nucleo ( #7696 )
2023-06-19 09:42:12 -04:00
Man, Jianting (Meco)
704554f1f9
[sensor-v2]将当前sensor框架revert回v1版本并独立为v2 ( #7698 )
2023-06-18 22:36:53 -04:00
Meco Man
e8c0a74036
[wch][risc-v][drv] fix a typo in drv_common.c
2023-06-17 22:02:49 -04:00
self-confident neko
1104b80a4d
[ch32][risc-v][bsp] update drv_common for wch risc-v bsp
2023-06-17 18:27:57 -04:00
zhkag
01fdd226e4
[menuconfig] 修复 menuconfig 相关问题 ( #7686 )
...
Co-authored-by: supperthomas <78900636@qq.com>
2023-06-16 20:14:05 -04:00
Shicheng Chu
61c53e3e9f
[bsp][lpc55sxx]update: update keil default project
...
1.update keil default project
2.add rtduino aht10 demo
2023-06-16 19:28:53 -04:00
zst123
96207d4246
[bsp][stm32u575] add ADC support
2023-06-15 18:37:31 -04:00
zhkag
5a07d137b8
[bsp] BSP support menuconfig for fujitsu
2023-06-15 09:25:17 -04:00
zhkag
d65238febb
[bsp] BSP support menuconfig for sam7x
2023-06-15 09:24:45 -04:00
Meco Man
ee3ecf82d7
[bsp][ch32-rsicv][sconscript] add drv_common.c
...
attach bf4594870e
2023-06-14 18:49:04 -04:00
Meco Man
4f5ba63c7c
[cpp] attach CXXFLAGS to reduce the resource consumptions
2023-06-14 08:49:33 -04:00
dejavudwh
49ae4ab614
Modify code format
2023-06-14 08:48:29 -04:00
dejavudwh
0131018884
BSP support menuconfig for lms38962
2023-06-14 08:48:29 -04:00
dejavudwh
e4fdf23cef
BSP support menuconfig for lm3s9b9x
2023-06-14 08:48:07 -04:00
self-confident neko
bf4594870e
向 wch-riscv-bsp 添加 drv_common.c/.h 文件 ( #7671 )
2023-06-14 19:34:37 +08:00
vandoul
446fdf1329
[bsp/renesas/ebf_qi_min_6m5]use fsp v4.4.0, add sci spi config item, add sci i2c driver, update README.
2023-06-12 21:40:42 -04:00
wangqinglin
4003172797
删除ioremap 宏定义 ( #7662 )
2023-06-12 19:52:11 +08:00
wangqinglin
edaa0d9c8a
更新rk3568 bsp 支持PSCI、amp模式
2023-06-11 21:41:37 -04:00
Meco Man
690446ee90
[pandor]st77xx update demo
2023-06-10 19:00:25 -04:00
Meco Man
28b7c88269
[stm32][drv_spi] revert the typo
...
it shouldn't be a static variable.
2023-06-10 19:00:08 -04:00
KurisaW
1d748a7fd8
[bsp][stm32] 修改STM32G474 ioc工程为正确的芯片型号
2023-06-10 09:38:08 -04:00
zhkag
0f998f6b05
[simulator] 模拟器可以使用 utest 测试框架 ( #7644 )
...
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-06-10 12:32:34 +08:00
wdfk-prog
7c3f5c3879
[bsp][stm32][spi] 优化DMA数据非字节对齐的处理流程
2023-06-09 22:48:22 -04:00
guo
3a7546671a
[bsp/renesas] drv_sci_spi.c add timeout. ( #7632 )
2023-06-09 06:22:59 +08:00
flyingcys
0b6f7743f1
[bsp/bouffalo_lab]update sdio host driver ( #7642 )
...
Co-authored-by: chenyisong <chenyisong@tuya.com>
2023-06-08 23:39:52 +08:00
shiwa
10551b54cc
[bsp][essemi]es32vf2264更新部分库函数和驱动,添加RTduino支持 ( #7619 )
2023-06-08 02:13:01 -04:00
zhkag
22972409d4
[simulator] 修复 linux simulator 编译运行失败
2023-06-07 08:52:28 -04:00
guozhanxin
0a7b08d00a
[bsp/ra6m3-hmi-board]add english README.md
2023-06-06 22:48:21 -04:00
ZengJianwei
ab8caed1a3
[bsp][gd32]添加 GD32F303 的 pwm 驱动
2023-06-06 21:06:43 -04:00
Rbb666
849f0d4a71
[bsp][Renesas]修改Readme ( #7620 )
2023-06-06 20:50:11 +08:00
winfenggao
37585a3f20
[serial_v1] 增加变量 DR_mask 成员变量提高效率 ( #7597 )
2023-06-06 00:18:32 -04:00
meng-plus
dd4a068e76
[bsp][LPC4088] 增加IAR环境的支持 ( #7611 )
2023-06-06 00:02:54 -04:00
Shicheng Chu
ff8064c02e
[bsp][pico] add drv_wdt ( #7614 )
2023-06-05 22:03:16 -04:00
tangzz98
26ac806521
[bsp][stm32] add STM32F334 NUCLEO BSP ( #7600 )
2023-06-05 21:22:34 -04:00
Shicheng Chu
ccc8e7ce4d
[bsp][pico]update: add drv_adc ( #7603 )
2023-06-05 15:52:31 +08:00
Rbb666
b9cd90c600
[bsp][Renesas]add definitions to prevent compilation errors ( #7608 )
2023-06-05 11:03:53 +08:00
JasonCang
1c7e7738a7
[bsp][gd32]fixed sf probe error
2023-06-03 20:27:16 -04:00
Shicheng Chu
bf07f4183e
[bsp][pico]update: add drv_soft_spi ( #7598 )
2023-06-04 08:16:06 +08:00
rose_man
5d299ffdcd
[bsp][lpc55sxx]update: drv_soft_i2c drv_soft_spi
...
1.config pin in menuconfig;
2.update format;
3.chang soft_i2c name
2023-06-02 17:27:03 -04:00
Rbb666
b3ea130ddd
[bsp][Renesas]Modify some drivers and configuration files ( #7590 )
2023-06-02 15:47:09 +08:00
Meco Man
22fb7152d9
[stm32][spi-dma] 只有传输数据超过一定长度才会使用DMA方式
...
在传输数据为短小报文时,使用DMA模式反倒会慢
2023-06-02 03:14:32 -04:00
褚仕成
761a28e4d9
[bsp][pico]add: drv_soft_i2c
2023-06-02 10:08:29 +08:00
Man, Jianting (Meco)
1638241297
[stm32][drv_spi] 优化spi单工发送, 不对接收buffer操作
...
否则可能影响上层应用的接收/发送buffer
attach: afcc400
2023-05-31 21:54:45 -04:00
Shicheng Chu
62afa5a9dc
[bsp][lpc55sxx]add: adaptation LVGL ( #7585 )
2023-05-31 00:50:19 -04:00
Man, Jianting (Meco)
4366ca8af6
[stm32][pandora][RTduino] 完善RTduino demo ( #7584 )
2023-05-31 12:16:47 +08:00
Shicheng Chu
3a44dbbf92
[bsp][lpc55sxx]add: drv_lcd and drv_touch ( #7569 )
2023-05-30 23:40:19 -04:00
rose_man
31ede54ac7
[bsp][lpc55sxx]update drv_adc
2023-05-29 12:43:03 -04:00
alteracd
6d0f2267e8
[bsp] support menuconfig for lm4f232、rm48x50、mm32 ( #7561 )
...
Co-authored-by: supperthomas <78900636@qq.com>
2023-05-29 02:00:34 -04:00
Meco Man
099c889e2b
[RTduino][stm32][pandora] support Arduino libraries demos
2023-05-29 01:57:19 -04:00
Meco Man
afcc4005b8
[stm32][spi]完善在双工设置下仅开启TX/RX一方DMA的处理
2023-05-28 22:14:52 -04:00
flyingcys
8e4a8404e3
[bsp/bouffalo_lab]add sdcard driver ( #7577 )
2023-05-29 09:47:25 +08:00
Man, Jianting (Meco)
7a9ee5af20
[bsp][lpc55][gcc] fix the compiling errors when enable C++ ( #7575 )
2023-05-28 06:48:08 +08:00
Rbb666
a0a3b3cf87
[bsp][Infineon]Fix drv_gpio and spi problem
2023-05-27 02:31:49 -04:00
Robin Chen
790b63e923
[bsp] Add .config Kconfig file to some old bsp ( #7552 )
...
Co-authored-by: supperthomas <78900636@qq.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-25 23:55:13 +08:00
lepus
5fc22d8d42
[bsp][imxrt]dos to unix in linux
2023-05-25 11:33:50 -04:00
guo
3cc5fe5539
[bsp][ra6m3-hmi-board] support gcc and llvm-arm toolchain. ( #7553 )
...
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-25 11:09:34 -04:00
zhiqiandeng
17ce4a462b
[bsp][yichip] add yc3122-pos ( #7526 )
...
Co-authored-by: supperthomas <78900636@qq.com>
2023-05-23 16:07:16 +08:00
Rain Park
7f31d5cb8c
[bsp][stm32][stm32l496-st-discovery] add stm32l496G DISCO bsp ( #7544 )
...
Signed-off-by: spencergotowork <1162678210@qq.com>
2023-05-22 02:56:33 -04:00
Meco Man
3334a05148
[stm32l4] support SPI3 RX DMA
2023-05-22 02:56:14 -04:00
Man, Jianting (Meco)
7aa3c806cd
[stm32l475][Kconfig] add BSP_USING_PWM4_CH2 when enable RTduino
2023-05-22 01:40:49 -04:00
Meco Man
1f4f495da6
[rtduino][stm32] support SPI LCD
2023-05-21 15:37:18 -04:00
vandoul
a36d2df236
[bsp/Infineon]psoc6 add drv sdcard ( #7522 )
...
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-20 13:26:34 +08:00
shandianchengzi
a294d7da9a
[HUST CSE][example] fix some typo bugs about 'sucess' and others. ( #7528 )
2023-05-18 10:42:44 -04:00
rose_man
c349fe68b8
[bsp][lpc55sxx]update Kconfig default and delete drv_led drv_key
2023-05-18 10:16:49 -04:00
guo
606ad9272b
[tools] llvm-arm reduce code size.
2023-05-18 10:08:31 -04:00
guozhanxin
82ccbc40db
support llvm-arm 16.0
2023-05-17 12:09:10 -04:00
forest-rain
014f885d9c
[gd32][spi] add spi3\spi4 support and rt_hw_spi_device_attach
2023-05-17 00:59:12 -04:00
xinyi.gao
3b913914c2
[bsp][nxp][imxrt1020] update to support Keil AC6
2023-05-16 21:53:38 -04:00
suxiaocheng
e865b5b7dd
[bsp/raspberry-pico] fix sys_tick setting wrong clock source
2023-05-16 20:19:07 -04:00
褚仕成
5f8b33f85d
[bsp][lpc55sxx]update: drv_spi
2023-05-17 07:20:05 +08:00
Meco Man
6cea142222
[tool][release] add tools/release folder for the scrips that prepare the version release
2023-05-15 09:03:04 -04:00
Shicheng Chu
5e188b8ca8
[bsp][lpc55sxx]update: drv_soft_i2c, fix macro ( #7506 )
...
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-15 09:02:32 -04:00
xym
ca58456843
[bsp][rt1061] 新增飞凌 ok1061-s 开发板 bsp ( #7468 )
2023-05-14 23:59:06 -04:00
Meco Man
eb08036537
[stm32][start_up] modify heap size as 0x00 and stack size as 0x400
2023-05-14 20:11:29 -04:00
Shicheng Chu
f7337f9db6
[bsp][Infineon]update: READ.me use path of relative ( #7500 )
2023-05-14 21:35:11 +08:00
Rbb666
c547cc1dff
[Renesas]Modifying some script files ( #7445 )
...
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-13 02:37:11 -04:00
flyingcys
acb5010e04
[bsp/allwinner]update allwinnter libraries object file path ( #7482 )
2023-05-12 22:50:21 +08:00
褚仕成
5991990b6a
[bsp][bl]update: drv_soft_i2c
2023-05-12 08:42:59 -04:00
Rbb666
22a7bf8711
[Renesas]Modify player output buffer to dynamic malloc
2023-05-12 12:29:42 +08:00
Liu,Yuan
df85bdeeee
[bsp][bl][tools] add dist function ( #7278 )
2023-05-12 00:14:55 -04:00
supperthomas
c94a849ba4
[CI][action] optimize the action view ( #7480 )
2023-05-12 12:03:26 +08:00
Shicheng Chu
a650e3e69c
[bsp][lpc55sxx]update rtconfig.py to support armclang configurations
2023-05-12 00:01:44 -04:00
Dozingfiretruck
132dba2e65
[bsp/airm2m] update:update AIR32F10xLib ( #7472 )
2023-05-11 21:24:05 -04:00
huanghe
50a4e8c662
[bsp][phytium]适配rt-thread5.0.0 版本 ( #7441 )
...
Co-authored-by: 朱耿宇 <zhugengyu@phytium.com.cn>
2023-05-11 10:25:21 +08:00
flyingcys
23f91e83ab
[bsp/bouffalo_lab]add drv_i2c ( #7473 )
2023-05-10 22:12:20 -04:00
liuhy-2020
3650fdd583
[bsp/essemi]增加rsicv芯片bsp:es32vf2264. ( #7463 )
2023-05-10 18:33:20 +08:00
Placebo27
538158bf20
[bsp] fix mismatched function types in rt_pin_ops for all drv_gpio.c ( #7457 )
2023-05-08 23:35:27 -04:00
Shicheng Chu
4ce116dae0
[bsp][lpc55sxx]add: rw007_lpc55sxx_port.c ( #7450 )
2023-05-08 21:51:58 -04:00
张康
7aaf5babb3
将 slider 和 slider demo 宏分离
2023-05-08 15:47:57 +08:00
flyingcys
76befa4e36
[bsp/bouffalo_lab]update uart driver pin && bl808-d0 ioremap mode ( #7456 )
2023-05-07 23:13:38 +08:00
JonasWen
16472d03f7
[bsp][at32]disable spi to change transfer size ( #7448 )
2023-05-06 10:49:39 +08:00
Ken
94ed48d338
[doc] fix document error ( #7449 )
2023-05-05 19:18:11 +08:00
Rbb666
bc9fe6d3c8
[Renesas]Update tft callback and modify comments
2023-05-05 13:28:24 +08:00
Rbb666
ac27da5689
[Renesas]Update README.md
2023-05-05 13:28:24 +08:00
Rbb666
7679b9ec1d
[Renesas]Add jpeg and g2d device support
2023-05-05 13:28:24 +08:00
Jia Salix Ye
0d7e18df1e
[HUST CSE][bsp][fix] Fix potential buffer overflow vulnerability ( #7409 )
2023-05-04 22:38:48 +08:00
LostCivilization
1efe3071c7
[HUST CSE] 变量 tick 没有初始化 ( #7424 )
2023-05-04 22:11:33 +08:00
flyingcys
6edd0586f2
[bsp/bouffalo_lab]add spi driver ( #7435 )
2023-05-04 11:49:38 +08:00
nobody
613e5a3e51
[HUST CSE]fix:修改drv_spi.c空指针问题
2023-04-29 18:16:10 -04:00
vandoul
7693c6f5ab
[fix]boot os failed in mdk ide! ( #7404 )
2023-04-29 12:41:02 +08:00
Shicheng Chu
0c55c4d3ed
[bsp][bl] add drv_soft_i2c ( #7406 )
2023-04-29 12:40:15 +08:00
zouziyu2002
ce4674defa
[HUST CSE] add forced type conversion when using 'realloc','malloc','calloc' for better readability
2023-04-28 15:55:28 +01:00
Shicheng Chu
a8b7e28741
[bsp][lpc55sxx]update:update drv_wdt ( #7397 )
2023-04-28 19:26:01 +08:00
Shicheng Chu
8964fb70ac
[bsp][lpc55sxx]update: add missing library ( #7408 )
2023-04-28 19:24:17 +08:00
Shicheng Chu
2b9a095c77
[bsp][lpc55s69]update:drv_hwtimer ( #7385 )
2023-04-28 17:44:40 +08:00
MsyCoa
1e66a25eef
[HUST CSE]drv_spi.c miss a "{" on line 83 ( #7403 )
2023-04-28 07:40:06 +08:00
yxf
4ab43ca98f
[HUST CSE][NXP][imx6sx] memset函数使用错误
2023-04-27 00:02:16 -04:00
flyingcys
c2ac614c59
[bsp/bouffalo_lab]add bl808-d0 ( #7373 )
...
Co-authored-by: chenyisong <chenyisong@tuya.com>
2023-04-26 08:50:03 +08:00
顿玄
00c04d925d
[STM32][Readme] fix incorrect image link
2023-04-24 19:31:53 +01:00
AD0naldRavenclow
fec989a69f
[HUST CSE][WCH][library] fix error in Bubble Sort ( #7240 )
2023-04-24 00:49:24 -04:00
Sseven731
17ed572644
[HUST CSE] [readme] fix invalid URL
2023-04-24 00:47:02 -04:00
Rbb666
2f9d3bfe20
[Renesas]Add HMI-Board bsp
2023-04-24 10:54:57 +08:00
Yuqiang Wang
a09a2ea6fe
[bsp][lpc55sxx] Added drv_soft_spi functionality and fixed drv_soft_i2c pin errors ( #7251 )
...
1.lpc55sxx添加软件模拟SPI驱动
2.lpc55s69 board在Kconfig中添加软件SPI配置项
3.lpc55s69添加通用GPIO引脚定义
4.lpc55s69修正Kconfig中关于软件i2c配置项
2023-04-23 19:30:42 -04:00
chichen113
7ff6fe7c0d
[HUST CSE]github上正常但导入vscode出现乱码
2023-04-22 19:22:19 +01:00
wsxk
a894aef494
[HUST CSE][bsp] fix some documents link error ( #7335 )
2023-04-22 19:18:44 +01:00
flyingcys
90c69a0588
update bouffalo_lab libraries && script ( #7349 )
2023-04-22 23:57:53 +08:00
Chef003
9490f8818d
[HUST CSE][bsp] fix printf parameter in loongson ( #7321 )
2023-04-19 23:08:58 -04:00
hustgxj
0ace6078e7
[HUST CSE]fix logical error in judgment statement
2023-04-19 23:07:39 -04:00
lbw15507
56eafc52e8
[HUST CSE] fix: Fixed the third-level heading, cell alignment and ord… ( #7312 )
2023-04-19 14:33:38 +01:00
Chaos-3
a61bbdd6d0
[HUST CSE]fix invalid document link about env tools user manual
...
Signed-off-by: Chaos-3 <u202011995@hust.edu.cn>
2023-04-19 11:10:59 +01:00
Yaochenger
a3c5ce717c
[bsp][readme]合并ch32v208与RT1060的readme
2023-04-19 10:26:15 +01:00
Stanley L
1c886a857c
[doc][stm32] add How to create a RT-Studio project
2023-04-18 21:32:34 -04:00
zylugl
1c308310b8
[bsp]修正renesas / libraries / HAL_Drivers /drv_gpip.c形参错误 ( #7308 )
2023-04-18 12:32:42 -04:00
Hornos Lee
4f1a50be24
[HUST CSE] fix: Fixed wrong download link of env in 20+ files. ( #7296 )
2023-04-18 09:18:56 -04:00