|
620c9c6ae1
|
taken over freeRTOS changes
|
2020-12-14 11:19:05 +01:00 |
|
|
1b9c8446b7
|
renormalized line endings
|
2020-08-28 18:33:29 +02:00 |
|
|
6d3fdab944
|
adapted semaphore IF to mutex IF
|
2020-08-27 15:52:55 +02:00 |
|
|
fbecda7549
|
include replacements
|
2020-08-18 13:09:15 +02:00 |
|
|
986dc2047e
|
replaced mutexIF and semaphoreIF name for timeouts
|
2020-06-02 22:19:48 +02:00 |
|
|
78ae109a08
|
removed context switch request
(shall be done at end of ISR, so must be performed by caller)
|
2020-05-29 13:02:13 +02:00 |
|
|
da403c01d0
|
retval fix, unittest running again
|
2020-05-29 03:03:48 +02:00 |
|
|
08ffe89682
|
doc and api improvements
|
2020-05-27 23:41:59 +02:00 |
|
|
63dbf99592
|
counting semaph implementation finished
|
2020-05-27 22:12:52 +02:00 |
|
|
95bf5c1071
|
improved const correctness
|
2020-05-27 21:33:34 +02:00 |
|
|
c4e60946d3
|
improved bin semaph implementation
|
2020-05-27 21:30:20 +02:00 |
|
|
88e3dc15b2
|
replaced old semaph api
|
2020-05-27 21:27:31 +02:00 |
|
|
b4065c7764
|
seperation of semaph implementations finished
|
2020-05-27 19:46:56 +02:00 |
|
|
8a1e0dab03
|
continued with task notifications
|
2020-05-27 19:03:46 +02:00 |
|
|
2d33274c23
|
implementing new task notifications
|
2020-05-27 17:42:18 +02:00 |
|
|
968d7fad81
|
replaced some timeout values
|
2020-05-27 17:07:35 +02:00 |
|
|
badcacad49
|
added new timeout values
|
2020-05-27 11:48:11 +02:00 |
|
|
be4ac0bc8f
|
added semaph factory to linux
|
2020-05-27 00:28:13 +02:00 |
|
|
f6b17d6e2e
|
deleted copyctor and copy assignment
|
2020-05-20 12:50:56 +02:00 |
|
|
3c7e2c7cff
|
Merge branch 'mueller_BinSempahInterface' into mueller_framework
|
2020-05-18 20:46:50 +02:00 |
|
|
066930b110
|
improvements
|
2020-05-18 20:39:48 +02:00 |
|
|
7227c3a866
|
implemented semaph factory
|
2020-05-18 20:35:13 +02:00 |
|
|
067cd95731
|
removed file header
|
2020-05-18 19:42:45 +02:00 |
|
|
4dd6594845
|
integrated interface into bin semaphore
|
2020-05-18 19:38:02 +02:00 |
|
|
b237287315
|
bin semaph sif replacements
|
2020-05-18 17:48:16 +02:00 |
|
|
0ea692a5ea
|
some more sif changes
|
2020-04-23 20:04:48 +02:00 |
|
|
328737d0ad
|
newer non-deprecated semaphore call used
|
2020-04-23 18:12:02 +02:00 |
|
|
1415cd2339
|
using newer bin semaph create call.
architecture dependant function call is external now and shall
be implemented by developer
|
2020-04-23 17:54:41 +02:00 |
|
|
e26f0d54b2
|
binary semaphore init
|
2020-04-22 19:44:03 +02:00 |
|
|
9f7f8073f1
|
freertos includes in extern "C"
|
2020-04-22 19:42:42 +02:00 |
|
|
69e9710bf1
|
added intial carriage return im preamble
|
2020-04-10 17:06:06 +02:00 |
|
|
e0e1e64a09
|
various changes, stopwatch
Semaphore: Some bugfixes, some constructors added
Stopwatch: First implementation, can measure in ms(double) and
ms(normal)
|
2020-04-08 18:08:14 +02:00 |
|
|
c88c6c2a45
|
binary semaphore info printout added
|
2020-04-06 19:51:45 +02:00 |
|
|
5d071a1cf1
|
new device comIF return value in DHB
request receive message
|
2020-03-26 19:53:05 +01:00 |
|
|
d3e2652078
|
replaced DHB sizes by size_t, rework
Cookie now passed to DHB, rework in progress
|
2020-03-23 17:58:23 +01:00 |
|
|
22e4dabd1b
|
BinSemaphore reset function added
|
2020-03-06 15:39:42 +01:00 |
|
|
d0e8eb386c
|
renamed system context to call context
to avoid conflicts with ISIS library, I don't want to fiddle with
it if we don't have source code
|
2020-03-02 01:00:17 +01:00 |
|
|
fa38a37604
|
all context switches calls to TaskManagement.h now
|
2020-02-28 22:55:25 +01:00 |
|
|
083cc7c50a
|
sempahore wrapper extended
|
2020-02-25 17:04:21 +01:00 |
|
|
bfc7a768ce
|
message queue adaptions for calls from ISR
functions moved to top
binary sempahore file init
mutex return values
|
2020-02-25 12:54:28 +01:00 |
|