69 Commits

Author SHA1 Message Date
Gabriel Wang
3c85e0cb0b improve compatability 2021-12-20 19:34:01 +00:00
Gabriel Wang
a08e7d97de minor update 2021-12-20 17:23:39 +00:00
Gabriel Wang
02725eaadb Merge branch 'developing' into CMSIS-Pack 2021-12-20 16:28:55 +00:00
Gabriel Wang
075b52f5ee add support for RTOS 2021-12-20 16:22:09 +00:00
Gabriel Wang
0d3d872281 update cmsis pack 2021-12-05 23:06:53 +00:00
Gabriel Wang
54ddfc6934 add stddef.h to solve missing NULL definition issue 2021-12-05 23:00:33 +00:00
Gabriel Wang
2b8e1dbc75 v1.6.4 2021-11-13 14:18:05 +00:00
Gabriel Wang
812b30b310 add 1.6.4 2021-11-13 14:11:12 +00:00
Gabriel Wang
a6c03e3554 update example, use __cycle_count__ to replace _ to avoid confusion 2021-11-13 14:07:47 +00:00
Gabriel Wang
1ad3980ee2 update library 2021-11-13 14:07:24 +00:00
Gabriel Wang
306bc2b611 mitigate warnings from IAR 2021-11-13 14:07:11 +00:00
Gabriel Wang
338d53ef04 add CMSIS Dependency information 2021-11-05 20:34:42 +00:00
Gabriel Wang
2d3835d164 add CMSIS Dependency Check 2021-11-05 19:49:40 +00:00
Gabriel Wang
17add0a9d8 mitigate warnings 2021-11-05 18:43:13 +00:00
Gabriel Wang
300c8a14e9 Update gen_pack.sh 2021-11-05 18:36:54 +00:00
Gabriel Wang
e67a03b813 add 1.6.2 2021-11-05 18:33:21 +00:00
Gabriel Wang
fd99eb9ae3 Update gcc_example.uvoptx 2021-11-05 00:27:57 +00:00
Gabriel Wang
a1c7cdd6a1 resume cmsis-pack files 2021-11-05 00:17:42 +00:00
Gabriel Wang
d767378e47 Delete GorgonMeducer.perf_counter.1.6.0.pack 2021-11-05 00:17:03 +00:00
Gabriel Wang
5a0346107c
Delete GorgonMeducer.perf_counter.pdsc 2021-11-04 23:50:09 +00:00
Gabriel Wang
c2bc597e3f Merge branch 'CMSIS-Pack' 2021-11-04 23:49:19 +00:00
Gabriel Wang
49cc83b2de update project 2021-11-04 23:48:41 +00:00
Gabriel Wang
6c7e1a2909 update packs 2021-11-04 23:33:58 +00:00
Gabriel Wang
d241f585e8 update example project 2021-11-04 23:09:17 +00:00
Gabriel Wang
6991aa5878
Merge pull request #2 from GorgonMeducer/CMSIS-Pack
cmsis pack 1.6.1
2021-11-04 23:00:29 +00:00
Gabriel Wang
ecf3599eb2 add 1.6.1 2021-11-04 22:58:32 +00:00
Gabriel Wang
7bee95f499 update url 2021-11-04 22:39:42 +00:00
Gabriel Wang
89994da1b6
Update .gitignore 2021-11-04 22:36:45 +00:00
Gabriel Wang
344d0151dc
Delete gen_pack.sh 2021-11-04 22:36:27 +00:00
Gabriel Wang
c82d313161 update URL 2021-11-04 22:34:41 +00:00
Gabriel Wang
f971f5b93a add first cmsis-pack 2021-11-04 22:29:18 +00:00
Gabriel Wang
b8a83dce0c minor project update 2021-11-04 20:08:38 +00:00
Gabriel Wang
1d36f59b1c Update main.c 2021-11-04 20:08:16 +00:00
Gabriel Wang
8891625cf4 Update systick_wrapper_gcc.s 2021-10-29 00:12:40 +01:00
Gabriel Wang
c7d7567b17 improve support for IAR 2021-10-29 00:10:53 +01:00
Gabriel Wang
20054b434b add license to lib folder 2021-07-27 16:09:45 +01:00
Gabriel Wang
c6e1dc813e update gcc_example project 2021-07-25 01:07:29 +01:00
Gabriel Wang
b1d3088eb1 code clean up 2021-07-20 00:08:26 +01:00
Gabriel Wang
ae5afb0ca1 minor update 2021-07-20 00:05:17 +01:00
Gabriel Wang
5483710769 Add a dedicated library for gcc 2021-07-19 23:55:51 +01:00
Gabriel Wang
a77a131b33 Update main.c 2021-06-19 16:29:18 +01:00
Gabriel Wang
4ae1b3202c fix issue #1
now you can use delay_us with start_perf_counter() and stop_perf_counter.
2021-06-08 11:21:18 +01:00
Gabriel Wang
4864c033b0 minor improvement 2021-06-07 16:30:39 +01:00
Gabriel Wang
1f10f986fa minor update
- Fix support for GCC
- update safe_atom_code() and __IRQ_SAFE for the latest version of CMSIS
2021-05-24 22:41:58 +01:00
Gabriel Wang
189090d936 minor update example 2021-03-30 10:02:46 +01:00
Gabriel Wang
9c080b0c01 fix typo in a comment 2021-03-24 15:21:15 +00:00
Gabriel Wang
d3ecc136d1 Major update
- introduce get_system_ticks()
- rework on __cycleof__
- update other macros to support gcc extension: ({;;;;})
- update example
2021-03-24 14:44:46 +00:00
Gabriel Wang
04712e54d8 use the longest period during the initialization if the systick is not occupied by user applications 2021-03-24 11:20:23 +00:00
Gabriel Wang
f06324c00d resolve potential conflicts among macro definitions 2021-03-24 11:17:28 +00:00
Gabriel Wang
f9a27d4ba0 update example coding style 2021-03-24 11:04:52 +00:00