Zxy
|
c8b30bf31a
|
[device]修改i2c读写函数返回类型为rt_ssize_t (#7029)
|
2023-03-09 23:42:58 -05:00 |
chenhy0106
|
f6847af0cd
|
[libcpu/riscv/c906] fix "next_asid" type error (#7031)
MAX_ASID最大为0x10000,在next_asid==MAX_ASID时进入下一个generation。因此next_asid不能只有16位,否则将不能进入下一个generation。修改rt_uint16_t为rt_uint32_t。
|
2023-03-09 07:25:54 -05:00 |
charlown
|
95fea2f159
|
[ch32]修正接口数据类型 (#7025)
|
2023-03-08 22:52:07 -05:00 |
Yaochenger
|
cfc6bf9b12
|
[libcpu/risc-v]更新移植readme
|
2023-03-07 22:04:26 -05:00 |
slhuan
|
e722733178
|
修改doc文件夹下pwm例程中将led的io设置为输出模式后再使用PWM控制LED,经验证使用这样是无法正常输出PWM的
|
2023-03-07 22:04:09 -05:00 |
cyyang
|
7c95cc98f9
|
Remove redundant 'extern' in function declaration
|
2023-03-06 21:20:58 -05:00 |
Meco Man
|
0429452465
|
[bsp][rtduino] update arduino_main.cpp
|
2023-03-05 21:10:08 -05:00 |
Misthao
|
fab0e506be
|
新增stm32f401-weact-blackpill BSP(STM32F401CCU6最小系统板) (#6973)
* 新增stm32f401-weact-blackpill
|
2023-03-06 10:09:03 +08:00 |
Yaochenger
|
922e6e40d3
|
[libcpu/risc-v]迁移libcpu/risc-v/e310与rv32m1文件中内容至bsp (#7015)
|
2023-03-05 19:43:58 -05:00 |
supperthomas
|
bd22ff5f8e
|
[tools][vsc] Add the workspace of vscode (#7017)
|
2023-03-04 14:42:43 -05:00 |
betesla
|
d1baf1f5b5
|
[Fix]:fix at_server.c link failed when using ac6
use __ARMCC_VERSION to replace __CC_ARM
|
2023-03-03 19:04:43 -05:00 |
Rbb666
|
d1e1f66e42
|
[STM32]Fix f469 touch build error and set lvgl to double buffer
|
2023-03-02 23:22:02 -05:00 |
Rbb666
|
3abfd4e5c1
|
[Renesas]Add tft-lcd pin connection description
|
2023-03-02 22:53:29 -05:00 |
Shell
|
0de21341f9
|
[fix] mm bugs (#7010)
* [fix] implementation fault on avl
* [fix] mm may free varea allocated statically
* [test] add test and benchmark for avl
|
2023-03-03 11:51:21 +08:00 |
杨熙
|
b7c2d1ba42
|
[bsp][lpc55sxx] add CPU define for S06/S16/S29/S36 make GCC comiple pass
|
2023-03-02 22:13:22 -05:00 |
linshire
|
a3bef4d0da
|
[bsp][lpc55sxx] 修复scons --dist工程文件复制残缺的问题
修复CMSIS缺失的问题
|
2023-03-02 21:54:19 -05:00 |
Yaochenger
|
95540854a6
|
[libcpu/riscv]迁移libcpu/riscv/ch32中文件至bsp (#7004)
|
2023-03-02 09:17:43 -05:00 |
Yaochenger
|
fc2e122ee2
|
[libcpu/risc-v]迁移libcpu/risc-v/hpmicro中的文件至bsp
|
2023-03-02 09:16:59 -05:00 |
Yaochenger
|
6aa2445522
|
[libcpu/risc-v]移除bumblebee文件夹与nuclei文件夹中的内容至bsp
|
2023-03-02 09:16:12 -05:00 |
wangxiaoyao
|
d1ed1c06cb
|
[timer] use int pointer to interpret notify func in sevp
|
2023-03-02 15:48:46 +08:00 |
wangxiaoyao
|
31bfc855c1
|
[syscall][fix] kernel overwrite ustack data in timer create
|
2023-03-02 15:48:46 +08:00 |
Yaochenger
|
892ef3dc5b
|
[libcpu/risc-v]将cv32e40p文件夹中文件移至BSP (#7002)
|
2023-03-01 21:34:35 -05:00 |
Rbb666
|
00ad3921e4
|
[STM32]Add STM32F723E-DISCO bsp support
|
2023-03-01 08:23:35 -05:00 |
Rbb666
|
aa19e1376c
|
[Renesas]Fix add lvgl build error problem
|
2023-03-01 17:36:51 +08:00 |
Rbb666
|
afd86f4547
|
fix stm32 drv_lcd some problem (#6836)
* LTDC:将 Alpha 通道默认设置为0(完全透明)
* rt_malloc 替换为 rt_malloc_align
|
2023-03-01 02:12:50 -05:00 |
Man, Jianting (Meco)
|
423f0c6134
|
Revert "[kernel][timer] 修复在IAR下数据类型报错 (#6804)"
This reverts commit 93a7cff44c .
|
2023-03-01 02:11:59 -05:00 |
Yaochenger
|
b9e4fcfc68
|
[libcpu][riscv]整合libcpu/riscv中的移植文件 提供一份公共代码于common (#6941)
整合libcpu/riscv中的移植文件 提供一份公共代码于common
在提交本pr时,除hpmicro的内核,rv32内核bsp已完成去除大部分的冗余,大部分代码采用common中的实现。本pr的作用是进一步统一common中的文件,从而提供一份公用代码,新移植的RV32内核的BSP可以全部使用common代码。
- 在common中提供一份公用文件:interrupt_gcc.S
- 修改原有的文件,将原有的中断中上下文切换代码替换为interrupt_gcc.S
- 基于上述修改,修改仓库中risc-v内核的BSP与移植相关的部分 (主要包含中断入口函数 中断栈等)
- 在common中提供一份公用文件:trap_common.c;提供统一中断入口函数,中断入口函数初始化,中断入口注册等函数,并完善异常时的信息输出
- 在common中提供一份公用文件:rt_hw_stack_frame.h;将栈帧结构体剥离,供用户使用
- 在上述工作完成后,在上述工作的基础上测试仓库中risc-v内核的BSP
- 完善函数中的命名,完善中断栈的获取
- 提供一份详细的基于现有common文件的移植指南
#### 在什么测试环境下测试通过
- 1.CH32V307V-R1-R0
- 2.CH32V208W-R0-1V4
- 3.HPM6750EVKMINI
- 4.GD32VF103V-EVAL
- 5.qemu(CORE-V-MCU )
> 与上述开发板使用同样芯片的BSP均测试通过
在CH32V307V-R1-R0与HPM6750EVKMINI上基于现有移植文件进行多线程复杂场景下的长时间测试,测试过程系统运行正常。
|
2023-03-01 01:32:43 -05:00 |
linshire
|
4021b82161
|
[bsp][ch32] fix the empty function ch32dma_transmit return error code as -RT_EIO
|
2023-02-28 17:41:17 -05:00 |
螺丝松掉的人
|
3a08336cb5
|
[bsp][lpc55sxx] update pwm driver
|
2023-02-28 17:37:09 -05:00 |
bernard
|
75c3261181
|
[Kernel] Fix the alignment issue for memheap.
|
2023-02-28 17:32:36 -05:00 |
zhkag
|
111a5b88cb
|
smart select POSIX timer clock
|
2023-03-01 00:37:20 +08:00 |
Yifang
|
ae0296e802
|
[rtduino][lpc55s69] 添加RTduino所需i2c引脚定义及结构体对象声明 (#6984)
|
2023-02-27 21:28:39 -05:00 |
Bernard Xiong
|
c5cb58383c
|
[BSP] Add vscode setting. (#6992)
|
2023-02-28 09:17:36 +08:00 |
杨熙
|
8015b61fcb
|
[bsp][lpc55sxx] update spi driver (#6986)
* [bsp][lpc55sxx] update spi driver
1. update spi driver, fix pin driver
2. move DMA_Init to board.c
* [bsp][lpc55sxx] formmat code
* [bsp][lpc55sxx] format lpc55s69_nxp_evk board file
|
2023-02-27 18:27:42 -05:00 |
sheltonyu
|
7542f780e9
|
replace RT_WEAK macros with rt_weak
|
2023-02-27 18:27:14 -05:00 |
sheltonyu
|
d6605e3f8b
|
fixed gcc compiling usb driver errors, update for including file position and adding macros
|
2023-02-27 18:27:14 -05:00 |
liYangYang
|
26fab3e792
|
[wch][spi] 修改ch32 risc-v spi底层驱动函数返回值类型 (#6979)
* [wch][spi] 修改ch32 risc-v spi底层驱动函数返回值类型
---------
Co-authored-by: Zxy <1308465141@qq.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2023-02-27 18:26:16 -05:00 |
褚仕成
|
dfad527019
|
[arduino][lpc55s69] : update PWM
|
2023-02-27 14:20:08 +08:00 |
Zxy
|
f5798d9917
|
[pin][5.0.0] 修正pin框架数据类型使用不当 (#6934)
|
2023-02-26 21:17:51 -05:00 |
liYangYang
|
93d572dee6
|
[spi][5.0.0] 修正SPI设备框架中,对函数返回值类型使用不恰当的情况 (#6937)
|
2023-02-26 21:09:07 -05:00 |
Bernard Xiong
|
f295d3df78
|
[libcpu.aarch64] add rt_backtrace function. (#6982)
* [libcpu.aarch64] add rt_backtrace function.
|
2023-02-27 10:04:10 +08:00 |
geniusgogo
|
ab7ab19be5
|
fixed ctime timer_delete timerid parameter check. (#6977)
* fixed ctime timer_delete timerid parameter check.
|
2023-02-27 09:59:45 +08:00 |
vandoul
|
cdd2755bbd
|
[bsp][lpc55sxx]修复drv_spi和drv_pwm测试得到的问题 (#6983)
修复spi通过env配置选中之后没有使能的问题,修改spi获取时钟源的API,修改cs脚无效的问题;
修复pwm不能修改频率和占空比的问题,修改pwm获取时钟源的API解决PWM频率和占空比不正确的问题。
|
2023-02-26 20:06:05 -05:00 |
linshire
|
e63e33a3c6
|
[ch32][bsp] fix warning: rt_size_t to rt_ssize_t
|
2023-02-25 13:50:33 -05:00 |
wangxiaoyao
|
12f0df9279
|
[libcpu/aarch64] stop when no page is free
|
2023-02-25 20:05:59 +08:00 |
wangxiaoyao
|
fef2607764
|
[lwp] save virtual addr in shm structure
|
2023-02-25 20:05:59 +08:00 |
geniusgogo
|
a53367ac08
|
fixed O_LARGEFILE not defined ci build error.
|
2023-02-25 17:07:20 +08:00 |
geniusgogo
|
53afeda538
|
fix inet_ioctlsocket set O_LARGEFILE flag by musl.
|
2023-02-25 17:07:20 +08:00 |
geniusgogo
|
d3553e7220
|
fixed fstat/stat/readlink syscall.
|
2023-02-25 17:07:20 +08:00 |
zhkag
|
4c1c6ef4e4
|
解决关中断时进行了调度操作
|
2023-02-25 02:46:01 -05:00 |