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
|
c021c5cd22
|
[bsp][lpc55sxx]: update debug log (#8106)
|
2023-10-03 08:18:31 +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 |
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 |
rose_man
|
c349fe68b8
|
[bsp][lpc55sxx]update Kconfig default and delete drv_led drv_key
|
2023-05-18 10:16:49 -04:00 |
褚仕成
|
5f8b33f85d
|
[bsp][lpc55sxx]update: drv_spi
|
2023-05-17 07:20:05 +08: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 |
Shicheng Chu
|
a8b7e28741
|
[bsp][lpc55sxx]update:update drv_wdt (#7397)
|
2023-04-28 19:26:01 +08:00 |
Shicheng Chu
|
2b9a095c77
|
[bsp][lpc55s69]update:drv_hwtimer (#7385)
|
2023-04-28 17:44:40 +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 |
linshire
|
825cdefe70
|
[bsp][lpc55s69]add softi2c (#7221)
|
2023-04-13 21:41:38 -04:00 |
vandoul
|
0822f02606
|
[bsp][lpc55sxx] add i2s and wm8904 driver
|
2023-03-30 23:38:30 -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 |
螺丝松掉的人
|
3a08336cb5
|
[bsp][lpc55sxx] update pwm driver
|
2023-02-28 17:37:09 -05:00 |
Yifang
|
ae0296e802
|
[rtduino][lpc55s69] 添加RTduino所需i2c引脚定义及结构体对象声明 (#6984)
|
2023-02-27 21:28:39 -05: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 |
褚仕成
|
dfad527019
|
[arduino][lpc55s69] : update PWM
|
2023-02-27 14:20:08 +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 |
褚仕成
|
1533b88390
|
[arduino][lpc55s69] : 对接RTduino
|
2023-02-22 19:20:33 -05:00 |
vandoul
|
c377c4bea3
|
[nxp][lpc55sxx] add status to lpc_i2c_bus in drv_i2c for lpc55sxx. (#6935)
添加一个status,判断I2C执行结果来修复i2c传输始终正确的BUG。
|
2023-02-19 23:09:27 -05: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 |
杨熙
|
83bd8614ab
|
Bsp lpc55sxx (#6897)
* [bsp_lpc55sxx] i2c,rtc bsp update
1. add i2c DMA mode
2. enable rtc driver
* [bsp_lpc55sxx] formmat code
using formmating.py for format code
* [lpc55sxx] remove .gitignore
* [bsp][lpc55sxx] update bsp driver
1. update sdif driver, enable DFS, FAT32
2. update rtc driver
|
2023-02-02 16:41:14 +08:00 |
杨熙
|
c9c43c8c5b
|
[bsp_lpc55sxx] i2c,rtc bsp update (#6885)
* [bsp_lpc55sxx] i2c,rtc bsp update
|
2023-01-30 21:21:52 -05:00 |
vandoul
|
076683f6e3
|
fix the syntax error of drv_spi.c in lpc55sxx.
|
2023-01-11 17:53:33 -05:00 |
Meco Man
|
9bc68d26a4
|
format Kconfig and sconscript
|
2023-01-08 22:52:13 -05:00 |
yandld
|
d58e863a6d
|
[bsp][lpc55sxx] i2c driver fix&repair
|
2023-01-06 18:42:00 -05:00 |
yandld
|
91ba90933c
|
[bsp][lpc55s06] add LPC55S06 support
|
2022-12-05 18:43:41 -05:00 |
yandld
|
6c5f9ffb0a
|
[bsp][lpc55sxx] update NXP SDK to 2_12_0
update NXP SDK to 2_12_0
|
2022-11-27 21:01:12 -05:00 |
Man, Jianting (Meco)
|
2c10d5ad01
|
[rtc] use gmtime_r to replace gmtime (#6012)
* [rtc] use gmtime_r to replace gmtime
|
2022-06-22 13:41:06 +08:00 |
guozhanxin
|
d48630e2b6
|
[bsp]fix building error.
|
2022-04-01 00:09:31 +08:00 |
Meco Man
|
df9a23c534
|
[mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO
|
2021-11-17 15:57:15 -05:00 |
supperthomas
|
4cbcf5987a
|
[bsp][lpc55] fix the console, add the us_delay,fix sdio to filesystem
|
2021-10-10 21:06:03 +08:00 |
Meco Man
|
958d940575
|
[lpcxxx] auto formatted
|
2021-03-17 02:26:35 +08:00 |
Meco Man
|
86ebf17a23
|
localtim改为gmtime
|
2021-02-07 21:49:25 +08:00 |
Meco Man
|
f073911cd3
|
解决底层驱动格林威治时间与当地时间胡乱使用的问题 mktime函数改为timegm函数
|
2021-02-07 21:08:41 +08:00 |
Xinrong Han
|
3f1407827d
|
add error checks of rt_mutex_take()
|
2021-01-04 17:08:56 +08:00 |
yangjie
|
38b3a3445e
|
[bsp][driver] 初始化 BSP 中的 rt_pin_ops
|
2020-09-11 11:16:42 +08:00 |
nxp58695
|
b422e11a06
|
added LPC55S6x BSP
|
2019-10-24 17:56:09 +08:00 |