Gabriel Wang
|
3b9aede585
|
update copy-right-info
|
2022-02-26 23:29:51 +00:00 |
|
Gabriel Wang
|
1dd93e9a0a
|
v1.9.3
|
2022-02-26 23:28:27 +00:00 |
|
Gabriel Wang
|
3f10f6af37
|
v1.9.2
|
2022-02-14 16:36:03 +00:00 |
|
Gabriel Wang
|
1f4bf7fcab
|
improve RTOS support
|
2022-02-13 20:04:40 +00:00 |
|
Gabriel Wang
|
ebf2323b52
|
v1.9.0
|
2022-02-12 23:04:46 +00:00 |
|
Gabriel Wang
|
1607c021f5
|
add version v1.8.2
|
2022-01-29 17:07:25 +00:00 |
|
Gabriel Wang
|
41df3b48f0
|
fix issue found in virtual task cycle info agent
|
2022-01-16 18:28:13 +00:00 |
|
Gabriel Wang
|
7b055646e3
|
add new feature: global virtual task cycle agent
|
2022-01-16 00:22:49 +00:00 |
|
Gabriel Wang
|
4e1bbd1d44
|
fix gcc library
|
2022-01-11 00:15:19 +00:00 |
|
Gabriel Wang
|
340d552756
|
fix issue found in __super_loop_monitor__
|
2022-01-10 23:48:37 +00:00 |
|
lyon
|
986ef58891
|
add project
|
2022-01-03 17:02:42 +08:00 |
|
Gabriel Wang
|
0374348924
|
update pack
|
2021-12-30 14:20:32 +00:00 |
|
Gabriel Wang
|
58a3a577c0
|
add __super_loop_monitor__()
|
2021-12-30 13:42:06 +00:00 |
|
Gabriel Wang
|
e133cc4419
|
fixed ThreadX support issue
|
2021-12-30 10:13:30 +00:00 |
|
Gabriel Wang
|
2a566561dd
|
add support for ThreadX
|
2021-12-29 14:18:41 +00:00 |
|
Gabriel Wang
|
dd1c72ae08
|
fix missing cycle information issue
|
2021-12-28 22:30:42 +00:00 |
|
Gabriel Wang
|
361817d84d
|
add support for RT-Thread
|
2021-12-27 12:16:20 +00:00 |
|
Gabriel Wang
|
6b100f65ab
|
prepare v1.7.2
|
2021-12-23 17:17:57 +00:00 |
|
Gabriel Wang
|
11f13aaf88
|
Add support for FreeRTOS
|
2021-12-22 23:11:09 +00:00 |
|
Gabriel Wang
|
e039a3031d
|
v1.7.0
|
2021-12-20 20:00:36 +00:00 |
|
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
|
54ddfc6934
|
add stddef.h to solve missing NULL definition issue
|
2021-12-05 23:00:33 +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
|
17add0a9d8
|
mitigate warnings
|
2021-11-05 18:43:13 +00: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
|
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
|
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
|
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
|
ffbdc8e296
|
remove duplicated macro safe_atom_code()
|
2021-03-24 10:51:39 +00:00 |
|
Gabriel Wang
|
c2aa5423c6
|
remove definition of _ which conflicts with other libraries, e.g. PLOOC
|
2021-03-24 10:49:06 +00:00 |
|
Gabriel Wang
|
312b9e1d4c
|
add compenstation (tested in Cortex-M3) to delay_us
|
2021-01-14 13:53:08 +00:00 |
|
Gabriel Wang
|
2e465bc4c2
|
found some racing condition and fixed them
- fixed the racing condition
- introduce a minimal systick LOAD restriction
- add some comments
|
2021-01-11 18:50:02 +00:00 |
|
Gabriel Wang
|
6ec7874669
|
fix the issue when long time delay (>1 s), delay_us might have 25% accumulative error
|
2021-01-11 10:52:55 +00:00 |
|
Gabriel Wang
|
4fb5635605
|
support all cortex-m processors (including M0/M0+)
|
2021-01-09 21:08:09 +00:00 |
|
Gabriel Wang
|
30337b59f9
|
add comments for how to use clock()
|
2021-01-09 13:51:30 +00:00 |
|
Gabriel Wang
|
8b0ee08ee2
|
clean up the license info
|
2021-01-09 13:18:39 +00:00 |
|
Gabriel Wang
|
ffe8ad3fca
|
upload content
|
2021-01-09 13:10:37 +00:00 |
|