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
Bernard Xiong
bfde38030b
Merge pull request #4334 from mysterywolf/exit
...
[libc][exit][abort] 重新实现exit和abort函数
2021-02-13 23:20:21 +08:00
Meco Man
652d98bca6
update dlibc syscalls.c
2021-02-13 15:16:53 +08:00
Meco Man
2530a5a272
[dlib]remove syscalls.h and add syscalls.c to implement exit() and abort()
2021-02-13 15:14:07 +08:00
Meco Man
f1fa47611f
update
2021-02-13 13:30:40 +08:00
Meco Man
23d4c200c9
add noreturn
2021-02-13 13:23:18 +08:00
Meco Man
b89b3958bc
[libc][exit][abort] 重新实现exit和abort函数
2021-02-13 13:16:17 +08:00
Bernard Xiong
d1d2d3a210
Merge pull request #4317 from DavidLin1577/patch-3
...
[bsp]Fixed the stack overflow bug in i2c.c
2021-02-12 23:53:57 +08:00
Bernard Xiong
eda10bb966
Merge pull request #4318 from DavidLin1577/patch-4
...
[bsp]Mini optimized the drv_sound.c
2021-02-12 23:07:50 +08:00
Bernard Xiong
122a1753d5
Merge pull request #4330 from liruncong/RT_SECTION
...
SECTION改为RT_SECTION
2021-02-12 13:02:31 +08:00
Bernard Xiong
12ce3bd4ff
Merge pull request #4332 from supperthomas/max32660
...
[bsp/maxim]add the bsp of max32660-evsys
2021-02-12 12:58:44 +08:00
supperthomas
f818faec58
fix the code sytle
2021-02-12 00:28:44 +08:00
Meco Man
f0805a7973
Merge pull request #16 from RT-Thread/master
...
pr
2021-02-11 09:45:49 -06:00
Bernard Xiong
a4dd106d49
Merge pull request #4316 from mysterywolf/gettimeofday
...
[libc][time] 修复多处bug;增加time相关函数
2021-02-11 23:37:25 +08:00
supperthomas
096253936f
[bsp/max32660] add readme
2021-02-11 23:33:38 +08:00
Bernard Xiong
ff9ef1a527
Merge pull request #4331 from mysterywolf/syscall
...
[libc][newlib]remove _gettimeofday_r() and _times_r()
2021-02-11 22:37:26 +08:00
supperthomas
c91971821e
add the gcc complier
2021-02-11 20:50:05 +08:00
Meco Man
ce4fabe158
add errno
2021-02-11 20:48:30 +08:00
Meco Man
dbe1a9c2dc
移除无用的代码
2021-02-11 16:29:14 +08:00
supperthomas
153b03f310
[bsp/max32660] add the keil project
2021-02-11 16:18:33 +08:00
Meco Man
dd147925e5
fix time() return value
2021-02-11 13:41:24 +08:00
supperthomas
864d1dd703
fix the project
2021-02-11 10:57:00 +08:00
supperthomas
abcac46fcf
first console project
2021-02-11 04:51:35 +08:00
Meco Man
e904f9bf27
update common
2021-02-11 03:03:59 +08:00
Meco Man
b4c8cb1445
remove declare
2021-02-11 03:02:32 +08:00
Meco Man
a400991ee9
remove _gettimeofday_r() and _times_r()
2021-02-11 02:58:19 +08:00
Meco Man
e3fee1ca77
2 spaces -> 4 spaces
2021-02-11 02:46:23 +08:00
Meco Man
d67d4d3fd0
add difftime()
2021-02-11 02:34:38 +08:00
Meco Man
51cb109cf8
fix bug #3183 - align days[] and months[] to 4 bytes
2021-02-11 02:33:45 +08:00
Meco Man
5e5ceabfdc
add ctime_r() and re-implement ctime()
2021-02-11 02:32:47 +08:00
Meco Man
072dbe57c6
format & add clear tm_isdst
2021-02-11 02:31:53 +08:00
Meco Man
66e2a9424b
update
2021-02-10 21:01:16 +08:00
liruncong
6df5634b52
[bsp]SECTION=>RT_SECTION(与catch2中SECTION冲突)
2021-02-09 23:25:56 +08:00
liruncong
0208fc5546
[components]SECTION=>RT_SECTION(与catch2中SECTION冲突)
2021-02-09 23:25:46 +08:00
liruncong
12d5ca60c5
[libcpu/arm]SECTION=>RT_SECTION(与catch2中SECTION冲突)
2021-02-09 23:25:34 +08:00
liruncong
f5ede64c83
[include]SECTION=>RT_SECTION(与catch2中SECTION冲突)
2021-02-09 23:25:16 +08:00
Bernard Xiong
acda6bbccb
Merge pull request #4322 from DavidLin1577/patch-6
...
Update coding_style_cn.md
2021-02-09 09:43:07 +08:00
Bernard Xiong
09024c25f0
Merge pull request #4321 from mysterywolf/blue
...
[stm32][bluepill] 增加英文参考资料
2021-02-08 20:35:43 +08:00
David Lin
7b32278a39
Update coding_style_cn.md
...
反应->反映
2021-02-08 17:32:28 +08:00
Meco Man
10e955638d
[stm32][bluepill] 增加英文参考资料
2021-02-08 15:01:13 +08:00
Bernard Xiong
b7c2c85aa0
Merge pull request #4320 from DavidLin1577/patch-5
...
[bsp] mini optimized the drv_xpt2046.c
2021-02-08 14:39:29 +08:00
David Lin
a76fde6ca4
[bsp] mini optimized the drv_xpt2046.c
...
error device name xpt2049 in pi4 , so changed xpt2049 -> xpt2046.
2021-02-08 12:34:25 +08:00
David Lin
79267212ef
[bsp]Mini optimized the drv_sound.c
...
1. "tx_fifo = rt_calloc(1, TX_FIFO_SIZE); " , so deleted the line "rt_memset(tx_fifo, 0, TX_FIFO_SIZE);"
2. " rx_fifo = rt_calloc(1, TX_FIFO_SIZE); " , so deleted the line "rt_memset(rx_fifo, 0, TX_FIFO_SIZE);"
2021-02-08 11:57:50 +08:00
Meco Man
39ff4b5a97
修改时区计算公式的错误
2021-02-08 11:37:24 +08:00
Meco Man
2645aec2e3
删除没有用的预编译,在新版的IAR中此已经不需要了
...
对time函数增加RT_WEAK
2021-02-08 11:30:49 +08:00
Meco Man
3e9c77efd5
优化IAR
2021-02-08 10:55:08 +08:00
Meco Man
9b428e519f
avoid warning
2021-02-08 10:42:50 +08:00