ud3tn/include/platform
Felix Walter 6525a453ba Adjust all logging calls to include a log level
Rules that have been applied:

- ERROR: Anything that is or may be problematic for the program to
  continue running.
- WARN: Anything abnormal but definitely not critical for program
  continuation, especially issues encountered when interacting with
  clients (e.g. AAP).
- INFO: All state changes not corresponding to the "normal" processing of
  individual data or messages/bundles, as well as further informative and
  helpful messages. Includea errors that occur during normal data
  processing.
- DEBUG: Messages to trace what happens with individual bundles and
  other fine-grained information about internal processes.

At the moment, `LOG_ERRNO` always emits messages with the "ERROR" level.
We might want to change this in the future to better differentiate WARN
and ERROR in this regard also.

Closes: #140
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2023-11-24 14:50:25 +01:00
..
posix AAP, AAP2: Move common socket handling parts to dedicated module 2023-11-09 14:33:48 +01:00
hal_config.h Remove STM32/FreeRTOS support from uD3TN 2022-03-22 00:05:13 +01:00
hal_io.h Adjust all logging calls to include a log level 2023-11-24 14:50:25 +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 hal_semaphore/hal_queue: Accept 64-bit timestamps as delay 2023-05-15 11:39:29 +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 Remove heap-allocated Task_t 2023-05-10 17:23:55 +02: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