ud3tn/include/platform/hal_config.h
Marius Feldmann 691b7c3172 Remove STM32/FreeRTOS support from uD3TN
Former releases of uD3TN have included support for STM32/FreeRTOS.
Having this support from the first moment on was a good thing in
order to optimize for platforms with limited resources. As this
platform is not used in current uD3TN setups and as it results in quite
some maintenance work, it is removed with this commit. The removed parts
cover the implementation itself, tests, tools, documentation, parts of
the build/make scripts as well as licensing information.

Signed-off-by: Marius Feldmann <marius.feldmann@d3tn.com>
2022-03-22 00:05:13 +01:00

6 lines
213 B
C

// SPDX-License-Identifier: BSD-3-Clause OR Apache-2.0
/* As we want to support simple porting to further platforms,
* platform dependent headers may be included here.
*/
#include "platform/posix/hal_config.h"