Commit Graph

6233 Commits

Author SHA1 Message Date
Robin Müller b90492562a added author tag back at class definition 2020-05-29 16:40:57 +02:00
Robin Müller 8af5a32f1d new store accessor classes
implementation of local pool and pool manager extracted into
tpp file.

store_address_t definition extracted in separate file to avoid circular
includes by using forward declarations
2020-05-29 16:37:46 +02:00
Robin Müller 896e7f15dc addd new timeout value 2020-05-29 14:16:44 +02:00
Robin Müller f14bacba32 using nullptr now
added new distinction between blocking (MAX_TIMEOUT) and polling
(NO_TIMEOUT)
2020-05-29 14:15:45 +02:00
Robin Müller 2eba865564 some minor form corrections 2020-05-29 14:03:39 +02:00
Robin Müller 8f563b7b21 added retvals for mutex 2020-05-29 14:02:14 +02:00
Robin Müller 73183b39ef added new casts
otherwise i cant compile with new freertos version
2020-05-29 13:37:13 +02:00
Robin Müller 6c9f157d2c added fw class ids 2020-05-29 13:34:17 +02:00
Robin Müller b4c6a04d4a added linux implementations 2020-05-29 13:33:44 +02:00
Robin Müller adb80a68fc addd freertos semaphore factory 2020-05-29 13:32:38 +02:00
Robin Müller f829d063ce added task management functions
required for freeRTOS
2020-05-29 13:31:55 +02:00
Robin Müller d909fcb6a1 added semaphore implementations 2020-05-29 13:31:19 +02:00
Robin Müller f388bd374c added new factory and interface 2020-05-29 13:29:29 +02:00
Robin Müller 6a3dc94108 removed extern "C" for freertos includes 2020-05-29 13:18:27 +02:00
Robin Müller d5352a9b87 actually extern "C" is not needed
it is included by freeRTOS
2020-05-29 13:15:37 +02:00
Robin Müller e7ae35c659 improved structure a bit 2020-05-29 13:09:47 +02:00
Robin Müller 5169c09fd8 improved includes 2020-05-29 13:07:35 +02:00
Robin Müller 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
Robin Müller da403c01d0 retval fix, unittest running again 2020-05-29 03:03:48 +02:00
Robin Müller 3d2935ac69 linux time lib improvements
stop watch other function used (more precise for linux)
2020-05-29 02:23:14 +02:00
Robin Müller ccf79ab5b6 output correction for linux 2020-05-29 01:55:20 +02:00
Robin Müller 671f298935 implemented counting semaph for linux 2020-05-29 01:41:16 +02:00
Robin Müller 56498e5bc1 linux bin semaph unlocked 2020-05-29 00:50:44 +02:00
Robin Müller 8676fcd9a9 yay, linux bin semaph finished 2020-05-29 00:47:54 +02:00
Robin Müller 60872f936c some output improvements 2020-05-27 23:43:40 +02:00
Robin Müller 08ffe89682 doc and api improvements 2020-05-27 23:41:59 +02:00
Robin Müller 7ce505fdf9 some safety updates and fixes 2020-05-27 23:29:06 +02:00
Robin Müller 63dbf99592 counting semaph implementation finished 2020-05-27 22:12:52 +02:00
Robin Müller 95bf5c1071 improved const correctness 2020-05-27 21:33:34 +02:00
Robin Müller c4e60946d3 improved bin semaph implementation 2020-05-27 21:30:20 +02:00
Robin Müller 88e3dc15b2 replaced old semaph api 2020-05-27 21:27:31 +02:00
Robin Müller 7145982b4a improved documentation 2020-05-27 19:59:59 +02:00
Robin Müller eabee85ba9 tweaked factory to have configurability 2020-05-27 19:56:02 +02:00
Robin Müller b4065c7764 seperation of semaph implementations finished 2020-05-27 19:46:56 +02:00
Robin Müller 8a1e0dab03 continued with task notifications 2020-05-27 19:03:46 +02:00
Robin Müller 2d33274c23 implementing new task notifications 2020-05-27 17:42:18 +02:00
Robin Müller 968d7fad81 replaced some timeout values 2020-05-27 17:07:35 +02:00
Robin Müller 66b75802b2 Merge branch 'mueller_framework' into front_branch 2020-05-27 12:58:17 +02:00
Robin Müller 5b521e039b Merge branch 'mueller_fw_loc_globpool_distinction' into mueller_framework 2020-05-27 12:40:01 +02:00
Robin Müller 9b5095e5b8 Merge branch 'mueller_framework' into front_branch 2020-05-27 12:28:43 +02:00
Robin Müller badcacad49 added new timeout values 2020-05-27 11:48:11 +02:00
Robin Müller f6ae0348cb some linux mutex tweaks 2020-05-27 11:41:36 +02:00
Robin Müller be4ac0bc8f added semaph factory to linux 2020-05-27 00:28:13 +02:00
Robin Müller ca74e0c0f2 removed comments 2020-05-26 16:07:32 +02:00
Robin Müller f7dd91891a removed comments 2020-05-26 16:05:03 +02:00
Robin Müller 1a623a6a52 added override 2020-05-26 11:05:49 +02:00
Robin Müller a19fa231f5 comment improvements 2020-05-26 01:21:48 +02:00
Robin Müller 9f2d5b64e0 comment improvements 2020-05-26 01:03:26 +02:00
Robin Müller a926312b25 Merge branch 'mueller_framework' into front_branch 2020-05-26 00:08:00 +02:00
Robin Müller 242ca355f5 removed swappers for arraylist for now 2020-05-26 00:01:07 +02:00