ud3tn/include/platform
Maximilian Nitsch 16f7214215 simple_queue: Add NULL pointer checks to queueCreate() and queueDelete()
- queueCreate: return NULL if malloc() failed
- queueDelete: no-op if queue is NULL

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2024-06-03 13:41:58 +02:00
..
posix hal_task: Make detached threads optional 2024-01-23 15:25:59 +01:00
hal_io.h hal_io: Print log level when printing system errors 2023-12-20 10:06:48 +01:00
hal_platform.h external, hal: Remove unused crypto (HMAC, SHA2) and JSON functions 2023-05-12 09:12:30 +02:00
hal_queue.h simple_queue: Add NULL pointer checks to queueCreate() and queueDelete() 2024-06-03 13:41:58 +02:00
hal_semaphore.h hal_semaphore/hal_queue: Accept 64-bit timestamps as delay 2023-05-15 11:39:29 +02:00
hal_task.h hal_task: Replace sigaction exit handler by sigwait 2024-01-26 14:28:50 +01:00
hal_time.h Remove config.h: Move all definitions to individual headers 2023-09-29 14:43:21 +02:00
hal_types.h Remove STM32/FreeRTOS support from uD3TN 2022-03-22 00:05:13 +01:00