latercomer
|
fe3c4d456e
|
bsp中option env语句替换为新语句,并同步更新了source "$xxx"语句
|
2024-06-20 14:40:42 +08:00 |
LZerro
|
f190cba0ab
|
[i2c] adjust the timing for I2C initialization
|
2024-04-29 20:46:12 -04:00 |
Meco Man
|
6a9c42a19d
|
[bsp][drv_gpio] fix the error code return when pin number is illegal
|
2024-03-24 09:18:25 +08:00 |
kk
|
2549b82bd6
|
[pin] pin_read/write rt_uint8_t to rt_ssize_t
|
2024-03-23 14:50:31 -04:00 |
Meco Man
|
3f26998f9c
|
[bsp] update projects
|
2024-03-21 11:23:29 +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 |
Xian Wu
|
22b9de6f1d
|
[synwit] add variant_dir for libraries building
|
2023-12-28 15:04:59 +08:00 |
Xian Wu
|
6360253c12
|
Synwit MCU 采用新的 BSP 框架,将 BSP 与 libraries 分离 (#8432)
|
2023-12-27 18:41:52 +08:00 |
Xian Wu
|
f4c05e3cc3
|
make swm341 project running correctly (#8423)
解决 swm341 project 无法正确运行的 bug
|
2023-12-26 18:58:40 +08:00 |
Xian Wu
|
4018092baf
|
update CSL library (#8370)
|
2023-12-12 18:23:12 +08:00 |
Meco Man
|
9fec43f0ea
|
correct and format Kconfig
|
2023-12-03 21:25:00 +08:00 |
guozhanxin
|
9e79333512
|
[project] update mdk/iar project and config.
|
2023-10-08 11:21:00 +08:00 |
wangqinglin
|
a07fda3470
|
[bsp][stm32][airm2m]<pin>更新pin num命令 (#7390)
|
2023-07-19 18:45:43 -04: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 |
Hornos Lee
|
4f1a50be24
|
[HUST CSE] fix: Fixed wrong download link of env in 20+ files. (#7296)
|
2023-04-18 09:18:56 -04:00 |
yangjie11
|
95e6b69b8e
|
sync and update all projects (#7138)
* sync and update
|
2023-03-31 16:49:48 +08:00 |
Zxy
|
4ed9bc11f7
|
[errno code]fix that use RT_ENOSYS without - (#7084)
* [errno code]fix that use RT_ENOSYS without -
* Update bsp/airm2m/air32f103/libraries/rt_drivers/drv_hwtimer.c
---------
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2023-03-23 01:54:42 -04:00 |
Meco Man
|
0f461e870c
|
[errno code][-RT_ERROR] fix that use RT_ERROR without -
|
2023-03-20 00:06:16 -04:00 |
Meco Man
|
dfddd79b24
|
[errno code][-RT_EINVAL] fix that use RT_EINVAL without -
|
2023-03-16 20:21:43 -04:00 |
Meco Man
|
2cc9bd876e
|
[error code][-RT_EIO] fix that use RT_EIO without -
|
2023-03-16 20:20:37 -04:00 |
Meco Man
|
f58d3c5200
|
rt_device_write/read return data type as rt_ssize_t
rt_ssize_t can give negative error code, which follows the unix style correctly
|
2023-02-07 21:43:57 -05:00 |
Meco Man
|
ddccef3a64
|
modify RT_ALIGN_SIZE as 8 by default
|
2023-01-12 22:47:23 -05:00 |
Meco Man
|
592284c66c
|
format link scripts
|
2023-01-08 22:52:13 -05:00 |
Meco Man
|
9bc68d26a4
|
format Kconfig and sconscript
|
2023-01-08 22:52:13 -05:00 |
Man, Jianting (Meco)
|
99bdf978d7
|
[rtdef] use lower-case to define attributes (#6728)
* [rtdef] rename RT_WEAK attribute as rt_weak
* [rtdef] rename RT_USED attribute as rt_used
* [rtdef] rename RT_SECTION attribute as rt_section
* [rtdef] rename ALIGN attribute as rt_align
* [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
|
2022-12-11 13:12:03 -05:00 |
wdfk-prog
|
569e2ae1e8
|
[CAN]update struct can_filter_item and rt_can_msg (#6556)
* 修改ry命令,已便于自定义保存路径
* modified: components/utilities/ymodem/ry_sy.c
* 修复从被动错误恢复后发送返回异常
* 修复在自动重传模式下,ACK异常阻塞线程
- 删除TX中断函数else分支。仅当RQCP位 置一才进入该中断
- 添加SCE中断函数中关于ACK_ERR的else判断。自动重传模式下会进入该判断,打断自动重传释放完成量。
* 增加对于CAN1与CAN2的SCE中断和TX中断的公共处理函数
* formatting格式化代码
* update struct can_filter_item and rt_can_msg
1. 对过滤器号和索引号结构体定义中同一名称hdr进行重命名hdr_bank和hdr_index,
以便准确区分.采用宏定义兼容以前变量名.
2. 添加接收标识rxfifo,已指明是哪个RXFIFO.
* 更正42M下的波特率
* 修复接收获取索引号错误
* 添加接收标识
* 更新注释
* 取消CANFD限制
* update struct can_filter_item and rt_can_msg
|
2022-11-21 21:45:51 -05:00 |
Meco Man
|
c67ff54b6e
|
[Kconfig] remove PKG_USING_SENSORS_DRIVERS and PKG_USING_TOUCH_DRIVERS
|
2022-11-06 23:01:37 -05:00 |
Meco Man
|
688b6e2014
|
[iar] PLATFOMR更正为'iccarm'
|
2022-09-29 20:58:34 -04:00 |
woody
|
7d469384b5
|
将swm320和swm341整合进synwit (#6290)
* 将swm320和swm341整合进synwit
|
2022-08-16 12:43:24 -04:00 |