Commit Graph

10863 Commits

Author SHA1 Message Date
supperthomas bc133b83a7 [bsp/max32660] add the gcc and vscode environment 2021-02-26 23:35:08 +08:00
supperthomas b19e71e18e fix the complier error 2021-02-18 06:33:45 +08:00
supperthomas 5c73b3e6e9 add the FAQ about hardfault 2021-02-18 06:23:53 +08:00
Bernard Xiong 51c492881a
Merge pull request #4343 from supperthomas/max32660_spi
[bsp/max32660] add the driver of spi and gpio
2021-02-17 11:13:54 +08:00
supperthomas 74d1f9b803 add the project 2021-02-16 16:30:10 +08:00
supperthomas 933f5dd392 add README and fix the code 2021-02-16 16:27:54 +08:00
supperthomas 8ac935aeaf add the driver of gpio 2021-02-16 00:02:00 +08:00
Bernard Xiong 06f47dafd2
Merge pull request #4339 from mysterywolf/exit
[libc][keil]实现_sys_tmpnam()函数
2021-02-15 23:43:32 +08:00
Bernard Xiong 91d29c33db
Merge pull request #4340 from mysterywolf/RT_TICK_PER_SECOND
[libc][keil] 在sconscript中定义CLOCKS_PER_SEC宏
2021-02-15 23:30:10 +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 d1cb9c5d97
Merge pull request #4341 from mysterywolf/unlink
[libc][iar][gcc] 优化remove函数
2021-02-15 09:28:48 +08:00
Bernard Xiong 7d72bdf303
Merge pull request #4314 from mysterywolf/mktime1
[bug][localtime]解决底层驱动格林威治时间与当地时间混乱使用的问题
2021-02-15 09:26:52 +08:00
Meco Man c842f2a067 change header 2021-02-15 08:05:49 +08:00
Meco Man 540bacad9c update 2021-02-15 08:03:52 +08:00
Meco Man abcb050603 [libc][iar][gcc] 优化remove函数 2021-02-15 07:53:58 +08:00
Meco Man 4615a7d96c remove gcc 2021-02-15 07:35:14 +08:00
Meco Man 33769db3cf [libc][gcc][keil] 在sconscript中定义RT_TICK_PER_SECOND宏 2021-02-15 07:17:16 +08:00
Meco Man c4d11f52dd update 2021-02-14 18:47:48 +08:00
Meco Man bb35f07bf2 implement _sys_tmpnam() 2021-02-14 18:46:55 +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