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 |
Mengxi-Xu
|
d2308d41d7
|
[components] [fdt] add parameter check
|
2023-06-04 13:50:04 -04: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 |
goldengrandpa
|
e88a19467e
|
[ctime]解决clock_gettime计算出来的nsec超过1sec的问题
|
2023-05-31 22:52:33 -04: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 |
Wayne
|
ed4b4ca9e6
|
[libcpu] [cortex-a] Revert RT_SMP_AUTO_BOOT. (#7549)
Co-authored-by: Wayne Lin <wclin@nuvoton.com>
|
2023-05-29 15:23:42 +08:00 |
Yohozzy
|
0cbb665a1c
|
[components] [lwip]重新提交 : ping超时计算bug (#7545)
函数的输入超时参数的单位是ms, 系统接口无论1.x版本还是2.x, 最终都会将毫秒时间再去转一次tick, 用于rtthread邮件接收超时. 所以此处直接按原值进行转换,不需要加入对RT_TICK_PER_SECOND的转换
|
2023-05-29 02:02:01 -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 |
guo
|
7a4f9d0ada
|
[libc] picolibc support heap. (#7571)
|
2023-05-27 00:26:34 +08:00 |
Meco Man
|
8768d631d0
|
[tools][keil] fix cannot select c99 and gnu choice in Keil-MDK
|
2023-05-25 12:16:41 -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 |
XzcUbuntu
|
b27f910cad
|
[libc][posix][signal] 增加posix_signal.c部分函数注释
|
2023-05-25 02:09:42 -04:00 |
geniusgogo
|
0315c0dee7
|
add lstat&sysinfo....syscall. (#7555)
|
2023-05-23 22:43:38 +08:00 |
zhiqiandeng
|
17ce4a462b
|
[bsp][yichip] add yc3122-pos (#7526)
Co-authored-by: supperthomas <78900636@qq.com>
|
2023-05-23 16:07:16 +08:00 |
zhkag
|
662aa1b7e2
|
[libc error] 编译错误PATH_MAX 未定义,移除 mq 中的 PATH_MAX 判断 (#7550)
|
2023-05-22 22:03:23 -04: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 |
Meco Man
|
93968942c2
|
[device][spi] 修复 rt_spi_sendrecv8/16 收发不同时的问题
rt_spi_send_then_recv是先发再等待一个独立的消息接收
rt_spi_transfer是收发同时进行
rt_spi_sendrecv8/16应使用rt_spi_transfer而不是rt_spi_send_then_recv
|
2023-05-22 02:55:46 -04:00 |
Arro
|
d8a42139bf
|
[components]对POSIX函数中mqueue.c的mq_unlink函数注释 (#7543)
|
2023-05-22 01:47:01 -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 |
Bernard Xiong
|
df839d5fdb
|
[building] Fix the deque issue for Env['CPPDEFINES'] (#7541)
|
2023-05-22 00:50:44 +08:00 |
Bernard Xiong
|
4b4c3c85f2
|
[atomic] add stdc atomic detection. (#7536)
|
2023-05-20 23:41:29 +08:00 |
Mengxi-Xu
|
1e5dc5509e
|
[libc][cpp] 增加 cxx_crt_init.c 函数注释 (#7535)
|
2023-05-20 01:27:55 -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 |