Commit Graph

21 Commits

Author SHA1 Message Date
kk 2549b82bd6
[pin] pin_read/write rt_uint8_t to rt_ssize_t 2024-03-23 14:50:31 -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
Meco Man 0f461e870c [errno code][-RT_ERROR] fix that use RT_ERROR without - 2023-03-20 00:06:16 -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 9bc68d26a4 format Kconfig and sconscript 2023-01-08 22:52:13 -05:00
KafCoppelia 42f003fd7a drv_soft_i2c.c was not in libraries 2021-11-07 19:43:40 +08:00
mazhiyuan 99e9ea61bc 修复部分bsp编译报错 2021-10-13 11:02:01 +08:00
picospuch f84250f3cc [bsp/max32660] add onchip rtc support 2021-03-20 17:49:07 +08:00
Bernard Xiong b087b2d9b0
Merge pull request #4394 from supperthomas/ci_test
[bsp/max32660] 添加GCC编译环境和去掉Keil的microlib选项
2021-02-28 20:24:59 +08:00
jackis 8c7dd0353a Keep the project file as it is, remove test code 2021-02-27 09:53:37 +08:00
supperthomas db61c0d377 [bsp/max32660] remove the microlib about keil 2021-02-27 00:15:53 +08:00
supperthomas bc133b83a7 [bsp/max32660] add the gcc and vscode environment 2021-02-26 23:35:08 +08:00
jackis d306e39a55 [bsp/max32660] add the driver of i2c 2021-02-26 17:32:33 +08:00
supperthomas 8ac935aeaf add the driver of gpio 2021-02-16 00:02:00 +08:00
supperthomas c0f8330811 fix the sample code 2021-02-15 14:21:41 +08:00
supperthomas 3e6b866956 fix the code sytle 2021-02-15 13:59:08 +08:00
supperthomas 6c7ae38938 [bsp/max32660] add the driver of spi 2021-02-15 13:55:52 +08:00
supperthomas f818faec58 fix the code sytle 2021-02-12 00:28:44 +08:00
supperthomas c91971821e add the gcc complier 2021-02-11 20:50:05 +08:00
supperthomas 153b03f310 [bsp/max32660] add the keil project 2021-02-11 16:18:33 +08:00
supperthomas abcac46fcf first console project 2021-02-11 04:51:35 +08:00